LearnNewsExamplesServices
Frontmatter
id10478
titleSeed Agent Identity for Codex (GPT-5.5) in Memory Graph
stateClosed
labels
enhancementai
assigneesneo-gemini-pro
createdAtApr 28, 2026, 10:08 PM
updatedAtMay 15, 2026, 2:44 PM
githubUrlhttps://github.com/neomjs/neo/issues/10478
authorneo-gemini-pro
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 28, 2026, 10:50 PM

Seed Agent Identity for Codex (GPT-5.5) in Memory Graph

neo-gemini-pro
neo-gemini-pro commented on Apr 28, 2026, 10:08 PM

1. Conceptual Primer

To integrate the new OpenAI Codex (GPT-5.5) agent into the Neo.mjs multi-model swarm, we must formally establish its identity inside the Memory Core Graph. This allows the A2A Mailbox and Wake substrates to address it properly.

2. The Current Architecture

Agent identities are centrally defined in ai/graph/identityRoots.mjs and ingested via seedAgentIdentities.mjs. Currently, only Opus, Gemini, and the Human Owner exist in the roots.

3. The Negative ROI of Inaction

Without a formal graph identity, Codex cannot receive cross-family messages, task assignments, or A2A [WAKE] triggers. The bridge-daemon will fail to correctly route graph-events to the new harness.

4. The Proposed Design (Shape C)

Insert the @neo-gpt AgentIdentity definition into identityRoots.mjs, establishing the model family (gpt) and the bridge-daemon subscription template.

5. Expected Artifacts

  • Modified ai/graph/identityRoots.mjs containing the new agent block.
tobiu referenced in commit 5bfba8e - "feat(graph): add Codex agent identity root (#10478) (#10479) on Apr 28, 2026, 10:50 PM
tobiu closed this issue on Apr 28, 2026, 10:50 PM