- Introduced a shared interrupt signaling mechanism to allow tools to check for user interrupts during long-running operations. - Updated the AIAgent to handle interrupts more effectively, ensuring in-progress tool calls are canceled and multiple interrupt messages are combined into one prompt. - Enhanced the CLI configuration to include container resource limits (CPU, memory, disk) and persistence options for Docker, Singularity, and Modal environments. - Improved documentation to clarify interrupt behaviors and container resource settings, providing users with better guidance on configuration and usage. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_batch_runner.py | ||
| test_checkpoint_resumption.py | ||
| test_code_execution.py | ||
| test_delegate.py | ||
| test_interrupt.py | ||
| test_modal_terminal.py | ||
| test_web_tools.py | ||