We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928ef0a commit 91fd091Copy full SHA for 91fd091
1 file changed
README.md
@@ -27,16 +27,18 @@ The Codegen SDK provides a programmatic interface to code agents provided by [Co
27
## Quick Start
28
29
1. **Install the SDK**:
30
+
31
```bash
32
pip install codegen
33
```
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**:
38
-3. **Run your first agent**:
39
```python
40
from codegen.agents.agent import Agent
-
41
42
agent = Agent(org_id="YOUR_ORG_ID", token="YOUR_API_TOKEN")
43
task = agent.run(prompt="Add a hello world function to my codebase")
44
0 commit comments