Skip to main content
List and run agents.

tai agents authored-run

Stream a run of an authored agent (a preset baked over a spec-runnable agent). Exactly one of --input or --input-file is required. Example: tai agents authored-run my_researcher --input '{"query":"weather"}'

tai agents list

List every registered agent. Example: tai agents list

tai agents run

Stream a run of an agent, one event frame at a time. Exactly one of --input or --input-file is required. Example: tai agents run researcher --input '{"query":"weather"}'

tai agents spec-runnable

List the spec-runnable (authorable) agents. Example: tai agents spec-runnable