Do you need 100% local, zero-cloud?
โโโ Yes โ OPC Agent ๐
โโโ No
โโโ Are you in China? / ไฝ ๅจๅฝๅ
ๅ๏ผ
โ โโโ Yes โ Leaper Agent CN ๐จ๐ณ
โ โโโ No โ Leaper Agent ๐
โโโ Just need memory for your existing agent?
โโโ Yes โ OPC DeepBrain ๐ง
| Feature | OPC Agent | Leaper Agent | Leaper Agent CN | OPC DeepBrain |
|---|---|---|---|---|
| ๅฎไฝ | Local-first Agent | Hermes + DeepBrain | China-optimized Agent | Standalone Memory Engine |
| LLM | Ollama (local) | OpenAI / Claude / Gemini | DeepSeek / ้ไน / ๆบ่ฐฑ / Moonshot | N/A (bring your own) |
| Cloud | None ๐ | API keys required | API keys required | None ๐ |
| Cost | $0 (your hardware) | Pay-per-token | Pay-per-token | $0 |
| Memory | ๐ง DeepBrain built-in | ๐ง DeepBrain built-in | ๐ง DeepBrain built-in | ๐ง Standalone |
| Agent Orchestration | โ | โ Hermes-compatible | โ | N/A |
| Tools | Web UI | 65+ tools (browser, terminal, vision, TTSโฆ) | Search, Brain CLI | N/A |
| Gateway | โ | โ Multi-channel | โ Telegram | N/A |
| MCP | โ | โ | โ | N/A |
| Templates | โ | 1 (CEO Coach) | 10 CXO + 140 Industry | N/A |
| Privacy | ๐๐๐ | ๐ | ๐ | ๐๐๐ |
| PyPI | opc-agent |
leaper-agent |
leaper-agent-cn |
opc-deepbrain |
pip install opc-agent
ollama pull llama3.1
opc init
opc start
# Open http://localhost:3000 in your browserYour conversations are stored locally. DeepBrain learns from every interaction. No data ever leaves your machine.
pip install leaper-agent
# Set your API key (pick one)
export OPENAI_API_KEY=sk-xxx
# or: export ANTHROPIC_API_KEY=sk-ant-xxx
# or: export GEMINI_API_KEY=xxx
# Create an agent with the CEO Coach template
leaper create my-agent --template ceo-coach
# Start
leaper start my-agentBuilt on Hermes Agent with all its tools, gateway, and MCP support. The only difference: memory that actually evolves โ powered by DeepBrain's 6-layer architecture.
leaper create my-bot --template ceo-coach --bot-token YOUR_TELEGRAM_TOKEN
leaper start my-bot- 65+ tools: browser automation, terminal, file ops, vision, TTS, image gen
- Multi-channel gateway: Telegram, Discord, WhatsApp, Web
- MCP server & client support
- Multi-agent delegation (
delegate_task) - Skill system with hub
- Cron jobs, ACP adapter, TUI gateway
- ๐ง DeepBrain replaces flat memory โ 6-layer self-evolving knowledge with 4-Gate quality control
- Your agent remembers across sessions, consolidates patterns, and develops meta-awareness of what it knows
pip install leaper-agent-cn
# ๅๅปบ Agent๏ผๅ
็ฝฎ 10 ไธช CXO ่ง่ฒ + 140 ไธช่กไธๆจกๆฟ๏ผ
leaper-cn create
# ๅฏๅจๅฏน่ฏ
leaper-cn chatๅ็ๆฏๆ DeepSeekใ้ไนๅ้ฎใๆบ่ฐฑใMoonshotใ150+ ่ง่ฒๆจกๆฟๅผ็ฎฑๅณ็จใ
from deepbrain import DeepBrain
brain = DeepBrain("./my_brain.db")
# Learn from any text
brain.learn("The user prefers concise answers", source="conversation")
# Search knowledge
results = brain.search("What does the user prefer?")
# Check stats
brain.stats()3 lines. SQLite-only. Zero external dependencies. Add self-evolving memory to any agent framework.
What makes Deepleaper agents different? DeepBrain โ a self-evolving knowledge engine:
Layer 0: โก Flash Memory โ Current session buffer
Layer 1: ๐ Short-Term โ Recent interactions (hours-days)
Layer 2: ๐ Long-Term โ Validated knowledge (weeks-months)
Layer 3: ๐ Consolidated โ Cross-session patterns
Layer 4: ๐๏ธ Archived โ Historical reference
Layer 5: ๐ฏ Meta-Knowledge โ Self-awareness ("I know X well, but I'm uncertain about Y")
Knowledge automatically promotes through layers via 4-Gate quality control:
- Relevance Gate โ Is this worth remembering?
- Novelty Gate โ Is this genuinely new information?
- Consistency Gate โ Does this contradict existing knowledge?
- Utility Gate โ Will this be useful in future conversations?
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ User / ็จๆท โ
โโโโโโโโโโโโฌโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโค
โ OPC Agentโ Leaper โ Leaper Agent CN โ
โ (Ollama) โ (Hermes+) โ (DeepSeek/้ไน) โ
โโโโโโโโโโโโดโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโค
โ ๐ง OPC DeepBrain โ
โ 6-Layer Self-Evolving Memory โ
โ 4-Gate Quality Control โ
โ SQLite (100% local) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
| Product | Repo | PyPI |
|---|---|---|
| OPC Agent | github.com/deepleaper/opc-agent | pip install opc-agent |
| Leaper Agent | github.com/deepleaper/leaper-agent | pip install leaper-agent |
| Leaper Agent CN | github.com/deepleaper/leaper-agent-cn | pip install leaper-agent-cn |
| OPC DeepBrain | github.com/deepleaper/opc-deepbrain | pip install opc-deepbrain |
BSL-1.1 โ Free for non-competitive use. Converts to Apache-2.0 after 4 years.
We welcome contributions! See each project's CONTRIBUTING.md for guidelines.
๐ง Contact: tech@deepleaper.com
Built with โค๏ธ by Deepleaper Technology / ่ท็็งๆ
Your agent remembers. Your agent evolves. Your agent gets smarter.