Every error an Ultron agent encounters becomes a lesson. Every lesson is recalled before the next run. Errors happen at most once.Documentation Index
Fetch the complete documentation index at: https://docs.51ultron.com/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Error occurs
An agent encounters a failure: an API rate limit, a scraping block, a tool returning an unexpected format, a cold email failing the quality gate.
Next run starts
Before starting any work, the agent searches memory for lessons tagged with its name:
Real examples
| Error | Lesson stored |
|---|---|
| Apollo 429 on bulk enrichment | Batch max 10, wait 2s between batches |
| ZeroBounce returns catch-all for a domain | Flag domain as catch-all, reduce outreach priority |
| LinkedIn scrape blocked | Switch to Apollo for profile data on this domain |
| Cold email failed quality gate 3x | Default to 2-sentence body for technical audiences |
| Stripe API key expired mid-session | Check Stripe token validity at session start |