freshcrate
Skin:/
Home > AI Agents > evo-agents

evo-agents

Complete Workspace Template for OpenClaw - Full agent lifecycle with unified memory system (Markdown + SQLite), self-evolution, RAG. Not for SubAgent/Skill use.

Why this rank:Release freshnessStrong adoptionHealthy release cadence

Description

Complete Workspace Template for OpenClaw - Full agent lifecycle with unified memory system (Markdown + SQLite), self-evolution, RAG. Not for SubAgent/Skill use.

README

evo-agents

License: MIT Python 3.10+ OpenClaw

๐ŸŒ Language: English | ็ฎ€ไฝ“ไธญๆ–‡


โšก Quick Start

One-line Installation

Global / ๅ…จ็ƒ:

curl -fsSL https://raw.githubusercontent.com/luoboask/evo-agents/master/install.sh | bash -s my-agent

China / ไธญๅ›ฝ (Faster / ๆ›ดๅฟซ):

curl -fsSL https://gitee.com/luoboask/evo-agents/raw/master/install.sh | bash -s my-agent

Done! Full-featured agent workspace in seconds.


๐ŸŽฏ What is evo-agents?

Production-ready OpenClaw agent template with advanced memory management and domain-specific plugins.


๐Ÿ—๏ธ Architecture

Overall Structure

evo-agents/
โ”œโ”€โ”€ agents/                    # Isolated agent instances
โ”‚   โ”œโ”€โ”€ main-agent/
โ”‚   โ”œโ”€โ”€ sandbox-agent/
โ”‚   โ””โ”€โ”€ tao-admin/
โ”‚
โ”œโ”€โ”€ skills/                    # Shared skills
โ”‚   โ”œโ”€โ”€ memory-search/        # Memory management
โ”‚   โ”œโ”€โ”€ harness-agent/        # Domain plugins
โ”‚   โ”œโ”€โ”€ self-evolution/       # Self-improvement
โ”‚   โ””โ”€โ”€ web-knowledge/        # Web search
โ”‚
โ”œโ”€โ”€ memory/                    # Memory files
โ”‚   โ”œโ”€โ”€ YYYY-MM-DD.md         # Daily memories
โ”‚   โ”œโ”€โ”€ weekly/               # Week summaries
โ”‚   โ”œโ”€โ”€ monthly/              # Month summaries
โ”‚   โ””โ”€โ”€ MEMORY.md             # Long-term memory
โ”‚
โ”œโ”€โ”€ libs/                      # Shared libraries
โ”‚   โ”œโ”€โ”€ memory_hub/           # Memory storage (SQLite)
โ”‚   โ”œโ”€โ”€ rag_eval/             # RAG evaluation
โ”‚   โ””โ”€โ”€ knowledge_graph/      # Knowledge graph
โ”‚
โ””โ”€โ”€ scripts/                   # Utility scripts
    โ”œโ”€โ”€ core/
    โ”‚   โ”œโ”€โ”€ memory_manager.py # Memory compression
    โ”‚   โ”œโ”€โ”€ scan_sessions.py  # Session scanner
    โ”‚   โ””โ”€โ”€ ...
    โ””โ”€โ”€ ...

๐Ÿ“š Memory Architecture

Hierarchical Memory System

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                    User Query                            โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                          โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              Search Strategy                             โ”‚
โ”‚  Month โ†’ Week โ†’ Day โ†’ Full Scan                         โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                          โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              Memory Layers                               โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  Month Summary (2 months)    โ†’ Overview                 โ”‚
โ”‚  Week Summary  (8 weeks)     โ†’ Summary                  โ”‚
โ”‚  Day Summary   (14 days)     โ†’ Details                  โ”‚
โ”‚  MEMORY.md   (Permanent)     โ†’ Long-term                โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                          โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              Storage                                     โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  memory/monthly/*.md        (Month summaries)           โ”‚
โ”‚  memory/weekly/*.md         (Week summaries)            โ”‚
โ”‚  memory/YYYY-MM-DD.md       (Daily memories)            โ”‚
โ”‚  data/*/memory/memory_stream.db  (Shared memory)        โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Memory Compression Flow

Daily Memory (memory/YYYY-MM-DD.md)
         โ†“ (Daily 09:30)
   Incremental Compress
         โ†“
   Shared Memory (memory_hub)
         โ†“ (Weekly Sun 03:00)
   Week Summary (memory/weekly/)
         โ†“ (Monthly 1st 04:00)
   Month Summary (memory/monthly/)
         โ†“
   Auto Cleanup (14d/8w/2m)

Compression Schedule

Type Schedule Retention Auto Cleanup
Daily 09:30 daily 14 days โœ… Yes
Weekly Sun 03:00 8 weeks โœ… Yes
Monthly 1st 04:00 2 months โœ… Yes

๐Ÿง  Knowledge Architecture

Knowledge Graph Integration

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              Knowledge Sources                           โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  memory/           Markdown files                       โ”‚
โ”‚  MEMORY.md         Long-term memory                     โ”‚
โ”‚  Web Search        Real-time information                โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                          โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚           Knowledge Processing                           โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  Extract Entities    โ†’    Build Relationships           โ”‚
โ”‚  (Ollama/NLP)             (Graph DB)                    โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                          โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              Knowledge Graph                             โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  Entities: User, Project, Technology, Decision          โ”‚
โ”‚  Relations: USES, PREFERS, DECIDES, WORKS_ON           โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                          โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              Query & Reasoning                           โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  SPARQL Queries    โ†’    Inference                       โ”‚
โ”‚  Entity Search     โ†’    Relationship Discovery          โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

RAG Pipeline

User Question
     โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  1. Query Understanding             โ”‚
โ”‚     - Intent classification         โ”‚
โ”‚     - Entity extraction             โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
               โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  2. Multi-Source Retrieval          โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  Vector Search   Knowledge Graph    โ”‚
โ”‚  (Semantic)      (Structured)       โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
               โ†“
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  3. LLM Generation                  โ”‚
โ”‚     Context-aware answer            โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

โœจ Core Features

1. Multi-Agent Architecture

  • ๐Ÿ”’ Data Isolation - Each agent has independent workspace and database
  • ๐Ÿ“ฆ Shared Skills - Common capabilities across all agents
  • ๐Ÿ› ๏ธ Easy Setup - One-line installation

2. Harness Agent Plugins

8 Domain Plugins:

Domain Use Case Example
Programming ๐Ÿ’ป Software development --domain programming
E-commerce ๐Ÿ›’ Product management --domain ecommerce
Data Analysis ๐Ÿ“Š BI & Visualization --domain data_analysis
DevOps ๐Ÿ”ง CI/CD & Deployment --domain devops
Marketing ๐Ÿ“ข Campaigns --domain marketing
Content โœ๏ธ Articles & Scripts --domain content_creation
Self-Media ๐Ÿ“ฑ Social media ops --domain self_media

3. Advanced Memory System

  • ๐Ÿ“… Hierarchical Compression - Day โ†’ Week โ†’ Month
  • ๐Ÿ” Layered Search - Month โ†’ Week โ†’ Day โ†’ Full
  • ๐Ÿ—‘๏ธ Auto Cleanup - 14d/8w/2m retention
  • ๐Ÿ’พ Shared Storage - SQLite memory_hub

4. Self-Evolution

  • ๐Ÿ“Š RAG Evaluation - Track retrieval quality
  • ๐Ÿ”ง Auto Tuning - Optimize parameters
  • ๐Ÿ“ˆ Continuous Improvement - Learn from interactions

๐Ÿ”ง Usage

Installation

# Install
./install.sh my-agent

# Activate features
./scripts/core/activate-features.sh

Memory Management

# Daily compression
python3 scripts/core/memory_manager.py --daily

# Weekly compression
python3 scripts/core/memory_manager.py --weekly

# Monthly compression
python3 scripts/core/memory_manager.py --monthly

# Search memory
python3 scripts/core/memory_manager.py --search "keyword"

Cron Jobs (Auto-configured)

*/30 * * * *   Session scan
0 9:30 * * *   Daily memory compress
0 3 * * 0      Weekly memory compress
0 4 1 * *      Monthly memory compress
0 23 * * *     Nightly evolution

๐Ÿ“š Documentation


๐Ÿ“Š Status

  • โœ… Memory Manager (Daily/Weekly/Monthly)
  • โœ… Hierarchical Search
  • โœ… Incremental Compression
  • โœ… Auto Cleanup
  • โœ… Knowledge Graph
  • โœ… RAG Evaluation

License: MIT | Created: 2026-04 | Last Update: 2026-04-10

Release History

VersionChangesUrgencyDate
master@2026-04-19Latest activity on master branchHigh4/19/2026
0.0.0No release found โ€” using repo HEADHigh4/11/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

agent-telegram-botProvide a local, privacy-focused AI assistant for Telegram that runs fully on your machine without sending data to the cloud.main@2026-06-05
daily_stock_analysisLLM้ฉฑๅŠจ็š„ A/H/็พŽ่‚กๆ™บ่ƒฝๅˆ†ๆžๅ™จ๏ผšๅคšๆ•ฐๆฎๆบ่กŒๆƒ… + ๅฎžๆ—ถๆ–ฐ้—ป + LLMๅ†ณ็ญ–ไปช่กจ็›˜ + ๅคšๆธ ้“ๆŽจ้€๏ผŒ้›ถๆˆๆœฌๅฎšๆ—ถ่ฟ่กŒ๏ผŒ็บฏ็™ฝๅซ–. LLM-powered stock analysis system for A/H/US markets.v3.20.0
SurfSenseAn open source, privacy focused alternative to NotebookLM for teams with no data limit's. Join our Discord: https://discord.gg/ejRNvftDp9v0.0.26
neurostackYour second brain, starting today. CLI + MCP server that helps you build, maintain, and search a knowledge vault that gets better every day. Works with any AI provider. Local-first, zero-prereq instalv0.13.0
atomic-knowledgeMarkdown-first work-memory protocol for existing agents, with maintained knowledge, candidate notes, evals, and an example KB.v0.2.0

More in AI Agents

@blockrun/franklinFranklin โ€” The AI agent with a wallet. Spends USDC autonomously to get real work done. Pay per action, no subscriptions.
hermes-agentThe agent that grows with you
awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
e2bE2B SDK that give agents cloud environments