← 返回
开发者工具 Key 中文

Protea Self Evolving Life Agent

Self-evolving artificial life agent. Three-ring architecture: Ring 0 (Sentinel) supervises, Ring 1 (Intelligence) drives LLM-powered evolution, Ring 2 (Evolv...
自我进化的人工生命代理。三环架构:0环(哨兵)负责监督,1环(智能)驱动基于大语言模型的进化,2环(进化)...
edisonchenai
开发者工具 clawhub v1.0.0 1 版本 99884.7 Key: 需要
★ 1
Stars
📥 846
下载
💾 33
安装
1
版本
#latest

概述

Protea — Self-Evolving Artificial Life Agent

A living program that evolves itself. Three-ring architecture running on a single machine.

Architecture

  • Ring 0 (Sentinel) — Immutable physics layer. Heartbeat monitoring, git snapshots, rollback, fitness tracking. Pure Python stdlib.
  • Ring 1 (Intelligence) — LLM-driven evolution engine, task executor, Telegram bot, skill crystallizer, web dashboard. Multi-LLM support (Anthropic, OpenAI, DeepSeek, Qwen).
  • Ring 2 (Evolvable Code) — The living code that evolves, managed in its own git repo by Ring 0.

Prerequisites

  • Python 3.11+
  • Git
  • At least one LLM API key (Anthropic, OpenAI, DeepSeek, or Qwen)

Quick Start

curl -sSL https://raw.githubusercontent.com/EdisonChenAI/protea/main/setup.sh | bash
cd protea && .venv/bin/python run.py

Key Features

  • Self-Evolution — LLM generates code mutations each generation; survivors kept, failures roll back
  • Fitness Scoring — 6-component scoring (survival, output, diversity, novelty, structure, function)
  • Gene Pool — Top 100 code patterns stored in SQLite, injected into evolution prompts
  • Tiered Memory — Hot → Warm → Cold → Forgotten, with LLM-assisted curation
  • Skill Crystallization — Surviving code patterns extracted as reusable skills
  • Multi-LLM — Anthropic, OpenAI, DeepSeek, Qwen via unified interface
  • Telegram Bot — Commands + free-text interaction
  • Web Dashboard — Local UI at localhost:8899
  • 1098 Tests — Comprehensive coverage

Source

GitHub: https://github.com/EdisonChenAI/protea

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 12:07 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

data-analysis

Edison Agent Reach

edisonchenai
Use the internet: search, read, and interact with 13+ platforms including Twitter/X, Reddit, YouTube, GitHub, Bilibili,
★ 0 📥 1,647
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,759
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,934