Commit Graph

14 Commits

Author SHA1 Message Date
101OBeX 0b9c19d61f ADR0008 finished 2026-04-12 22:16:41 -07:00
101OBeX 2c99f6ea40 test local 2026-04-12 14:43:36 -07:00
rafa-ruiz 81125eae2a ADR0010 2026-04-11 12:54:46 -07:00
rafa-ruiz a378464d39 update 2026-04-09 20:07:39 -07:00
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
rafa-ruiz e2f6c7d477 [FEATURE] Extra context 2026-04-07 00:23:18 -07:00
rafa-ruiz 1e9a6508f9 Golden dataset 2026-03-31 01:48:00 -07:00
rafa-ruiz 6ee8583894 update 2026-03-31 01:40:23 -07:00
rafa-ruiz 2fbfad41df feat: editor context injection (PRD-0002) + repository governance 2026-03-20 19:25:29 -07:00
rafa-ruiz 1daac66f89 UPGRADE: New RAG functional 2026-03-18 18:55:48 -07:00
acano f986c70845 fix: load environment variables and add elasticsearch_index to Settings class 2026-03-12 17:37:22 +01:00
acano de21bcb5fb Refactor code structure for improved readability and maintainability 2026-03-11 17:48:54 +01:00
acano 8914acbb95 Add comprehensive documentation for AVAP™ language features
- Introduced sections on Persistence, Connectors, and Native ORM, detailing the avapConnector, ORM commands, and data access abstraction.
- Documented System Utilities and Transformation, covering time management, string manipulation, and security operations.
- Explained Function Architecture and Scopes, including function definition, invocation, and middleware usage.
- Provided a Master Example that integrates various sections to demonstrate practical application.
- Detailed the dynamic nature of AVAP™ as a programming language, including dynamic typing and memory management.
- Established notation conventions and lexical analysis processes for code clarity and structure.
- Outlined data types and structures available in AVAP™, emphasizing their usage in program development.
- Discussed variable management, including local and global variables, and best practices for comments.
- Explained expressions in AVAP™, including types, operators, and practical examples with lists.
2026-03-05 15:54:05 +01:00
rafa-ruiz 0415a3c271 refactor: optimize Docker build context, remove redundant /workspace and enforce production-ready standards 2026-02-16 20:45:01 -08:00