feat(flow): compose flows and governed MCP tools - #276
Merged
Conversation
…flow-orchestration # Conflicts: # docs/architecture.md # docs/decisions/index.md
…flow-orchestration # Conflicts: # docs/architecture.md # docs/decisions/index.md
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
Deliver the composable orchestration epic so Flows can be invoked from every supported origin, call reusable child Flows, execute governed internal or third-party MCP Tools, expose Flow-backed ToolDefinitions, model notification delivery as an ordinary Flow, and diagnose the complete causal execution path. Closes #256.
Changes
work.notification.createTool and reusable notification delivery Flow pattern, including deterministic delivery and provider-swapping coverage (Provide reusable notification delivery Flows over internal and external MCP Tools #262).main, preserve its concurrent Source Registry discovery work, and renumber the orchestration decisions as ADR-0105 through ADR-0108.Validation
dotnet restore Agentstration.slnxsucceeded after synchronizing currentmain.dotnet build Agentstration.slnx --configuration Release --no-restoresucceeded on the synchronized stack with 0 warnings and 0 errors.dotnet test Agentstration.slnx --configuration Release --no-buildsucceeded on the synchronized stack: 831 total, 827 passed, 4 skipped optional integrations, 0 failed.build-and-testremains pending.Breaking changes
None.