---
slug: "noodle"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/poteto/noodle@main/README.md"
repo: "https://github.com/poteto/noodle"
source_file: "README.md"
branch: "main"
---
# Noodle

Skill-based agent orchestration. Built in Go.

## Install

Give this to your agent:

```md
Install Noodle and set up this project. Follow the instructions at
https://raw.githubusercontent.com/poteto/noodle/main/INSTALL.md
```

Or follow the [getting started guide](https://noodle-run.github.io/noodle/getting-started) to set up manually.

## Docs

Full documentation lives at [noodle-run.github.io/noodle](https://noodle-run.github.io/noodle/).

## Contributing

```sh
pnpm build    # build
pnpm check    # lint + test + vet
```
