Skip to content

Deepleaper/deepleaper-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Deepleaper Quickstart

Get up and running with the Self-Evolving Agent Stack in 60 seconds

60 ็ง’ๅฏๅŠจ่‡ช่ฟ›ๅŒ–ๆ™บ่ƒฝไฝ“

License Python Website

Website ยท Portal


๐Ÿค” Which Product Should I Use?

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 ๐Ÿง 

๐Ÿ“Š Product Comparison

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

โšก 30-Second Quick Starts

๐Ÿ  OPC Agent โ€” 100% Local, Zero Cost

pip install opc-agent
ollama pull llama3.1
opc init
opc start
# Open http://localhost:3000 in your browser

Your conversations are stored locally. DeepBrain learns from every interaction. No data ever leaves your machine.

๐ŸŒ Leaper Agent โ€” Hermes Base + DeepBrain Memory

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-agent

Built 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.

As a Telegram Bot

leaper create my-bot --template ceo-coach --bot-token YOUR_TELEGRAM_TOKEN
leaper start my-bot

What You Get (from Hermes)

  • 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

What's Different (from Hermes)

  • ๐Ÿง  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

๐Ÿ‡จ๐Ÿ‡ณ Leaper Agent CN โ€” ไธญๅ›ฝ็‰ˆ

pip install leaper-agent-cn

# ๅˆ›ๅปบ Agent๏ผˆๅ†…็ฝฎ 10 ไธช CXO ่ง’่‰ฒ + 140 ไธช่กŒไธšๆจกๆฟ๏ผ‰
leaper-cn create

# ๅฏๅŠจๅฏน่ฏ
leaper-cn chat

ๅŽŸ็”Ÿๆ”ฏๆŒ DeepSeekใ€้€šไน‰ๅƒ้—ฎใ€ๆ™บ่ฐฑใ€Moonshotใ€‚150+ ่ง’่‰ฒๆจกๆฟๅผ€็ฎฑๅณ็”จใ€‚

๐Ÿง  OPC DeepBrain โ€” Standalone Memory Engine

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.


๐Ÿง  DeepBrain: 6-Layer Memory Architecture

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?

๐Ÿ—๏ธ Architecture Overview

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              User / ็”จๆˆท                 โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ OPC Agentโ”‚ Leaper    โ”‚ Leaper Agent CN  โ”‚
โ”‚ (Ollama) โ”‚ (Hermes+) โ”‚ (DeepSeek/้€šไน‰)  โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚           ๐Ÿง  OPC DeepBrain              โ”‚
โ”‚      6-Layer Self-Evolving Memory       โ”‚
โ”‚         4-Gate Quality Control          โ”‚
โ”‚           SQLite (100% local)           โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿ“š Learn More

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

๐Ÿ“„ License

BSL-1.1 โ€” Free for non-competitive use. Converts to Apache-2.0 after 4 years.

๐Ÿค Contributing

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.

About

๐Ÿš€ 21 demos + tutorials โ€” get started with Deepleaper in 30 seconds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors