Files
AutoGPT/autogpt_platform/backend
Otto aeb3e8a129 feat(copilot): add wait_for_result to run_agent and wait_if_running to agent_output
SECRT-2003: Allow CoPilot to wait for agent execution completion.

- Add execution_utils.py with Redis pubsub-based wait_for_execution()
- run_agent: new wait_for_result param (0-300s), returns outputs on completion
- agent_output: new wait_if_running param, waits for running executions
- Both tools handle timeout gracefully, returning current state
2026-02-17 18:10:14 +00:00
..