✓ Verified 💻 Development ✓ Enhanced Data

Evoagentx

EvoAgentX - Self-evolving AI agents framework integration.

Rating
4.8 (237 reviews)
Downloads
27,481 downloads
Version
1.0.0

Overview

EvoAgentX - Self-evolving AI agents framework integration.

Key Features

1

Install - Install EvoAgentX framework

2

Status - Check EvoAgentX installation and API keys

3

Docs - Open documentation links

4

Run - Run an EvoAgentX workflow

Complete Documentation

View Source →

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

  • Set API key:
powershell
$env:OPENAI_API_KEY = "sk-..."
  • 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

Installation

Terminal bash

openclaw install evoagentx
    
Copied!

💻Code Examples

.\evoagentx.ps1 -Action install

evoagentxps1--action-install.txt
## Usage

### Check Status

.\evoagentx.ps1 -Action docs

evoagentxps1--action-docs.txt
## Requirements

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

## Setup

1. Set API key:
example.txt
# Check status first
.\evoagentx.ps1 -Action status

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

Tags

#ai_and-llms #integration

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author nantes
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install evoagentx