LearnNewsExamplesServices
Frontmatter
id9919
titlefeat: Implement fs.watch Daemonization for Autonomous Orchestrator
stateClosed
labels
enhancementai
assignees[]
createdAtApr 12, 2026, 3:23 PM
updatedAtMay 28, 2026, 3:52 AM
githubUrlhttps://github.com/neomjs/neo/issues/9919
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 28, 2026, 3:52 AM

feat: Implement fs.watch Daemonization for Autonomous Orchestrator

tobiu
tobiu commented on Apr 12, 2026, 3:23 PM

Description

Currently, the Neo.ai.agent.Orchestrator runs as a single-turn execution, parsing sandman_handoff.md and triggering the Swarm. To achieve true continuous automation, the Orchestrator needs to run as a persistent daemon.

Architectural Rationale

  • We need to attach an fs.watch listener (or equivalent polling structure) to the sandman_handoff.md manifest safely.
  • When DreamService generates a new handoff file overnight, the Orchestrator should seamlessly boot up the agent cluster, inject the system:golden-path events, and go back to sleep.
  • Agent Context: This allows the Swarm to trigger asynchronously decoupling the orchestration cycle completely from manual CLI execution.

Origin Session ID: 95bf4a2b-d84e-4f70-945b-f558ba924d3a

tobiu added the enhancement label on Apr 12, 2026, 3:23 PM
tobiu added the ai label on Apr 12, 2026, 3:23 PM