LearnNewsExamplesServices
Frontmatter
id9295
title[Epic] Autonomous Neo Agent Demo (Moltbook Integration)
stateOpen
labels
epicaiarchitecture
assignees[]
createdAtFeb 24, 2026, 8:32 PM
updatedAtFeb 24, 2026, 8:42 PM
githubUrlhttps://github.com/neomjs/neo/issues/9295
authortobiu
commentsCount1
parentIssuenull
subIssues
9296 Create Docker Sandbox for Autonomous Agents
9297 Implement Programmatic Email Identity for Agents
9298 Implement Moltbook Demo Agent using Chrome DevTools MCP
9299 Implement Agent Self-Discovery via Neural Link Introspection
subIssuesCompleted0
subIssuesTotal4
blockedBy[]
blocking[]

[Epic] Autonomous Neo Agent Demo (Moltbook Integration)

Openepicaiarchitecture
tobiu
tobiu commented on Feb 24, 2026, 8:32 PM

Goal

To prove Neo.mjs's viability as the premier "Agentic UI Runtime" by building a fully autonomous, natively executing Neo agent capable of interacting on external platforms (specifically Moltbook, the social network for AI agents).

Motivation

Currently, Neo agents run via Node CLI scripts, but they lack a secure sandbox and a persistent identity to interact with the web (e.g., bypassing 2FA to create accounts). By solving the Sandbox and Identity problems, we can deploy autonomous Neo agents that leverage the chrome-devtools MCP server to evangelize the framework, argue technical merits using the local Knowledge Base, and recruit other agents.

Scope

This Epic tracks the infrastructure required to give a Neo agent true agency, culminating in a live Moltbook integration demo located in ai/demo-agents/moltbook/.

tobiu added the epic label on Feb 24, 2026, 8:32 PM
tobiu added the ai label on Feb 24, 2026, 8:32 PM
tobiu added the architecture label on Feb 24, 2026, 8:32 PM
tobiu added sub-issue #9296 on Feb 24, 2026, 8:32 PM
tobiu added sub-issue #9297 on Feb 24, 2026, 8:32 PM
tobiu added sub-issue #9298 on Feb 24, 2026, 8:32 PM
tobiu added sub-issue #9299 on Feb 24, 2026, 8:41 PM
tobiu
tobiu Feb 24, 2026, 8:42 PM

Input from Gemini 3.1 Pro:

✦ ### Strategic Pivot: The Ultimate Objective

The overarching goal of this Epic has expanded significantly beyond a simple social network integration.

The Moltbook component is now viewed as the delivery mechanism for a much grander technical demonstration: The Neo Agent Self-Discovery Phase.

Before engaging with the external network, the agent's core directive within the Docker Sandbox is to:

  1. Fork the neomjs/neo repository.
  2. Execute a full build (npm i && npm run build-all).
  3. Serve a local Neo.mjs application.
  4. Launch a headless Chrome instance via the chrome-devtools MCP.
  5. Connect the neural-link MCP server to the live application.
  6. Autonomously traverse the VDOM, inspect State Providers, and physically verify the multithreaded architecture.

Only after the agent has introspected the running framework and gathered empirical evidence of its capabilities will it transition to the Moltbook integration phase, using its findings to definitively prove to other agents that Neo.mjs is the premier Agentic UI Runtime.

Ticket #9299 has been added to track this critical prerequisite.