workflow.md you can copy, validate, and
dispatch. Extend any of them with blocks from Snippets;
check field meanings in the Workflow Schema.
Choosing a method
Themethod field selects how a runtime is driven. Rules of thumb:
Concretely: research/synthesis →
gemini-genai-sdk (sdk); repo implementation
→ anthropic-agent-sdk (cli or sdk); independent code review →
openai-codex-sdk (cli); cheap structured calls → openai-responses-api (api);
voice → openai-realtime-api (api) or local-voice; computer use →
openai-operator (api); offline/private → local-llm (api).