The GitHub Actions job "Tests" on airflow.git/main has failed. Run started by GitHub user potiuk (triggered by jscheffl).
Head commit for run: 10715fb8a810ac66074226c7538934e748a13197 / Kaxil Naik <[email protected]> Add durable execution for ``AgentOperator`` & ``@task.agent`` (#64199) When `durable=True`, model responses and tool results are cached step-by-step via ObjectStorage. On retry, cached steps replay instead of re-executing LLM calls and tool operations. Architecture: - CachingModel(WrapperModel) intercepts model.request() calls - CachingToolset(WrapperToolset) intercepts tool.call_tool() calls - DurableStepCounter provides shared monotonic step indexing - DurableStorage persists all steps in a single JSON file on ObjectStorage (configured via [common.ai] durable_cache_path) - Cache file is deleted on successful task completion Bumps pydantic-ai-slim to >=1.34.0 for WrapperModel/WrapperToolset. Report URL: https://github.com/apache/airflow/actions/runs/23560575110 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
