Python Examples
January 21, 2026 ยท View on GitHub
This page summarizes the Python examples in examples/python and what each one
teaches.
| Example | What You Learn | What It Does |
|---|---|---|
| quick-start | Basic prompt() usage and streaming replies | Sends a simple chat request that creates hello.txt with hello world |
| customized-tools | Loading agent files and custom tools | Registers a custom tool via myagent.yaml and asks the agent about its tools |
| project-tracker | Multi-turn Session flow and resume | Feeds multiple log updates, keeps running state, then resumes after close |
| message-logger | Prompt streaming, logging, and file output | Catalogs all examples and writes a Markdown report while logging every message |