Memory 1: AuthZ
Open
@gotsysdba is already working on this.
Since Aug 20, 2026.
- #575 by @gotsysdba — closed without merging
- Dominant language
- Python
- Stars
- 101
- Forks
- 46
- Avg merge
- 6h 19m
- Merged PRs (30d)
- 23
Description
Oracle Agent Memory requires exact user scoping and assigns authorization responsibility to the integrating application. See the Oracle Agent Memory security considerations.
Define this contract first:
user_id: authenticated principal or deployment-scoped pseudonym.agent_id: stable AI Optimizer agent or application identity.thread_id: individual conversation identity.client: remains an ephemeral settings and session selector.
For the initial trusted-demo mode, client could be mapped to user_id, but memory must be disabled by default and the limitation documented. A later authenticated mode should derive user_id from a verified gateway or identity claim, never a caller-controlled header.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.