We plan to add workflow support to TeamAI.
Today, TeamAI can distribute shared capabilities such as skills, rules, MCP configurations, environment settings, and team context.
The next step is to also distribute how these capabilities work together as a repeatable workflow.
For example:
Plan
↓
Implement
↓
Test
↓
Review
↓
Fix
Our current idea is to keep TeamAI focused on defining and distributing the workflow, while using an external runtime to execute and coordinate the agents.
TeamAI Workflow
↓
Workflow Runtime
↓
Claude Code / Codex / OpenCode / ...
For the first version, we are considering integrating Paseo as the workflow runtime.
Paseo already provides many of the execution capabilities we need, such as multi-agent coordination, agent sessions, worktrees, runtime state, and remote execution.
TeamAI would remain responsible for the team-level layer:
- workflow distribution and versioning
- skills, rules, MCP and context
- execution history and improvement data
Before we start the integration, we’d like to hear from the community:
- Have you used Paseo for similar workflows?
- Are there other orchestration/runtime projects you think would be a better fit for TeamAI?
- Is there anything we should pay special attention to when integrating an external workflow runtime?
Our current preference is to start with Paseo, but we’d like to hear other ideas before moving forward.
We plan to add workflow support to TeamAI.
Today, TeamAI can distribute shared capabilities such as skills, rules, MCP configurations, environment settings, and team context.
The next step is to also distribute how these capabilities work together as a repeatable workflow.
For example:
Plan
↓
Implement
↓
Test
↓
Review
↓
Fix
Our current idea is to keep TeamAI focused on defining and distributing the workflow, while using an external runtime to execute and coordinate the agents.
TeamAI Workflow
↓
Workflow Runtime
↓
Claude Code / Codex / OpenCode / ...
For the first version, we are considering integrating Paseo as the workflow runtime.
Paseo already provides many of the execution capabilities we need, such as multi-agent coordination, agent sessions, worktrees, runtime state, and remote execution.
TeamAI would remain responsible for the team-level layer:
Before we start the integration, we’d like to hear from the community:
Our current preference is to start with Paseo, but we’d like to hear other ideas before moving forward.