Build agent applications on a dependable Go runtime
Modu provides an agent loop, tool execution, multi-agent coordination, channels, scheduling, and a terminal
UI—while your application keeps ownership of prompts, tools, and deployment.
$ go run ./cmd/modu_code
› Find the failing test and propose the smallest fix
read pkg/agent/loop.go
grep"TestLoop" 12 hits
bash go test ./pkg/agent/... ✓ ok
Documentation
Clear, practical, and runnable
From quickstart to architecture, every example maps to working code in the repository.
Start Quickstart
Quickstart
Run your first Modu agent in a few minutes.
1. Install
go get github.com/openmodu/modu
2. Run an example
package main
import"github.com/openmodu/modu/pkg/agent"
Ready to build your first agent application?
Read the complete docs, run an example, then grow from there.