notebooks/agent_memory: add OAMP support assistant example#215
Merged
Conversation
Add oamp_support_assistant_example.ipynb, an end-to-end customer-support copilot built on Oracle AI Agent Memory and the OpenAI Agents SDK. It walks one damaged-delivery case through knowledge ingestion, agent tool use, context-card compaction, preference correction, cross-user isolation, TTL/retention, and teardown. Installs oracleagentmemory from PyPI via pip --upgrade. Listed as row 06 in the agent_memory README.
WSPluta
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
notebooks/agent_memory/oamp_support_assistant_example.ipynb, an end-to-end customer-support copilot built on Oracle AI Agent Memory (OAMP) and the OpenAI Agents SDK. It follows one damaged-delivery support case from setup through to teardown, and is listed as row 06 in theagent_memoryREADME.What the notebook demonstrates
RET-14D) and natural-language queries through one search APIOracleDBEmbedder(DB-residentALL_MINILM_L12_V2)$array_contains/ nested filtersexact_user_match=True) to prevent cross-user leakageRUN_ID-scoped data, keeping the store clean and re-runnableNotes
oracleagentmemoryfrom PyPI viapip install --upgrade(no local wheel).OPENAI_API_KEY,DB_USER,DB_PASSWORD,DB_CONNECT_STRING); none are stored in the notebook, which ships output-free.gpt-5.4: all cells execute cleanly with no errors or warnings, and the teardown leaves the store empty.🤖 Generated with Claude Code