Skip to content

Implement chain mode in factory#75

Merged
alexechoi merged 4 commits into
mainfrom
alex/implement-chain
Oct 26, 2025
Merged

Implement chain mode in factory#75
alexechoi merged 4 commits into
mainfrom
alex/implement-chain

Conversation

@alexechoi
Copy link
Copy Markdown
Collaborator

@alexechoi alexechoi commented Oct 24, 2025

Implement chain mode in factory


Summary by cubic

Adds chain mode to workflows, executing agents sequentially via handoffs and returning the last agent’s output.

  • New Features
    • Build agent chain by setting handoffs from each agent to the next.
    • Special-case single-agent chains to run directly.
    • Log chain order and start/end of execution.

…tial processing and handoffs between agents.
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
reef Ready Ready Preview Comment Oct 26, 2025 6:11pm

…l processing. Each agent's output is now passed as input to the next, improving clarity and traceability of the workflow steps.
@alexechoi alexechoi merged commit bd894ad into main Oct 26, 2025
4 checks passed
@alexechoi alexechoi deleted the alex/implement-chain branch October 26, 2025 18:12
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.

1 participant