-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
P1Significant bug affecting many users, highly requested featureSignificant bug affecting many users, highly requested featureenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedv2Ideas, requests and plans for v2 of the SDK which will incorporate major changes and fixesIdeas, requests and plans for v2 of the SDK which will incorporate major changes and fixes
Description
Summary
Simplify the examples directory by using PEP 723 inline script metadata instead of individual pyproject.toml files per example.
Motivation
- Current examples are verbose - each needs its own
pyproject.toml, directory structure, and__main__.py - This adds friction for users trying to understand or copy examples
- PEP 723 (supported by
uv run) allows dependencies to be declared inline in a single script file
Goal
Examples that are single self-contained .py files runnable with uv run example.py, making them easier to read, copy, and adapt.
Metadata
Metadata
Assignees
Labels
P1Significant bug affecting many users, highly requested featureSignificant bug affecting many users, highly requested featureenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedv2Ideas, requests and plans for v2 of the SDK which will incorporate major changes and fixesIdeas, requests and plans for v2 of the SDK which will incorporate major changes and fixes