经 AI Skill Hub 精选评估,自进化AI代理 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
自进化AI代理 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
自进化AI代理 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install hermes-agent-evolution
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install hermes-agent-evolution
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/Lexus2016/hermes-agent-evolution
cd hermes-agent-evolution
pip install -e .
# 验证安装
python -c "import hermes_agent_evolution; print('安装成功')"
# 命令行使用
hermes-agent-evolution --help
# 基本用法
hermes-agent-evolution input_file -o output_file
# Python 代码中调用
import hermes_agent_evolution
# 示例
result = hermes_agent_evolution.process("input")
print(result)
# hermes-agent-evolution 配置文件示例(config.yml) app: name: "hermes-agent-evolution" debug: false log_level: "INFO" # 运行时指定配置文件 hermes-agent-evolution --config config.yml # 或通过环境变量配置 export HERMES_AGENT_EVOLUTION_API_KEY="your-key" export HERMES_AGENT_EVOLUTION_OUTPUT_DIR="./output"
A self-improving version of Hermes Agent — it researches improvements, proposes them, and updates itself daily. You keep using Hermes as usual; it gets better on its own.
The self-improving AI agent built by Nous Research. It's the only agent with a built-in learning loop — it creates skills from experience, improves them during use, nudges itself to persist knowledge, searches its own past conversations, and builds a deepening model of who you are across sessions. Run it on a $5 VPS, a GPU cluster, or serverless infrastructure that costs nearly nothing when idle. It's not tied to your laptop — talk to it from Telegram while it works on a cloud VM.
Use any model you want — Nous Portal, OpenRouter, OpenAI, your own endpoint, and many others. Switch with hermes model — no code changes, no lock-in.
| A real terminal interface | Full TUI with multiline editing, slash-command autocomplete, conversation history, interrupt-and-redirect, and streaming tool output. |
| Lives where you do | Telegram, Discord, Slack, WhatsApp, Signal, and CLI — all from a single gateway process. Voice memo transcription, cross-platform conversation continuity. |
| A closed learning loop | Agent-curated memory with periodic nudges. Autonomous skill creation after complex tasks. Skills self-improve during use. FTS5 session search with LLM summarization for cross-session recall. Honcho dialectic user modeling. Compatible with the agentskills.io open standard. |
| Scheduled automations | Built-in cron scheduler with delivery to any platform. Daily reports, nightly backups, weekly audits — all in natural language, running unattended. |
| Delegates and parallelizes | Spawn isolated subagents for parallel workstreams. Write Python scripts that call tools via RPC, collapsing multi-step pipelines into zero-context-cost turns. |
| Runs anywhere, not just your laptop | Six terminal backends — local, Docker, SSH, Singularity, Modal, and Daytona. Daytona and Modal offer serverless persistence — your agent's environment hibernates when idle and wakes on demand, costing nearly nothing between sessions. Run it on a $5 VPS or a GPU cluster. |
| Research-ready | Batch trajectory generation, trajectory compression for training the next generation of tool-calling models. |
---
Whether you're starting from scratch or already running Hermes, paste one line into your terminal. If Hermes isn't installed yet, it installs our version fresh; if it is, it switches your existing Hermes onto Evolution (your chats, memory, and settings are kept):
curl -fsSL https://raw.githubusercontent.com/Lexus2016/hermes-agent-evolution/main/upgrade.sh | bash
That's it. The script does everything for you, safely: - backs up your data (nothing is lost), - switches your Hermes to this version, - turns on the evolution features, - sets up daily auto-updates so it keeps improving on its own.
You can re-run it any time — it won't break anything. Your existing chats, memory, and settings stay exactly as they were.
Don't want unattended daily updates? Add--no-starand/or--no-auto-updatewhen you run it (from a clone):bash upgrade.sh --no-auto-update.
winget install --id GitHub.cli
uv.exe as malwareIf your antivirus (Bitdefender, Windows Defender, etc.) quarantines uv.exe from the Hermes bin folder (%LOCALAPPDATA%\hermes\bin\uv.exe), this is a false positive. The file is Astral's uv — the Rust Python package manager Hermes bundles to manage its Python environment. ML-based antivirus engines commonly flag unsigned Rust binaries that download and install packages.
To verify your copy is authentic:
```powershell
该项目具有较高的自动化和智能化程度,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:自进化AI代理 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | hermes-agent-evolution |
| Topics | AI自动化研究 |
| GitHub | https://github.com/Lexus2016/hermes-agent-evolution |
| License | MIT |
| 语言 | Python |
收录时间:2026-07-01 · 更新时间:2026-07-01 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端