docs(rfd): propose embedded views - #1849
Open
jkaster wants to merge 1 commit into
Open
Conversation
Define negotiated host and agent capabilities, immutable resource verification, sandbox and bridge boundaries, manifest-derived actions, downgrade behavior, accessibility, hostile conformance, and the adoption path for portable ACP embedded views. 🤖 Generated with Codex Co-authored-by: Codex <noreply@openai.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.
Summary
This RFD proposes a generic, negotiated ACP embedded-view capability that lets an Agent offer immutable web resources and a Client render them in a Client-owned opaque-origin sandbox.
It defines:
postMessageboundariesThe view is explicitly additive: complete native ACP text, plans, progress, tool calls, permission, diff, cancellation, metadata, handoff, and resume projections remain canonical. The proposal contains no Client or Agent product-name branch and does not establish a private compatibility namespace.
Motivation
ACP currently has no portable embedded resource, sandbox, lifecycle, bridge, or action contract. Integrations therefore rely on private methods, external origins, or Client-specific plugins whose security and downgrade behavior cannot be negotiated generically.
The motivating implementation and detailed threat analysis are tracked in sondeinc/sonde#3162, but the RFD and wire model are intentionally implementation-neutral.
Validation
cargo clippycargo clippy --all-targets --all-featurescargo test --all-features(388 schema tests, 13 generator tests, doctests)cargo fmt -- --checkgit diff --check🤖 Generated with Codex