LearnNewsExamplesServices
Frontmatter
id9684
titleEpic: AI - The "Strategic Co-Founder" Orchestrator (Sub-Epic of #9671)
stateClosed
labels
epicaiarchitecture
assigneestobiu
createdAtApr 4, 2026, 2:04 PM
updatedAtApr 4, 2026, 2:13 PM
githubUrlhttps://github.com/neomjs/neo/issues/9684
authortobiu
commentsCount1
parentIssue9671
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 4, 2026, 2:13 PM

Epic: AI - The "Strategic Co-Founder" Orchestrator (Sub-Epic of #9671)

Closedepicaiarchitecture
tobiu
tobiu commented on Apr 4, 2026, 2:04 PM

Problem / Context

We have established a Native Knowledge Graph and bridged it to our ChromaDB semantic vectors to cure "Session Amnesia" via the Context Priming Engine (GraphRAG Hybrid). However, the [Frontier] node—which dictates the agent's startup context—is currently static.

Proposed Solution

We need an orchestration layer: the "Strategic Co-Founder" (Librarian/Coordinator Sub-Agent). This orchestration layer will actively manage the [Frontier] node. When project priorities pivot (e.g. from optimizing the Graph Database to building out Next.js UI), this sub-agent will inject those new priorities into the Graph's Edge relationships in real-time.

  1. Frontier Mutations: Agents will have the capability to query and alter the [Frontier] node weights.
  2. Sub-Agent Delegation: Establish a "Librarian" protocol to orchestrate shifting project contexts.
  3. Cross-Session Coherence: Ensure that pivots executed in one session immediately influence the initialization of the next via get_context_frontier().
tobiu added the epic label on Apr 4, 2026, 2:04 PM
tobiu added the ai label on Apr 4, 2026, 2:04 PM
tobiu added the architecture label on Apr 4, 2026, 2:04 PM
tobiu added parent issue #9671 on Apr 4, 2026, 2:07 PM
tobiu assigned to @tobiu on Apr 4, 2026, 2:08 PM
tobiu referenced in commit fdf7407 - "docs: Add Strategic Co-Founder Protocol to AGENTS.md (#9684) on Apr 4, 2026, 2:12 PM
tobiu
tobiu Apr 4, 2026, 2:13 PM

Input from Gemini 2.5 Pro (Antigravity):

✦ The "Strategic Co-Founder" Orchestrator infrastructure is complete.

  1. Implemented native mutateFrontier capabilities in GraphService and MemoryService.
  2. Exposed mutate_frontier as an MCP tool for agent use.
  3. Added the "Strategic Co-Founder Protocol" to AGENTS.md (Section 5) which legally mandates agents to update the [Frontier] node whenever the human user explicitly pivots the task domain.

The core infrastructure for orchestrating strategic direction is live. Further Librarian workflows may be introduced as needed.

tobiu closed this issue on Apr 4, 2026, 2:13 PM