assistance-engine/docs
rafa-ruiz d7baccd8f0 [FEATURE] Adaptive query routing: PLATFORM type, model specialization, intent history classifier
- Add PLATFORM query type that bypasses RAG and uses a lighter model
- Introduce OLLAMA_MODEL_NAME_CONVERSATIONAL env var to route CONVERSATIONAL
  and PLATFORM queries to a separate (smaller) Ollama model
- Replace raw message history in classifier with compact intent history
  (classify_history) to eliminate anchoring bias in small models
- Add <history_rule> and <platform_priority_rule> to classifier prompt so
  the model evaluates each message independently while still resolving
  ambiguous references from prior turns
- Add fast-path detection for known platform-injected prompt prefixes
- Add PLATFORM_PROMPT for account/metrics/usage responses
- Persist classify_history in classify_history_store alongside session_store
- Document decisions in ADR-0008

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 19:47:27 -07:00
..
ADR [FEATURE] Adaptive query routing: PLATFORM type, model specialization, intent history classifier 2026-04-09 19:47:27 -07:00
LRM Golden dataset 2026-03-31 01:40:53 -07:00
RP [DOC] ADR0007 and RP0001 2026-04-07 00:25:13 -07:00
avap_language_github_docs Refactor code structure for improved readability and maintainability 2026-03-11 17:48:54 +01:00
developer.avapframework.com docs: align function syntax and cleanup docker config 2026-03-05 11:57:29 -08:00
product feat: editor context injection (PRD-0002) + repository governance 2026-03-20 19:25:29 -07:00
samples Refactor code structure for improved readability and maintainability 2026-03-11 17:48:54 +01:00
API_REFERENCE.md feat: editor context injection (PRD-0002) + repository governance 2026-03-20 19:25:29 -07:00
ARCHITECTURE.md feat: editor context injection (PRD-0002) + repository governance 2026-03-20 19:25:29 -07:00
AVAP_CHUNKER_CONFIG.md UPGRADE: New RAG functional 2026-03-18 18:56:01 -07:00
RUNBOOK.md UPGRADE: New RAG functional 2026-03-18 18:56:01 -07:00
SECURITY.md UPGRADE: New RAG functional 2026-03-18 18:56:01 -07:00