topic input, optionally searches the web, and returns a brief output.
You’ll end up with. A printed Markdown brief plus the run id, produced by a single agent.run(inputs=...) call.
Expected output
Brief body is LLM-generated and the Run ID is a fresh per-run identifier — both vary between runs.
See also
Functional agent with typed I/O
Wire up typed inputs, outputs, and tools before calling
run().Conversational agent run
The conversational equivalent — one-shot
agent.run() over a hidden session.Agent reference
Full method surface.
