Skip to content
Open
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
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,27 @@
- [Quick Start](https://kagent.dev/docs/kagent/getting-started/quickstart)
- [Installation guide](https://kagent.dev/docs/kagent/introduction/installation)

### Prerequisites

To get started with kagent, you'll need:

**Required Tools:**
- **[kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)** - For creating a local Kubernetes cluster
- **[kubectl](https://kubernetes.io/docs/tasks/tools/)** - For interacting with your cluster
- **[Helm](https://helm.sh/docs/intro/install/)** - For installing the kagent chart
- **[OpenAI API key](https://platform.openai.com/api-keys)** - For running AI agents (or use [Anthropic](https://console.anthropic.com/), [Ollama](https://ollama.ai/), etc.)

**Quick verification:**
```bash
kind version
kubectl version --client
helm version
```

> **💡 Tip:** If you're planning to contribute code, see [DEVELOPMENT.md](DEVELOPMENT.md) for additional development tools.

**Ready to start?** Follow our [Quick Start guide](https://kagent.dev/docs/kagent/getting-started/quickstart) to deploy your first agent in minutes!

## Technical Details

### Core Concepts
Expand Down Expand Up @@ -154,4 +175,4 @@ This project is licensed under the [Apache 2.0 License.](/LICENSE)
<img width="300" alt="Cloud Native Computing Foundation logo" src="https://raw.githubusercontent.com/cncf/artwork/refs/heads/main/other/cncf/horizontal/color-whitetext/cncf-color-whitetext.svg">
</picture>
<p>kagent is a <a href="https://cncf.io">Cloud Native Computing Foundation</a> project.</p>
</div>
</div>