• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

run-llama / llama-agents / 28806424204
84%

Build:
DEFAULT BRANCH: main
Ran 06 Jul 2026 04:21PM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
  cancel
28806424204

push

github

web-flow
AgentDataClient retries transient read failures (#719)

AgentDataClient used the default httpx timeout on its shared client, so
a slow Agent Data search could fail after 5 seconds as a `ReadTimeout`
with little useful message. Cloud persistence reads through this path,
and search is the only idempotent Agent Data operation in this client.

This branch gives the shared client a 30 second read timeout with a 5
second connect timeout, then retries transient search failures with
bounded exponential backoff. The retry path covers transport failures
and 500/502/503/504 responses. Create, update, and delete paths still
make one attempt because Agent Data writes do not have idempotency keys;
replaying an ambiguous write timeout could duplicate or overwrite data.

The retry code keeps timeout and attempt config type-stable, validates
attempt counts, and has server coverage for retryable reads, final
failure, 4xx handling, and all write methods as non-retried. It also
adds a patch changeset for `llama-agents-server`.

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Adrian Lyjak <adrianlyjak@gmail.com>
Source Files on build 28806424204
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #28806424204
  • c42b0648 on github
  • Prev Build on main (#28619290521)
  • Next Build on main (#28807637010)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc