@tom_doerr: Orchestrates AI coding agents with persistent memory https://github.com/RedPlanetHQ/core…

X AI KOLs Timeline Tools

Summary

CORE is an open-source AI operating layer that orchestrates coding agents with persistent memory, coordinating tasks across tools and agents.

Orchestrates AI coding agents with persistent memory https://t.co/9OtbNhOUh9 https://t.co/vdJ960iau4
Original Article
View Cached Full Text

Cached at: 05/19/26, 12:37 AM

Orchestrates AI coding agents with persistent memory

https://t.co/9OtbNhOUh9 https://t.co/vdJ960iau4


RedPlanetHQ/core

Source: https://github.com/RedPlanetHQ/core

🌐 Language
CORE logo

Your personal AI OS.

Run Your OS. Watches your work. Remembers what matters. Acts across your tools and agents. Open source, self-hosted, yours forever.

Website Docs Discord License: AGPL 3.0


See it work

Watch CORE handle two coding tasks end to end:

CORE Demo


What CORE is

CORE is the open-source operating layer for AI-native work.

You write what needs doing in a scratchpad. CORE picks up the task, loads context from memory and connected apps, drafts a plan, runs the right agent through the gateway, handles blockers where it can, and comes back when human judgment is needed.

It is not a chatbot you keep prompting. It is the layer that remembers, coordinates, acts, and escalates.

The architecture

WatchesContext from your AI conversations via MCP, 50+ connected apps, and on Mac, any app you explicitly grant access to.
RemembersA knowledge graph that tracks not just what you said, but what you decided, when, and why, across every tool and conversation.
ActsTakes direct actions in your connected apps, and delegates longer work to coding and browser agents via the gateway.
PoliciesApproval flows, escalation rules, plans, and audit logs so autonomy stays accountable.

CORE decides what it can do safely, asks before sensitive actions, and leaves a trail you can review.


CORE in action

Delegate a coding task, come back to a PR.

Tell CORE what needs doing. It gathers context from your repo, apps, and memory, drafts a plan, runs a Claude Code or Codex session, handles blockers where it can, and brings back a PR. You review when it is done.

[ ] Fix the race condition in the checkout flow from issue #312

Clear your backlog while you sleep.

Set a recurring task to pull from your backlog at a set time. CORE works through it while you are offline. Smooth runs wait for review in the morning. Stuck sessions come back with a tight question, not a stalled tab.

[ ] Work through tonight's backlog starting at 11pm

Investigate alerts before they become interruptions.

Set a recurring task to watch Sentry, logs, or any alert source. When something fires, CORE investigates, pulls related traces and prior incidents, and decides whether to handle it or escalate.

A Sentry alert fires at 2am. CORE investigates, proposes a fix, and pings you on Slack for review.

Get a morning brief that knows your work.

Set a recurring task to pull from email, GitHub, Linear, and Slack every morning. CORE summarizes what needs attention, skips what doesn’t, and turns follow-ups into tasks automatically.

Delegate from wherever you are.

Create tasks from Slack, WhatsApp, Telegram, email, or web. The gateway keeps running in Docker or Railway, so CORE can pick up work even when your laptop is closed.


What’s inside CORE

MemoryTracks your preferences, decisions, goals, and directives across every tool and conversation, so every task starts with context loaded.
TasksOne-shot or recurring work units with your spec, CORE’s plan, live state, and a dedicated chat thread. Each task can spawn coding or browser sessions.
ScratchpadA daily page for tasks, ideas, and work in progress. Type [ ] anywhere and CORE picks it up within 3 minutes.
Connectors50+ apps through one MCP endpoint, plus webhook triggers for proactive automation. GitHub, Linear, Jira, Slack, Gmail, Calendar, Sentry, Granola, Todoist, and more.
Skills100+ reusable instructions applied automatically based on context. Use built-in skills or write your own for repeatable workflows.
GatewayRuns Claude Code, Codex, browser agents, and local commands on your machine or in Docker / Railway, so CORE keeps working when your laptop is closed.
Model agnosticBring your own provider: Anthropic, OpenAI, or open-weight models. Self-host the full stack for isolation.

What CORE is not

Not a RAG wrapper.Memory is not just embedded chunks. It is a knowledge graph that tracks what you decided, when, and why.
Not a workflow builder.No drag-and-drop DAGs. You write what needs doing. CORE figures out the workflow and asks when it needs judgment.
Not another Devin.CORE proposes plans, you approve. CORE asks for unblocks, you decide. CORE brings back PRs, you review. Agents do not merge on their own.
Not a closed cloud assistant.CORE is open source, self-hostable, model-agnostic, and designed around your infrastructure.

Quickstart

Open source and self-hosted. Your data stays in your infrastructure.

Install and start CORE:

npm install -g @redplanethq/corebrain && corebrain setup

The setup wizard asks for an install directory, AI provider, API key, and chat model. It generates secrets, starts the stack, and opens http://localhost:3033.

Most local installs take a few minutes once Docker is running.

Or deploy on Railway:

Deploy on Railway

Connect a gateway so CORE can drive your browser, run coding agents, and access local folders:

corebrain login
corebrain gateway setup

Requirements: Docker 20.10+, Docker Compose 2.20+, 4 vCPU / 8GB RAM

Full self-hosting guide

Want the Mac app? Join the waitlist at getcore.me.


Benchmark

CORE achieves 88.24% average accuracy on the LoCoMo benchmark across single-hop, multi-hop, open-domain, and temporal reasoning.


What we believe

  • Chat is an interface. Not an OS.
  • Intelligence without memory is trivia.
  • Your AI should know you across every tool, not just the current tab.
  • Work should move from intent to action without you becoming the glue.
  • Automation without accountability is chaos.

Docs

  • Memory - Temporal knowledge graph, fact classification, intent-driven retrieval
  • Scratchpad - The daily surface where tasks and ideas start
  • Tasks - Plans, state, recurring work, and task-scoped context
  • Toolkit - 1000+ actions across 50+ apps via MCP
  • CORE Agent - Triggers, memory, tools, and execution
  • Gateway - WhatsApp, Slack, Telegram, email, web, and API access
  • Skills - Reusable instructions for repeatable workflows
  • Self-hosting - Full deployment guide
  • Changelog - What has shipped

Security

  • CASA Tier 2 Certified
  • TLS 1.3 in transit
  • AES-256 at rest
  • Your data is never used for model training
  • Self-host for full isolation
  • Security policy
  • Vulnerabilities: [email protected]

Community

We’re building CORE in public.

We share the roadmap and architectural decisions openly because the hardest problems in building a personal OS are best solved with the people using it. Star the repo, self-host it, share what you build, and open issues for what’s broken or missing.


Self-host your personal AI OS.

Star this repo · Read the docs · Join Discord

Similar Articles

rohitg00/agentmemory

GitHub Trending (daily)

agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.