mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
- Introduced `dynastai_local_server.py` for local development and testing. - Implemented `dynastai_server.py` as the main server entry point. - Created FastAPI endpoints for game state management, card generation, and player choices. - Developed a web interface with HTML, CSS, and JavaScript for user interaction. - Added game logic for managing metrics and decision effects. - Included configuration management and utility functions. - Established a testing framework for API and environment functionality. - Updated README.md with project overview and setup instructions.
10 lines
No EOL
252 B
Text
10 lines
No EOL
252 B
Text
# filepath: /Users/torinvandenbulk/Documents/GitHub/atropos/environments/dynastai/requirements.txt
|
|
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
pydantic==2.4.2
|
|
python-dotenv==1.0.0
|
|
requests==2.31.0
|
|
httpx==0.25.0
|
|
python-multipart==0.0.6
|
|
uuid==1.30
|
|
aiohttp==3.8.5 |