Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Examples

Complete, runnable usage recipes for each implementation. Every page covers the same recipe set, in both execution modes for that language (sync and async where the language has both).

Page Modes shown
Go blocking (Run) + concurrent (Start / Events)
Rust async (.await) + blocking (Runtime::block_on)
TypeScript / Node.js async (Promises / for await / callback)
Python sync (codexcw) + async (codexcw.aio)
C# / .NET async (RunAsync / await foreach / callback)

Each page works through: quickstart, streaming events, per-event callbacks, resuming a session, sandbox modes, approval policies, bypassing the sandbox and approvals, bounded-concurrency batches, config overrides, structured output, Fast mode (/fast), working directories, model/profile selection, stdin input, custom executable/env, account usage and limits, typed error handling, Claude per-run and account usage, and cancellation.

See the README for the cross-language overview and AGENTS.md for the project guide.