/
githubmirror
/
AgentPilot
Обзор
Документация
Войти
/
githubmirror
/
AgentPilot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.2.0
pyproject.toml
16 строк
537 B
jbexta
prep
04 мар 2024, 08:08
04 мар 2024, 08:08
f47497a
Код
Авторство
О чём код?
[build-system] requires = ["setuptools>=61.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "agentpilot" version = "0.2.0-rc1" description = "A cross-platform desktop app to create, manage, and chat with AI agents" readme = "README.md" authors = [{ name = "jbexta", email = "agentpilotai@gmail.com" }] license = { file = "LICENSE" } keywords = ["ai", "agent", "framework", "conversational", "llm", "chatbot", "ui"] requires-python = ">=3.10" [project.urls] Homepage = "https://github.com/jbexta/AgentPilot"