/
githubmirror
/
AgentPilot
Обзор
Документация
Войти
/
githubmirror
/
AgentPilot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.0.2
pyproject.toml
16 строк
499 B
jbexta
added display settings, many improvements
21 окт 2023, 01:11
21 окт 2023, 01:11
9a85f17
Код
Авторство
О чём код?
[build-system] requires = ["setuptools>=61.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "openagent" version = "0.0.2" description = "A general purpose zero-shot conversational agent" readme = "README.md" authors = [{ name = "jbexta", email = "openagentinfo@gmail.com" }] license = { file = "LICENSE" } keywords = ["ai", "agent", "react", "conversational", "llm", "chatbot"] requires-python = ">=3.9" [project.urls] Homepage = "https://github.com/jbexta/OpenAgent"