agents-go does not track openai-agents-python.
It began as a port of that project and shares its core concepts, but behavior is
now specified in spec.md and the two evolve independently.
We still read upstream releases, because good ideas are worth taking. This file records what we looked at and what we decided. There is no obligation to match.
After each upstream minor release:
src/agents/run.py, src/agents/tool.py,
src/agents/memory/.spec.md in the same change.Other sources worth the same treatment when something notable lands:
| Date | Source | Version | Change | Decision | Notes |
|---|---|---|---|---|---|
| — | openai-agents-python | v0.18.2 | (baseline) | — | Last version this project tracked. Concept mapping and the differences as of that point are in migration_from_python.md. |