Skip to content

Commit 91fd091

Browse files
Automated pre-commit update
1 parent 928ef0a commit 91fd091

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,18 @@ The Codegen SDK provides a programmatic interface to code agents provided by [Co
2727
## Quick Start
2828

2929
1. **Install the SDK**:
30+
3031
```bash
3132
pip install codegen
3233
```
3334

34-
2. **Get your API credentials** at [codegen.com/developer](https://codegen.com/developer)
35+
1. **Get your API credentials** at [codegen.com/developer](https://codegen.com/developer)
36+
37+
1. **Run your first agent**:
3538

36-
3. **Run your first agent**:
3739
```python
3840
from codegen.agents.agent import Agent
39-
41+
4042
agent = Agent(org_id="YOUR_ORG_ID", token="YOUR_API_TOKEN")
4143
task = agent.run(prompt="Add a hello world function to my codebase")
4244
```

0 commit comments

Comments
 (0)