Spaces:
Sleeping
Sleeping
| [project] | |
| name = "project-polymath" | |
| version = "0.1.0" | |
| description = "Multi-agent PRD negotiation environment" | |
| dependencies = [ | |
| "openenv-core>=0.2.0", | |
| "pydantic", | |
| "groq", | |
| "fastapi", | |
| "uvicorn", | |
| "python-dotenv" | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" |