generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Proposed Content
We already support resuming agent, but it's not documented.
from strands import Agent
agent = Agent()
try:
result = agent("Long running task...")
except Exception as e:
print(f"Failed: {e}")
# Resume from where it left off
result = agent()
Location
Agent docs
Rationale
Customers have asked for it. Feature exists, but not discoverable
Content Outline (Optional)
No response
References
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request