I made it so any agent can agent can use any context form another agent. Claude learns from codex, visa versa.
Summary
Lore is a local tool that indexes AI agent sessions into a SQLite database and serves them over MCP, allowing different agents (e.g., Claude and Codex) to share and retrieve each other's context across sessions.
Similar Articles
Lore: The MCP that lets your AI agents share session history. Any chat, any agent, anytime.
Lore is an open-source tool that uses the Model Context Protocol (MCP) to share session history between AI agents, storing all data locally in SQLite. It enables agents to access each other's past sessions without external dependencies.
@svpino: You can now have Claude Code collaborate autonomously with Codex and any other agent. This is going to break the intern…
You can now have Claude Code collaborate autonomously with Codex and any other agent, enabling multi-agent cooperation in AI coding tasks.
I let Codex and Claude Opus work on the same Java AI agent monolith
A developer compares Codex 5.3 and Claude Opus 4.6 on autonomous Java AI agent development, finding that the model with more elegant architecture (Claude) often produced code that never executed, while the more boring and direct Codex improved the working product with practical fixes like timeouts and history recovery.
AI agents still suck, so I built my own
The author built a custom AI agent application wrapping Claude Code and upcoming Codex support, focusing on composable workflows and seeking community feedback.
@dr_cintas: You can now give Hermes, Claude Code, and Codex infinite memory It's called agentmemory. Records what your agent does d…
Agentmemory is a free, open-source tool that gives AI agents like Hermes, Claude Code, and Codex infinite memory by recording session activity, compressing it with AI, and injecting relevant context into future sessions. It has over 4,000 GitHub stars.