Expand description
Internal client for executing single-query sessions.
This module provides InternalClient, a stateless helper that manages
the full lifecycle of a single query: connect → initialize → send → receive → close.
This is used internally by the query() convenience function.
Most users should use query() or ClaudeSdkClient
directly.
Structs§
- Internal
Client - Stateless internal client for executing single-query sessions.