/
githubmirror
/
developer
Обзор
Документация
Войти
/
githubmirror
/
developer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pyproject.toml
27 строк
652 B
Sasha
make it work with agent protocol v1.0
21 сен 2023, 02:59
21 сен 2023, 02:59
9a3273e
Код
Авторство
О чём код?
[tool.poetry] name = "smol_dev" version = "0.0.3" description = "python module of smol developer" authors = ["swyx <swyx@dontemail.me>"] license = "MIT" readme = "readme.md" packages = [{ include = "smol_dev" }] [tool.poetry.dependencies] python = ">=3.10,<4.0.0" openai = "^0.27.8" openai-function-call = "^0.0.5" tenacity = "^8.2.2" agent-protocol = "^1.0.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] src = "src.__main__:main" api = "smol_dev.api:main" [project.urls] "Homepage" = "https://github.com/smol-ai/developer" "Bug Tracker" = "https://github.com/smol-ai/developer/issues"