/
ncit
/
multiagentsystem
Обзор
Документация
Войти
/
ncit
/
multiagentsystem
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
api/pyproject.toml
48 строк
1001 B
Nikita
feat: update API and add supabase initialization
09 июн 2026, 12:07
09 июн 2026, 12:07
f18df6f
Код
Авторство
О чём код?
[project] name = "agents-api" version = "0.1.0" description = "Multi-agent platform API — Agno AgentOS + OpenRouter" requires-python = ">=3.11" dependencies = [ "agno>=1.0.0", "fastapi>=0.115.0", "uvicorn[standard]>=0.32.0", "pydantic>=2.9.0", "pydantic-settings>=2.6.0", "httpx>=0.28.0", "redis>=5.2.0", "sqlalchemy>=2.0.36", "asyncpg>=0.30.0", "opik>=1.0.0", "openai>=1.58.0", "meilisearch>=0.31.0", "python-jose[cryptography]>=3.3.0", "python-multipart>=0.0.18", "sse-starlette>=2.1.0", ] [project.optional-dependencies] dev = [ "pytest>=8.3.0", "pytest-asyncio>=0.24.0", "ruff>=0.8.0", "mypy>=1.13.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"] [tool.ruff] line-length = 100 target-version = "py311" [tool.ruff.lint] select = ["E", "F", "I", "N", "W", "UP"] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]