push crewai

This commit is contained in:
tinh
2026-03-21 18:37:35 +07:00
parent 22271822b1
commit 2b9ac70ae4
12 changed files with 1314 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[project]
name = "crewai_trading"
version = "0.1.0"
description = "crewai_trading using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]==1.11.0"
]
[project.scripts]
crewai_trading = "crewai_trading.main:run"
run_crew = "crewai_trading.main:run"
train = "crewai_trading.main:train"
replay = "crewai_trading.main:replay"
test = "crewai_trading.main:test"
run_with_trigger = "crewai_trading.main:run_with_trigger"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.crewai]
type = "crew"