fix: add missing __init__.py files to agent_os package tree

The agent_os/, agent_os/backend/, agent_os/backend/routes/, and
agent_os/backend/services/ directories were missing __init__.py,
causing `from agent_os.backend.routes import ...` to fail with
ModuleNotFoundError when running `python agent_os/backend/main.py`.

Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aguzererler/TradingAgents/sessions/4b002166-5cc2-4a75-aa01-14d7b5d8d8bc
This commit is contained in:
copilot-swe-agent[bot] 2026-03-23 07:16:38 +00:00
parent cf2df83c38
commit 9d2dbf4a43
4 changed files with 0 additions and 0 deletions

0
agent_os/__init__.py Normal file
View File

View File

View File

View File