Add isolated Fly agents with per-agent model selection - #4571
Draft
Annedaynl wants to merge 2 commits into
Draft
Conversation
Annedaynl
force-pushed
the
agent/fly-cloud-agents
branch
from
August 3, 2026 18:04
34e1ca5 to
2d3bb9a
Compare
|
I opened #4588 for the Project-owned side of this. It lets a connection be configured and tested once at the Project level, while agents bind to it without carrying or duplicating credentials. I think that boundary complements the per-agent Fly settings here. |
Author
|
Thanks — I agree with this boundary.
I’ll adapt #4571 around that split: retain isolated Fly/runtime and per-agent model selection, remove the agent-owned connection editor/parallel MCP profile, and make the hosted MCP portion build on the Project binding + shared transport schema rather than owning credentials itself. |
Co-authored-by: Annedaynl <info@anneday.nl> Signed-off-by: Annedaynl <info@anneday.nl>
Co-authored-by: Annedaynl <info@anneday.nl> Signed-off-by: Annedaynl <info@anneday.nl>
Annedaynl
force-pushed
the
agent/fly-cloud-agents
branch
from
August 4, 2026 09:04
2d3bb9a to
a70a090
Compare
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.
What changed
Why
Cloud agents previously depended on inherited persona/global model settings. That prevented owners from independently choosing Claude or GPT for each agent.
MCP endpoints, commands, credentials, health, and discovered tools belong to the Project connection introduced by #4588 and the shared transport work in #4164/#4271. An agent should eventually carry only a connection binding plus an optional tool allowlist. This PR no longer creates a competing MCP document or stores MCP credentials in an agent configuration.
Owner experience
In Edit Agent, an owner can choose an agent-specific Buzz Agent provider, model, and credential before launching the Fly Machine. Existing local/default behavior remains unchanged.
Custom MCP connections are not added by this PR. Fly agents will need a Project-owned HTTP/cloud-reachable connection (or a future gateway); they cannot execute a Desktop-local stdio server. Agent bindings and the hosted HTTP path remain follow-up work.
Validation
buzz-acp,buzz-agent, andbuzz-backend-flypackage suites passedpilot-20260804-project-mcp-boundaryas manifestsha256:8e6e63b81741002b19f62583e32fbf3be6e3cfb2bd1b1af46b3c496bc7ed77a3Originating Buzz channel: AI Management (
5038ba1c-66e8-4fb4-a96f-0a5801126938).