fischer-agentkit/tests/unit/chat
chiguyong fa152e24ac feat(skills): add progressive skill loading with disclosure_level=0 (U5)
When disclosure_level=0, system prompt only injects skill name + description
(summary mode). SkillDetailTool is injected into the tool set, allowing the
LLM to load full instructions on-demand via skill_detail(query). This reduces
context window consumption when many skills are registered.
2026-06-24 21:49:00 +08:00
..
test_request_preprocessor.py fix(routing): U1-U6 路由优化 + 修复方案 + 代码审查修复 2026-06-20 19:31:49 +08:00
test_skill_routing.py feat(skills): add progressive skill loading with disclosure_level=0 (U5) 2026-06-24 21:49:00 +08:00
test_sqlite_conversation_store.py feat: SQLite persistence, verification loop, spec-driven execution 2026-06-17 10:45:20 +08:00