docs(rfc): define goal capability portfolio - #4826
Open
huangruiteng wants to merge 1 commit into
Open
huangruiteng wants to merge 1 commit into
huangruiteng wants to merge 1 commit into
Conversation
Signed-off-by: huangruiteng <14976749+huangruiteng@users.noreply.github.com>
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.
Problem and resulting behavior
LoopX has a capability catalog, Agent-context hooks, connector inventory, external-evidence planning, Decision Context, Explore and reward memory, but a new Agent still lacks one durable Goal-level contract for selecting, composing, evaluating and retiring those pieces. Connector registration/readiness is also easy to confuse with coverage, freshness, parent admission or decision value.
This RFC proposes a Goal-scoped Capability Portfolio with four typed records: catalog reference, Goal adoption, composition plan and use/effect receipt. It defines a connector lifecycle from discovery through bounded trial, qualification, degradation and retirement; reuses
before_plan,before_delegateandafter_delegate_result; and keeps configuration, authority, evidence, Explore and memory with their existing owners.Scope and relationship to existing work
Validation
uv run --extra test python examples/docs-governance-smoke.py— passedgit diff --check origin/main...HEAD— passedThe system Python 3.9 cannot import existing
@dataclass(slots=True)code, so the documentation smoke was run in the repository's pinneduvPython 3.13 environment.