fischer-agentkit/src/agentkit/quality
chiguyong f99b3517d9 fix(review): apply code review fixes from ce-code-review
- P1: Use _resolve_execution_mode() instead of hardcoding SKILL_REACT
  in semantic_low_complexity, semantic_high, and merged_llm paths
- P1: QualityGate escalation uses name-based check (c.name) instead
  of identity check (c is) for robustness
- P2: Remove tautological complexity >= 0.3 in short_text_llm_hint
- P2: Add empty query guard in SemanticRouter.route()
- P2: Upgrade debug → warning log level for low-complexity fallback errors
- P2: Validate skill_hint against _SKILL_NAME_RE in _classify_merged
- P2: Rename has_high_signal → has_non_low_signal for clarity
2026-06-16 00:24:14 +08:00
..
__init__.py feat(marketplace): add Phase B/C - CostAwareRouter, OrganizationContext, AlignmentGuard, Soul Evolution, Auction, Server Integration 2026-06-10 19:09:02 +08:00
alignment.py fix: resolve code review issues from deferred improvements 2026-06-11 13:49:02 +08:00
cascade_detector.py feat: P0 production hardening — LLM cache, semantic routing, state persistence 2026-06-14 15:16:00 +08:00
cascade_state_store.py feat: accumulated frontend enhancements, docs, and static assets 2026-06-14 16:35:01 +08:00
gate.py fix(review): apply code review fixes from ce-code-review 2026-06-16 00:24:14 +08:00
output.py feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00