Requirements
Coevolved is a Python framework. To follow the examples in these docs, you’ll want:- Python 3.9+
- A virtual environment (recommended)
- An LLM provider account (for LLM examples). These docs assume OpenAI first.
Coevolved itself is provider-agnostic. OpenAI is just the first built-in provider implementation.
Install
Install from your package manager of choice.LLM provider credentials
For OpenAI-backed examples, set your API key as an environment variable:Verify installation
Create a tiny script to confirm imports work:{'n': 1}, you’re ready to continue.