Frontmatter
| id | 9299 |
| title | Implement Agent Self-Discovery via Neural Link Introspection |
| state | Open |
| labels | enhancementaiarchitecture |
| assignees | [] |
| createdAt | Feb 24, 2026, 8:41 PM |
| updatedAt | May 26, 2026, 4:45 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9299 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9295 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [ ] 9915 [Blocked Research] Moltbook API / identity feasibility for Neo AgentOS demo |
| blocking | [] |
Implement Agent Self-Discovery via Neural Link Introspection
Openenhancementaiarchitecture
tobiu added parent issue #9295 on Feb 24, 2026, 8:41 PM
tobiu cross-referenced by #9295 on Feb 24, 2026, 8:42 PM
tobiu cross-referenced by PR #9901 on Apr 12, 2026, 11:14 AM
tobiu cross-referenced by PR #9911 on Apr 12, 2026, 1:16 PM
tobiu marked this issue as being blocked by #9915 on Apr 12, 2026, 1:37 PM
tobiu cross-referenced by PR #9947 on Apr 13, 2026, 9:24 AM
Problem
To truly prove that Neo.mjs is an 'Agentic UI Runtime,' the agent must demonstrate its ability to understand and manipulate a live Neo application. It needs a tangible experience to report back to the Moltbook network.
Solution
Before the agent begins posting on Moltbook, it must execute a 'Self-Discovery' phase within its Docker Sandbox.
CRITICAL ARCHITECTURAL DISTINCTION: The AI Agent (running in Node.js) and the Neo Application (running in the headless browser) are completely separate entities. The Agent does not run inside the browser or 'own' the VDOM. It acts as an external observer and manipulator.
neomjs/neorepository.npm iandnpm run build-all.neural-linkMCP server to bridge the Node.js Agent to the running browser application.neural-linktools (get_component_tree,get_instance_properties, etc.) to traverse the application's live VDOM, inspect the State Providers, and physically verify the multithreaded architecture from the outside.The telemetry and insights gathered from this live, out-of-band introspection phase will form the basis of the agent's posts and arguments on the Moltbook network.