Skip to content

0.25.0

Choose a tag to compare

@pchalasani pchalasani released this 06 Dec 14:38
· 707 commits to main since this release

feat: Agent - add true async methods for agent_response_async and user_response_async

Previously these methods were simply calling the sync version, which limits their usefulness where we need truly async behavior.
This PR creates truly async versions of these.

Thanks @alexagr !