fischer-agentkit/src/agentkit/server
chiguyong d026a91f43 feat(rag_platform): U6 — hit processing mode + KB settings
Add hit_processing.py: HitProcessor with model_opt (LLM-generated) and direct (concatenated chunks) modes, with in-process cache
Add settings.py: KBSettings/KBSettingsUpdate models, KBSettingsStore with async CRUD
Add KB settings endpoints to kb_management.py: GET/PUT /kb-management/kbs/{kb_id}/settings with owner-only modification

Tests: 43 new tests (25 hit_processing + 18 settings), 293 total passing
2026-06-25 12:44:47 +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(bitable): add bitable companion service with full P0-P2 fixes 2026-06-25 01:09:59 +08:00
routes feat(rag_platform): U6 — hit processing mode + KB settings 2026-06-25 12:44:47 +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 feat(bitable): add bitable companion service with full P0-P2 fixes 2026-06-25 01:09:59 +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