update readme

This commit is contained in:
2025-11-10 09:40:52 -05:00
parent 631b2c44d8
commit f07973f86c
12 changed files with 49 additions and 26 deletions

View File

@@ -35,7 +35,7 @@ CODEX_API_KEY="<YOUR_CODEX_API_KEY>"
### 2. Install dependencies
```bash
pip install modaic dspy python-dotenv
uv add modaic dspy
```
### 3. Use the agent
@@ -44,9 +44,6 @@ pip install modaic dspy python-dotenv
from modaic import AutoAgent
import dspy
from pydantic import BaseModel
from dotenv import load_dotenv
load_dotenv()
class Dependencies(BaseModel):
dependencies: list[str]