Skip to main content

Quick Start

Get up and running with Wegent in minutes.

Prerequisites

  • Python 3.8 or higher
  • Git
  • Docker (optional, for containerized deployment)

Installation

Using pip

pip install wegent

From source

git clone https://github.com/wecode-ai/Wegent.git
cd Wegent
pip install -e .

Your First Agent

Create a simple agent configuration:

name: my-first-agent
type: ghost
model: gpt-4
skills:
- code-review
- documentation

Next Steps