feat(agent-office): scaffold backend — config, db, models, Dockerfile
SQLite DB layer with WAL mode, agent_config/tasks/logs/telegram_state tables, 2 seeded agents, full CRUD, and passing test suite (7/7). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
agent-office/requirements.txt
Normal file
7
agent-office/requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
fastapi==0.115.6
|
||||
uvicorn[standard]==0.30.6
|
||||
requests==2.32.3
|
||||
apscheduler==3.10.4
|
||||
python-telegram-bot==21.5
|
||||
websockets>=12.0
|
||||
httpx>=0.27
|
||||
Reference in New Issue
Block a user