Python SDK
livingbrain — sync and async clients with Pydantic v2 models.
Generated by Fern
Install
Requires Python 3.8+.
Usage
Async
AsyncLivingBrain mirrors the sync surface exactly:
Namespaces
Models
Responses are Pydantic v2 models. Attributes are snake_case; the wire format stays
camelCase, and model_dump(by_alias=True) round-trips it:
Request bodies are flattened into keyword arguments, so you rarely construct a model by hand:
Errors
See Errors for the full table.