- Register calendar router in create_app() so /api/v1/calendar/* is reachable - Initialize CalendarService + ReminderScheduler in lifespan - Register CalendarTool into tool registry for ReAct integration - Lazy-import ICSProvider in routes to break circular import - Add test plan document (5 layers: unit/integration/e2e) |
||
|---|---|---|
| .. | ||
| admin | ||
| auth | ||
| frontend | ||
| routes | ||
| static | ||
| utils | ||
| __init__.py | ||
| app.py | ||
| client.py | ||
| client_config.py | ||
| config.py | ||
| middleware.py | ||
| runner.py | ||
| task_store.py | ||