Vapora/crates/vapora-knowledge-graph
Jesús Pérez 27a290b369
feat(kg,channels): hybrid search + agent-inactive notifications
- KG: HNSW + BM25 + RRF(k=60) hybrid search via SurrealDB 3 native indexes
  - Fix schema bug: kg_executions missing agent_role/provider/cost_cents (silent empty reads)
  - channels: on_agent_inactive hook (AgentStatus::Inactive → Message::error)
  - migration 012: adds missing fields + HNSW + BM25 indexes
  - docs: ADR-0036, update ADR-0035 + notification-channels feature doc
2026-02-26 15:32:44 +00:00
..
benches feat: CLI arguments, distribution management, and approval gates 2026-02-03 21:35:00 +00:00
examples feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
src feat(kg,channels): hybrid search + agent-inactive notifications 2026-02-26 15:32:44 +00:00
tests feat(workflow-engine): add saga, persistence, auth, and NATS-integrated orchestrator hardening 2026-02-22 21:44:42 +00:00
Cargo.toml feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00