oracle / oracle/ai-optimizer

Memory 1: AuthZ

Open
#560 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.