diff --git a/hindsight-docs/src/pages/changelog/integrations/openai-agents.md b/hindsight-docs/src/pages/changelog/integrations/openai-agents.md index 77cea6a3a..5cd01e362 100644 --- a/hindsight-docs/src/pages/changelog/integrations/openai-agents.md +++ b/hindsight-docs/src/pages/changelog/integrations/openai-agents.md @@ -12,9 +12,9 @@ For the source code, see [`hindsight-integrations/openai-agents`](https://github ## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/openai-agents/v0.1.1) -**Features** +**Improvements** -- Added a configuration option to limit how many memories can be consolidated per round (to control consolidation behavior).·@nicoloboschi@nicoloboschi·ca561aca +- Documentation and test polish: corrected the openai-agents SDK version requirement, added `memory_instructions()` to the README and API reference, added a Production Patterns section to the README (error handling, bank lifecycle, multi-agent workflows), and added a dedicated `test_config.py` covering defaults, configure, env var fallback, and reset.·@DK09876@DK09876·52c148c2 ## [0.1.0](https://github.com/vectorize-io/hindsight/tree/integrations/openai-agents/v0.1.0) diff --git a/skills/hindsight-docs/references/changelog/integrations/openai-agents.md b/skills/hindsight-docs/references/changelog/integrations/openai-agents.md index ed1a5539f..2cf2f6e05 100644 --- a/skills/hindsight-docs/references/changelog/integrations/openai-agents.md +++ b/skills/hindsight-docs/references/changelog/integrations/openai-agents.md @@ -12,9 +12,9 @@ For the source code, see [`hindsight-integrations/openai-agents`](https://github ## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/openai-agents/v0.1.1) -**Features** +**Improvements** -- Added a configuration option to limit how many memories can be consolidated per round (to control consolidation behavior).·@nicoloboschi·ca561aca +- Documentation and test polish: corrected the openai-agents SDK version requirement, added `memory_instructions()` to the README and API reference, added a Production Patterns section to the README (error handling, bank lifecycle, multi-agent workflows), and added a dedicated `test_config.py` covering defaults, configure, env var fallback, and reset.·@DK09876·52c148c2 ## [0.1.0](https://github.com/vectorize-io/hindsight/tree/integrations/openai-agents/v0.1.0)