meta-llama / llama-stack

Model components of the Llama Stack APIs
MIT License
4.34k stars 553 forks source link

Enhance HTTP Client Resilience #49

Closed mandlinsarah closed 2 months ago

mandlinsarah commented 2 months ago

Added timeout and retry logic to HTTP requests in AgenticSystemClient using httpx's built-in functionality to enhance resilience and reliability.

ashwinb commented 2 months ago

We will auto-generating client code soon so we can incorporate broader changes to these APIs. By itself, this change is also quite ad-hoc.