You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The create_model, create_agent, and create_agent_graph methods on
LDAIClient performed no async work — they only invoked sync helpers
(_client.track, _completion_config, RunnerFactory.create_*, and the
Managed* constructors). Marking them async forced callers into
needless coroutine plumbing.
Convert the three factories to plain def. Update docstring examples
and provider READMEs to drop the now-incorrect await on the factory
call (run() on the returned Managed* is still async).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments