docs: clarify identity scope as three per-resource axes - #5269
Closed
Florence Morris (fjmorris) wants to merge 1 commit into
Closed
docs: clarify identity scope as three per-resource axes#5269Florence Morris (fjmorris) wants to merge 1 commit into
Florence Morris (fjmorris) wants to merge 1 commit into
Conversation
Rework the "Choose a scope" section so the three scopable resources and their distinct value sets are explicit, per review feedback. - Name the three resources up front (threads, memory, credentials) and state that each accepts its own set of values. - Split the single merged value table into per-resource tables (Threads, Memory, Credentials), each listing only that resource's legal values with a "How the agent acts" column. Makes clear that `conversation` is threads-only and `custom` is credentials-only. - Add a "Set one value for all three" table showing how a single `scope` value expands per resource; keep the product-shape combinations table. - Fix an accuracy bug: `scope: "organization"` resolves credentials to `none`, not `agent` (verified against dev84 `_SCOPE_AXES`). Values and per-resource behavior sourced from managed-deepagents==0.5.0.dev84 (identity/__init__.py type aliases and identity/options.py). Docs-review change, not a technical migration change.
Contributor
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-fjmorr-1785791407-cdd2734.mintlify.site Important Preview links may take a few minutes to start working while the deployment finishes. Changed documentation pages (preview deep links): |
Contributor
Author
|
Closed in favor of #5272 |
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.
Docs-review pass on the Managed Deep Agents identity page. Stacked on #5262 (base
fjmorris/DOC-1403), so this diff shows only the review change; it retargets tomainautomatically once #5262 merges.Reworks the "Choose a scope" section so the three scopable resources and their distinct value sets are explicit (review feedback):
conversationis threads-only andcustomis credentials-only.scopevalue expands per resource; keeps the product-shape combinations table.scope: "organization"resolves credentials tonone, notagent(verified against dev84_SCOPE_AXES). Flagging in caseagentwas the intended product behavior rather than a doc error.Values and per-resource behavior sourced from
managed-deepagents==0.5.0.dev84(identity/__init__.pytype aliases andidentity/options.py).Drafted with AI agent (dcode) assistance.