/
githubmirror
/
AgentPilot
Обзор
Документация
Войти
/
githubmirror
/
AgentPilot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.3.2
pyproject.toml
35 строк
846 B
jbexta
0.3.2
13 сен 2024, 01:22
13 сен 2024, 01:22
8d6347e
Код
Авторство
О чём код?
[tool.poetry] name = "agentpilot" version = "0.3.2" description = "Universal GUI for seamless interaction and management of AI workflows" authors = ["jbexta <agentpilot.ai@gmail.com>"] license = "AGPL-3.0" readme = "README.md" [tool.poetry.dependencies] python = "3.10.11" numpy = "<2.0.0" PySide6 = "6.4.3" posthog = "^3.5.0" mistune = "^3.0.2" nest-asyncio = "^1.6.0" open-interpreter = "0.3.7" shortuuid = "^1.0.13" starlette = "^0.37.2" readchar = "^4.1.0" # numpy less than v2.0.0 #ansio = "^0.0.1" #webcolors = "^24.6.0" #matrix-nio = "^0.24.0" #langchain-community = "^0.2.5" #langchain = "^0.2.5" #opentelemetry-api = "^1.25.0" #opentelemetry-sdk = "^1.25.0" #opentelemetry-exporter-otlp-proto-http = "^1.25.0" #jsonref = "^1.1.0" #appdirs = "^1.4.4" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"