evoagentx

TotalClaw 作者 totalclaw v1.0.1

EvoAgentX - 自我进化的人工智能代理框架集成

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~nantes-evoagentx
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~nantes-evoagentx/file -o nantes-evoagentx.md
# 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:\Users\z\AppData\Local\Programs\Python\Python312\python.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

---

## 中文说明

# EvoAgentX 技能

与 EvoAgentX 框架集成,用于构建自我进化的人工智能代理。

## ⚠️ 重要:Python 版本

**本技能使用 Python 3.12**(而非默认的 Python)
- 路径:`C:\Users\z\AppData\Local\Programs\Python\Python312\python.exe`

## 功能说明

- **Install** - 安装 EvoAgentX 框架
- **Status** - 检查 EvoAgentX 的安装情况和 API 密钥
- **Docs** - 打开文档链接
- **Run** - 运行一个 EvoAgentX 工作流

## 安装

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

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

## 用法

### 检查状态

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

### 安装

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

### 打开文档

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

## 环境要求

- Python 3.12(已安装)
- evoagentx 软件包(已安装!)
- OpenAI API 密钥(或 Claude、DeepSeek 等)

## 设置

1. 设置 API 密钥:
   ```powershell
   $env:OPENAI_API_KEY = "sk-..."
   ```
2. 运行:`.\evoagentx.ps1 -Action run -Goal "your goal"`

## 什么是 EvoAgentX?

EvoAgentX 是一个用于构建自我进化人工智能代理的框架:
- 根据目标自动构建工作流
- 基于反馈进行自我进化
- 多模型支持(OpenAI、Claude、DeepSeek、Qwen)
- 记忆(短期 + 长期)
- 人在回路(Human-in-the-loop)

**链接:**
- 网站:https://evoagentx.org
- GitHub:https://github.com/EvoAgentX/EvoAgentX

## 许可证

MIT