Add static Conductor OSS workflow adapter#266
Merged
Conversation
pengfei-threemoonslab
marked this pull request as ready for review
July 11, 2026 04:14
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
conductoradapter for Conductor OSS workflow JSONCALL_MCP_TOOLcalls and record MCP discovery, LLM tool advertisements, HUMAN checkpoints, nested control flow, and local sub-workflowsSHIP-CONDUCTOR-DYNAMIC-TOOL-SURFACE-NOT-ENUMERABLEImpact
Projects can declare Conductor workflows through existing
tool_sourcesconfiguration:The adapter remains static-only: it does not start Conductor, import repository code, evaluate workflow expressions, connect to MCP/LLM providers, or access the network.
HUMANtasks are recorded as structural checkpoints only and never asserted as semantic approval.conductoris now a reserved built-in source type and may conflict with a third-party adapter using the same name.Validation
pytest -qsuitesrc/agents_shipgate,tests, and the zero-install detectorscripts/generate_schemas.py --checkagents-shipgate self-check --json, including the newconductor_agentfixtureRelease review
The local verifier reports
merge_verdict=human_review_requiredbecause this feature intentionally updates release trust roots including AGENTS/SKILL content and the trigger catalog. This draft PR is opened for that required human review; no findings were suppressed and no release policy was weakened to bypass the gate.