iconsulting/packages
hailin b7e84ba3b6 fix(agents): only run InputGate on first message to prevent mid-conversation misclassification
Short follow-up answers like "计算机,信息技术" were being classified as
OFF_TOPIC (0.85) because the InputGate has no conversation context. Now the
gate only runs when there are no previous messages (first message in conversation).
Mid-conversation topic management is handled by the Coordinator prompt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 09:43:33 -08:00
..
admin-client refactor(knowledge): separate file upload into independent entry point 2026-02-06 23:29:37 -08:00
services fix(agents): only run InputGate on first message to prevent mid-conversation misclassification 2026-02-07 09:43:33 -08:00
shared feat(agents): implement multi-agent collaboration architecture 2026-02-06 04:26:39 -08:00
web-client feat(web): auto-scroll on all state changes + completed agent badges auto-fade 2026-02-07 09:12:32 -08:00