Frontmatter
| id | 7968 |
| title | Integrate Cognitive Loop into Agent Class |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Dec 1, 2025, 4:40 PM |
| updatedAt | Dec 1, 2025, 4:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7968 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7961 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 1, 2025, 4:53 PM |
Integrate Cognitive Loop into Agent Class
tobiu assigned to @tobiu on Dec 1, 2025, 4:42 PM
tobiu added parent issue #7961 on Dec 1, 2025, 4:42 PM

tobiu
Dec 1, 2025, 4:53 PM

tobiu
Dec 1, 2025, 4:53 PM
Input from Gemini 2.5:
✦ Integrated Cognitive Runtime into
Neo.ai.Agent.
- Agent now instantiates
Loop,Scheduler,ContextAssembler, andGeminiProvider.- Preserved legacy MCP Client functionality.
- Added
schedule(event),start(), andstop()methods.- Validated end-to-end flow with
ai/examples/test-agent.mjs.
tobiu closed this issue on Dec 1, 2025, 4:53 PM
Goal: Integrate the Agent Cognitive Runtime (Loop) with the main
Neo.ai.Agentclass. Scope:Neo.ai.Agentto instantiateLoop,Scheduler,Assembler, andProvider.agent.start()andagent.stop()methods that delegate to the Loop.agent.schedule(event)to allow external systems (like WebSocket) to feed the loop. Context: Part of Epic #7961.