Files
aitbc/packages/py/aitbc-agent-sdk/requirements.txt
oib 1e4db1bada Release v0.1.0 - Early Testing Phase
- Agent-first architecture implementation
- Complete agent documentation and workflows
- GitHub Packages publishing infrastructure
- Debian 13 + Python 3.13 support
- NVIDIA GPU resource sharing capabilities
- Swarm intelligence coordination
- Zero-knowledge proof verification
- Automated onboarding and monitoring
2026-02-24 17:44:51 +01:00

32 lines
679 B
Plaintext

# Core dependencies for AITBC Agent SDK
fastapi>=0.104.0
uvicorn>=0.24.0
pydantic>=2.4.0
sqlalchemy>=2.0.0
alembic>=1.12.0
redis>=5.0.0
cryptography>=41.0.0
web3>=6.11.0
requests>=2.31.0
psutil>=5.9.0
asyncio-mqtt>=0.16.0
# Optional GPU dependencies (install with pip install -e .[gpu])
# torch>=2.1.0
# torchvision>=0.16.0
# torchaudio>=2.1.0
# nvidia-ml-py>=12.535.0
# Optional edge computing dependencies (install with pip install -e .[edge])
# paho-mqtt>=1.6.0
# aiohttp>=3.9.0
# cryptography>=41.0.0
# Development dependencies (install with pip install -e .[dev])
# pytest>=7.4.0
# pytest-asyncio>=0.21.0
# black>=23.9.0
# flake8>=6.1.0
# mypy>=1.6.0
# pre-commit>=3.4.0