Get Started
Ready to dive into the world of Agentic AI? Follow these simple steps to get started.
# 1. Clone the repository
git clone https://github.com/lisekarimi/agentverse.git
cd agentverse
# 2. Setup environment
mv .env.example .env # Add your API keys here
# 3. Install dependencies
uv sync
Requirements
- Python 3.11.x (not 3.12+)
- uv package manager
- IDE with AI integration (VS Code, Cursor, or similar)