May 17, 2026, 11:40 PM

This commit is contained in:
Paweł Domański
2026-05-18 06:40:19 +00:00
commit 64944cf004
896 changed files with 310709 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[project]
name = "agentone"
version = "0.1.0"
description = "agentone using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<=3.13"
dependencies = [
"crewai[tools]>=0.80.0,<1.0.0"
]
[project.scripts]
agentone = "agentone.main:run"
run_crew = "agentone.main:run"
train = "agentone.main:train"
replay = "agentone.main:replay"
test = "agentone.main:test"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"