Documentation
¶
Overview ¶
Command flynn is the standalone Flynn agent binary.
Build: go build -o flynn ./cmd/flynn Run a goal: flynn goal "audit the repo for TODOs and write a summary to NOTES.md" The model is chosen with --model provider:model (default anthropic:claude-opus-4-8); the provider's API key is read from its environment variable. State (skills and memory the agent learns) persists under --data-dir, so each run starts ahead of the last; --no-learn skips that capture step.
Source Files
¶
- approval.go
- auth.go
- catalog.go
- command_complete.go
- complete.go
- consent.go
- context_commands.go
- credentials.go
- db.go
- deploy.go
- deps.go
- externagent.go
- get.go
- govpanel.go
- help.go
- input.go
- main.go
- mcp.go
- memory_commands.go
- modelbless.go
- modelcheck.go
- modelcmds.go
- modelfetch.go
- modelinstall.go
- modelpool.go
- modelrun.go
- modelrun_vllm.go
- models.go
- modelsearch.go
- onboard.go
- playbook.go
- ps.go
- render.go
- repl.go
- run.go
- serve.go
- session_picker.go
- spine.go
- tokens.go
- transcript.go
- tui.go
- watch.go
Click to show internal directories.
Click to hide internal directories.