Skip to content

[NEW CONTENT] Agent Resumption #429

@mkmeral

Description

@mkmeral

Proposed Content

We already support resuming agent, but it's not documented.

strands-agents/sdk-python#697

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

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions