I made it so any agent can agent can use any context form another agent. Claude learns from codex, visa versa.

Reddit r/AI_Agents Tools

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.

Short clip: two fresh sessions, different tools, no shared context. I ask one to pull up the other's last session and it just does it, then I flip it the other way. see comments for video It is called Lore. It indexes your agent sessions into one local SQLite store and serves it over MCP, so every agent reads the same memory. Local only, nothing phones home. MIT. Great if you work with multiple agents on the same project. Just ask your agent to pull up detail from the other agent’s session.. and it just does it. quick setup: See comments Would love to know if this works for you, or if I am just being hopeful 😃 please feel free to critique or improve, happy to merge PR's : )
Original Article

Similar Articles

I let Codex and Claude Opus work on the same Java AI agent monolith

Reddit r/AI_Agents

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

Reddit r/AI_Agents

The author built a custom AI agent application wrapping Claude Code and upcoming Codex support, focusing on composable workflows and seeking community feedback.