Skip to content

Add resume / re-run for aborted and failed sessions #106

Description

@lucastononro

Gap. abort_agent (routers/sessions.py:/abort, plus silent abort on follow-up messages) cancels the asyncio task and the in-flight work is lost — there's no way to resume or retry a failed stage without re-driving the whole conversation.

Value. With 10-min sandbox executions and 50-trial Optuna runs, losing a run mid-flight is expensive.

Suggestion. Add a "Resume" / "Retry stage" action that relaunches the agent with prior tool history and completed-task state loaded, skipping steps whose artifacts already exist on the volume.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High priorityfeatureNew product capabilityproductProduct direction

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions