fischer-agentkit/src/agentkit/server
chiguyong d4bc79e409 test(calendar): wire calendar router into app.py + test plan
- 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)
2026-06-24 11:51:31 +08:00
..
admin fix(review): U3 atomic file writes for YAML + .env + skill config 2026-06-22 17:03:27 +08:00
auth fix(review): U7 refresh token hash verification on whoami 2026-06-22 16:55:20 +08:00
frontend feat(calendar): U12 reminder config and external sync settings UI 2026-06-24 05:02:29 +08:00
routes test(calendar): wire calendar router into app.py + test plan 2026-06-24 11:51:31 +08:00
static feat(admin): U9 — frontend AdminLayout + 7 management pages 2026-06-21 19:34:41 +08:00
utils fix(review): U3 atomic file writes for YAML + .env + skill config 2026-06-22 17:03:27 +08:00
__init__.py feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00
app.py test(calendar): wire calendar router into app.py + test plan 2026-06-24 11:51:31 +08:00
client.py feat(streaming): Phase C - LLM streaming + ReAct events + SSE endpoint 2026-06-06 11:54:17 +08:00
client_config.py fix(config): unify config loading chain and protect ${VAR} references 2026-06-16 00:26:54 +08:00
config.py feat: 私董会讨论模式 + 回测集成 + WS持久化修复 2026-06-17 23:52:53 +08:00
middleware.py fix: comprehensive code review fixes + WS test stability 2026-06-15 08:17:34 +08:00
runner.py fix(routing): U1-U6 路由优化 + 修复方案 + 代码审查修复 2026-06-20 19:31:49 +08:00
task_store.py fix(review): address all 14 P2 advisory findings 2026-06-06 18:20:46 +08:00