You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement an intelligent Skills Router system that efficiently matches user queries to relevant skills using a multi-stage approach combining fast heuristics with optional LLM reranking.
Note
This is a cross-repository Epic. Core routing logic lives in Neona, cloud services live in Neona-Cloud.
Problem Statement
Currently, Neona's skill system (Phase 4) has no efficient way to match user queries to relevant skills. A naive LLM-for-every-query approach would be slow and expensive. We need a hybrid approach that balances speed, accuracy, and cost.
Goals
🚀 Fast heuristic-based matching for most queries (no LLM needed)
🧠 LLM reranking only when needed (ambiguous or low-confidence results)
Overview
Implement an intelligent Skills Router system that efficiently matches user queries to relevant skills using a multi-stage approach combining fast heuristics with optional LLM reranking.
Note
This is a cross-repository Epic. Core routing logic lives in Neona, cloud services live in Neona-Cloud.
Problem Statement
Currently, Neona's skill system (Phase 4) has no efficient way to match user queries to relevant skills. A naive LLM-for-every-query approach would be slow and expensive. We need a hybrid approach that balances speed, accuracy, and cost.
Goals
Architecture
Child Issues
Neona (Core)
Neona-Cloud (Backend)
Performance Targets
Dependencies
Timeline
Target Completion: 5 weeks
Success Criteria