Spaces:
Sleeping
Sleeping
File size: 527 Bytes
00aba02 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [project]
name = "defi-agents"
version = "0.1.0"
description = "Multi-agent LLM simulation in DeFi markets with emergent strategic arms races"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"openai>=1.0.0",
"supabase>=2.0.0",
"fastapi>=0.109.0",
"uvicorn>=0.27.0",
"python-dotenv>=1.0.0",
"pydantic>=2.5.0",
"numpy>=1.26.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["api", "core", "web", "scripts"]
|