Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,26 +171,6 @@ This command creates the following files:
| `bindings.json` | Allows you to configure overridable resource bindings |
| `agent.mermaid` | Graph visual representation |

## Set Up Environment Variables

Before running the agent, configure either `OPENAI_API_KEY` or `ANTHROPIC_API_KEY` in the `.env` file:

//// tab | Open AI

```
OPENAI_API_KEY=sk-proj-......
```

////

//// tab | ANTHROPIC_API_KEY

```
ANTHROPIC_API_KEY=sk-ant-a.....
```

////

## Run The Agent Locally

Execute the agent with a sample input:
Expand Down