Skip to content

Conversation

@rm-openai
Copy link
Collaborator

Summary

  • include an ErrorRunData dataclass and expose it
  • record intermediate run state in AgentsException
  • attach run data in Runner.run, streaming runner internals and result checks
  • test that run data is included for aborted runs

Testing

  • ruff check --quiet $(git ls-files '*.py')
  • ruff format --quiet $(git ls-files '*.py')
  • mypy . (fails: Could not connect to packages)
  • make tests (fails: Could not connect to packages)
@rm-openai rm-openai closed this May 30, 2025
@seratch seratch deleted the codex/add-errorrundata-to-agentsexception branch September 9, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants