Add remote agent config bundles and composite A2A support#22
Draft
Codex wants to merge 3 commits into
Draft
Conversation
Owner
|
@codex[agent] main has been updated with compound agents for the a2a. look at the new src/a2aServers that just got merged from the latest approved PR (#11 ) and update this to avoid conflicts and reflect the new status of the project |
|
To use Codex here, create an environment for this repo. |
Contributor
Author
Updated branch with latest main (composite agents, tooling, docs) and reconciled remote config loader with composite discovery in 60112dd; tests now pass. |
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.
Description
Decouple a2a_servers agent configs from code deploys by allowing startup to fetch a zipped config bundle (
*_agent.toml) viaA2A_AGENT_CONFIG_URL, with fallback to the existing directory-based loading, and merge the new composite agent support so a single A2A endpoint can front multiple Foundry agents.Type of Change
Related Issues
Changes Made
config_loader.pyto resolve agent config location, download/extract.ziparchives (http/https/file), and return the folder containing*_agent.toml.__main__.pyto prefer--agent-config-url/A2A_AGENT_CONFIG_URL, log the source, and load both regular and composite agent definitions..env.templatefor the new env var.Testing
Checklist
Screenshots (if applicable)
Additional Context