docs(rfc): feedback on dynamic workflows RFC#3481
Open
dcieslak19973 wants to merge 1 commit into
Open
Conversation
Companion review of the dynamic workflows RFC (coder#3431). Endorses the narrow v1 scope and proposes four low-cost extension seams -- external/human-input steps, addressable run identity + event bus, an explicit determinism boundary, and a pluggable AgentExecutor -- so human-in-the-loop approval, after-action reviews, bounded incident investigation, and non-mux execution backends stay open without expanding v1. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
This adds a short review of the dynamic workflows RFC (added in #3431) as a companion doc in
rfc/.The v1 scope looks right: a bounded, single-player, deterministic agent-orchestration engine. This feedback does not argue for adding features to v1. It proposes keeping four abstractions one notch more general than v1 strictly needs, so later use cases can ride the same engine without a rewrite:
AgentExecutor— keep the execution path behind an interface (muxTaskServiceas the sole v1 implementation) so non-mux backends (e.g. Anthropic Managed Agents) can fulfill steps later. A clean decoupling/testability win regardless.Each ask is near-zero v1 build cost, and the doc explicitly lists what it is not asking for.
Only adds
rfc/20260529_dynamic-workflows.feedback.md— no code changes.🤖 Generated with Claude Code