Add createExternalResource agent tool - #427
Draft
ndisidore wants to merge 4 commits into
Draft
Conversation
Preview:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
ndisidore
force-pushed
the
nathan/create-external-resource
branch
from
September 4, 2026 15:04
a37f164 to
ccb9d9a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
…diate abort kills the minting turn before the tool call is logged, and the resumed replay re-mints into the same abort for as long as the collaborator reconnects. Quarantine the id at the mint instead and restart once the log backs the creation.
…eeps the gatekeeper); refuse to queue actions against a removed gatekeeper; block dormant ambient vendors at the creation mint.
ndisidore
force-pushed
the
nathan/create-external-resource
branch
from
September 4, 2026 23:39
a5eceb8 to
8604cbd
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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.
Adds the
createExternalResourcetool as discussed with respect to Google Drive: rather than granting whole-Drive access so the agent can make one document, the agent creates a new resource of a creatable type through an already-connected account.This adds the other half of
requestConnection: the agent mints a brand-new resource of a type the vendor marks creatable, through an account the user already connected. The binding is live immediately (simliar to whatcreateGadgetdoes), the turn continues, and the gatekeeper simulates the resource until the user approves the creation, which queues first and applies first, so dependent edits are safe to stack behind it.Auto approval is not supported yet.
First consumer is Google Doc creation, stacked as #428