add-agui
Installation
SKILL.md
Add AG-UI launcher
Registers the agui sublauncher on the existing ADK web.NewLauncher stack so clients can use the AG-UI protocol (SSE). One import and one extra sublauncher argument in main.go.
Identify the agent module (go.mod) and the service id from infra config before editing. In Alis Build projects, the service id is local.neuron in infra/; if .alis/agents/AGENTS.md exists, read it for product repo roots.
When to use
See the skill description (primary trigger). One import + sublauncher inside web.NewLauncher; no define.
When not to use
| Need | Use instead |
|---|---|
| Sync / LRO tools, protos | ../add-tool/SKILL.md, ../add-lro/SKILL.md |
| Custom auth/history/A2UI interceptors (full stack) | Follow product-specific patterns beyond this minimal wiring |
define / tools.proto |
Not required for AG-UI |