CodeAgent / src /codeagent /pyproject.toml
sahilmayekar's picture
Final
e7addf3
raw
history blame contribute delete
460 Bytes
[project]
name = "codeagent"
version = "0.1.0"
description = "codeagent using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]>=0.177.0,<1.0.0",
]
[project.scripts]
kickoff = "codeagent.main:kickoff"
run_crew = "codeagent.main:kickoff"
plot = "codeagent.main:plot"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.crewai]
type = "flow"