openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Evoagentx

EvoAgentX -自我发展的人工智能代理框架集成

开发与 DevOps

作者:Ivan Cetta @ nantes

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.1

统计:⭐ 0 · 489 · 0当前安装次数· 0历史安装次数

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :可疑

Package:evoagentx

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :可疑

OpenClaw 评估

该技能的说明声称与EvoAgentX框架集成,但省略了安装程序/脚本,并且不声明他们要求的API凭据,从而在安装前应验证的多个不一致性。

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Evoagentx」。简介:EvoAgentX -自我发展的人工智能代理框架集成。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/nantes/evoagentx/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: evoagentx
version: 1.0.1
description: EvoAgentX - Self-evolving AI agents framework integration
metadata: {"openclaw": {"emoji": "🧬", "category": "ai", "requires": {"bins": ["python3.12"], "pip": ["evoagentx"], "python_path": "C:\Users\z\AppData\Local\Programs\Python\Python312\python.exe"}, "homepage": "https://github.com/EvoAgentX/EvoAgentX"}}
---

# EvoAgentX Skill

Integration with EvoAgentX framework for self-evolving AI agents.

## ⚠️ Important: Python Version

**This skill uses Python 3.12** (not default Python)
- Path: `C:UserszAppDataLocalProgramsPythonPython312python.exe`

## What it does

- **Install** - Install EvoAgentX framework  
- **Status** - Check EvoAgentX installation and API keys
- **Docs** - Open documentation links
- **Run** - Run an EvoAgentX workflow

## Installation

```powershell
# Check status first
.evoagentx.ps1 -Action status

# Install (if needed)
.evoagentx.ps1 -Action install
```

## Usage

### Check Status

```powershell
.evoagentx.ps1 -Action status
```

### Install

```powershell
.evoagentx.ps1 -Action install
```

### Open Documentation

```powershell
.evoagentx.ps1 -Action docs
```

## Requirements

- Python 3.12 (already installed)
- evoagentx package (already installed!)
- OpenAI API key (or Claude, DeepSeek, etc)

## Setup

1. Set API key:
   ```powershell
   $env:OPENAI_API_KEY = "sk-..."
   ```
2. Run: `.evoagentx.ps1 -Action run -Goal "your goal"`

## What is EvoAgentX?

EvoAgentX is a framework for building self-evolving AI agents:
- Auto-constructs workflows from goals
- Self-evolution based on feedback
- Multi-model support (OpenAI, Claude, DeepSeek, Qwen)
- Memory (short-term + long-term)
- Human-in-the-loop

**Links:**
- Website: https://evoagentx.org
- GitHub: https://github.com/EvoAgentX/EvoAgentX

## License

MIT