🧪 Skills

Evoagentx

--- name: evoagentx version: 1.0.1 description: EvoAgentX - Self-evolving AI agents framework integration metadata: {"openclaw": {"emoji": "🧬", "category": "ai", "requires": {"bins": ["python3.12"]

v1.0.1
❤️ 0
⬇️ 357
👁 1
Share

Description


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:\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

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

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

Usage

Check Status

.\evoagentx.ps1 -Action status

Install

.\evoagentx.ps1 -Action install

Open Documentation

.\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:
    $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:

License

MIT

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs