Tutorials¶
Start with a minimal package-owned application, then extend its graph registry or connect another OpenAI client. The ready-made applications and integrations are documented separately under Demo Stack.
-
First application
Install the package, register a provider-free graph, and call it through Chat Completions.
-
OpenAI clients
Call chat completions from Python and JavaScript, including streaming.
-
Custom graphs
Register default and custom schemas, async factories, streaming, and HITL.