The Python Copilot SDK currently exposes a mixed public API surface: some higher-level methods return dataclass-based models (generated from NodeJS definitions), while others return raw JSON-RPC dicts ...
I work with authenticated HTTP endpoints every day. Other HTTP client tools treat authentication tokens as "just another variable" - I have to manually obtain tokens and track when they expire. Surely ...