diff --git a/apps/web/src/lib/tips/tips.ts b/apps/web/src/lib/tips/tips.ts index 34aa9048..b1bdf946 100644 --- a/apps/web/src/lib/tips/tips.ts +++ b/apps/web/src/lib/tips/tips.ts @@ -10,6 +10,14 @@ export type Tip = { }; export const tips: Tip[] = [ + { + id: "agent-orchestration", + title: "Agent Orchestration", + body: "Agents can now launch other agents using the dispatch_launch_agent tool. Delegate subtasks, run parallel workstreams, or hand off work — launched agents coordinate via messaging.", + docsSection: "tools#dispatch-launch-agent", + since: "0.24.0", + surfaces: ["ambient"], + }, { id: "quick-phrases", title: "Quick Phrases",