Skip to content

feat(flow): compose flows and governed MCP tools - #276

Merged
gbaudrit merged 12 commits into
mainfrom
codex/256-composable-flow-orchestration
Sep 11, 2026
Merged

feat(flow): compose flows and governed MCP tools#276
gbaudrit merged 12 commits into
mainfrom
codex/256-composable-flow-orchestration

Conversation

@gbaudrit

@gbaudrit gbaudrit commented Sep 10, 2026

Copy link
Copy Markdown
Owner

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

Validation

  • dotnet restore Agentstration.slnx succeeded after synchronizing current main.
  • dotnet build Agentstration.slnx --configuration Release --no-restore succeeded on the synchronized stack with 0 warnings and 0 errors.
  • dotnet test Agentstration.slnx --configuration Release --no-build succeeded on the synchronized stack: 831 total, 827 passed, 4 skipped optional integrations, 0 failed.
  • GitHub checks restarted for the synchronized integration branch; completed checks are passing and build-and-test remains pending.
  • Desktop/mobile executable smoke testing was not run; affected Console behavior has focused component rendering coverage, including the causal tree and governance links.

Breaking changes

None.

@gbaudrit
gbaudrit merged commit 7951a28 into main Sep 11, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compose and invoke reusable Flows across triggers, agents, APIs, MCP, and other Flows

1 participant