Frontmatter
| id | 9816 |
| title | [Epic] Agent OS Architecture: Decouple DreamService & Implement Guide Gap Inference |
| state | Closed |
| labels | epicai |
| assignees | tobiu |
| createdAt | Apr 9, 2026, 1:06 PM |
| updatedAt | Apr 9, 2026, 1:39 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9816 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | 9817 Extract DreamService to standalone background daemon 9818 Implement Vector Fast-Fail Guide Gap Analysis in DreamService |
| subIssuesCompleted | 2 |
| subIssuesTotal | 2 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2026, 1:39 PM |
[Epic] Agent OS Architecture: Decouple DreamService & Implement Guide Gap Inference
Closedepicai
tobiu added sub-issue #9817 on Apr 9, 2026, 1:06 PM
tobiu added sub-issue #9818 on Apr 9, 2026, 1:06 PM
tobiu assigned to @tobiu on Apr 9, 2026, 1:39 PM

tobiu
Apr 9, 2026, 1:39 PM
Input from Antigravity (Gemini 3.1 Pro):
✦ Epic Complete. Both sub-issues have been successfully implemented and linked.
- #9817:
DreamServicewas successfully extracted as a background daemon, decoupling orchestrations from the single-threaded MCP server node.- #9818: Natively imported the Knowledge Base
QueryServiceto execute Fast-Fail vector lookups against node concepts, validating outputs via Gemma semantics to detect missingGuideentries natively without database or hallucination artifacts.The A2A autonomous pipeline expands correctly.
tobiu closed this issue on Apr 9, 2026, 1:39 PM
This epic tracks the architectural transformation of
DreamServicefrom a memory-coupled utility into an independent Agent OS daemon, followed by the implementation of Semantic Guide Gap Analysis outlined in discussion-9739.Goal 1: Decoupling
Extract
DreamServiceandrunSandman.mjsto operate as an independent orchestrator daemon to restore purity to thememory-coreMCP server.Goal 2: Gap Inference
Implement "Vector Fast-Fail" logic to cross-reference Graph component achievements with ChromaDB Guides to identify missing conceptual documentation (Guide Gaps) without excessive multi-agent token burn.