openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
它通过从真实的会话证据中提取行为模式,而非依赖手动编写的规则,解决了 AI 代理的冷启动问题;同时支持多种代理平台,并采用以本地隐私优先的架构。
Emulo
Your AI agents act like they just met you. Emulo fixes that.
Your real coding-agent sessions already contain the rules you never wrote down: what “done” means, what you reject on sight, how you debug, how you design UI, and how you write when you are actually working.
Emulo mines selected evidence from those sessions — Claude Code, Codex, Copilot CLI, OpenCode, and Google Antigravity logs out of the box — into a private working profile your agent reads before every task. Separate layers for work, design, writing, and video mean the right part of you loads for the right task.
The mined profile loads where your agents already live: Claude Code and Codex natively, Cursor, Gemini, and OpenCode through explicit adapters, and OpenClaw and Hermes Agent as a standard skill (guide).
The Emulo Proof v1 methodology is an unexecuted methodology until a separately approved evidence release exists.
Emulo's local engine stays MIT licensed and useful without an account. Your session extraction, redaction, caches, profile, and agent adapters remain on your machine unless you explicitly choose a model provider for mining.
Emulo Pro is the optional hosted layer for client-encrypted approved-generation continuity across up to five devices, managed pairing and revocation, conflict-preserving history, and a bounded encrypted recovery/export window. Raw session evidence, decryption keys, and model-provider tokens do not enter the hosted service. Ending Pro access never disables local Emulo, its history, or rollback.
The hosted Worker source is public so its authentication, checkout, webhook, and entitlement rules can be audited. Production credentials and customer records are held by Cloudflare and Polar and are never stored in Git. Public source code is not public access to the hosted service or its data.
Memory is what you explicitly told the model.
Emulo mines what your work already proved about you: what you reject, what "done" means, when you ask for proof, how you talk when you're actually working, and the agent behaviors that make you stop the task.
That's why it reads raw session logs, not your CLAUDE.md or rules file.
One line to the same agent, twice: "help me post emulo on reddit." Once cold,
Mine your Claude Code and Codex logs into a local you.md agent profile.
根据分类、Topic 和编程语言匹配的相似项目。
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.