Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
This pull request adjusts timeout values in several workflow execution functions, comments out certain transition validations, and introduces a new YAML example for a reclaim task.
Key points:
agents-api/agents_api/models/execution/create_execution_transition.py
: Commented out validation checks for transition types "finish", "finish_branch", "error", "cancelled".agents-api/agents_api/web.py
: Addedprotocol
import fromenv
.agents-api/agents_api/workflows/task_execution/__init__.py
: Increasedschedule_to_close_timeout
from 3 to 30 seconds for debug/testing.agents-api/agents_api/workflows/task_execution/helpers.py
: Increasedschedule_to_close_timeout
from 2 and 5 to 30 seconds.agents-api/agents_api/workflows/task_execution/transition.py
: Increasedschedule_to_close_timeout
from 2 to 30 seconds.reclaim-example.yaml
: Added a new YAML file as an example of a reclaim task with input schema and task instructions.Generated with ❤️ by ellipsis.dev