Skip to content

Epic: Sub-Workflow Support in Preparation/Loop/Finalization Slots #18

Description

@maddes8cht

Description

The slots for Preparation Agent, Loop Agents, and Finalization Agent should accept not only individual agents from agents/, but also workflows from the workflows/ directory. This allows workflows to be nested and reused as building blocks.

Example: Instead of just entering "amala" in the loop slot, you could enter "workflow:test_generation" – the sub-workflow is then executed recursively at that position.

Sub-Issues (ToDo)

Design Decisions (Proposals)

Decision Proposal
State Isolation Shared State – Sub-workflow writes to the same WorkflowState
Recursion Depth max. 3 levels
Error in Sub-Workflow Sets agent_error: like agent failures
Slot Syntax "workflow:name" as prefix (explicit, no guessing)
GUI Pool Separate pool lists (agents left, workflows right)

Prerequisites

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions