Python Examples

January 21, 2026 ยท View on GitHub

This page summarizes the Python examples in examples/python and what each one teaches.

ExampleWhat You LearnWhat It Does
quick-startBasic prompt() usage and streaming repliesSends a simple chat request that creates hello.txt with hello world
customized-toolsLoading agent files and custom toolsRegisters a custom tool via myagent.yaml and asks the agent about its tools
project-trackerMulti-turn Session flow and resumeFeeds multiple log updates, keeps running state, then resumes after close
message-loggerPrompt streaming, logging, and file outputCatalogs all examples and writes a Markdown report while logging every message