Agents & Workflows¶
Turn one-off agent instructions into versioned, deployable, multi-agent workflows — with rollback when a step doesn't go as planned. SkillMeat treats agents, MCP servers, and workflows as first- class, versioned artifacts, not throwaway config.
Who it's for: anyone orchestrating more than a single agent turn — multi-step reviews, scripted deploy pipelines, or agent teams that need shared tools.
How to read the tags
Local — shipped in the local edition, no flag needed. Enterprise — shipped in enterprise, no launch-blocking gate. Gated — shipped, but behind a feature flag, auth wall, or readiness gate (see the caveat in each row). Future — roadmap only; not available today.
What you can do today¶
| Capability | Availability | Learn more |
|---|---|---|
| A tiered workflow engine (SWDL) — author, validate, and execute multi-step workflows with tier-based execution policy and rollback support | Local | SWDL Workflow Authoring Guide, Workflow UI Guide |
MCP server integration, including a bundled skillmeat-mcp server exposing discover_artifacts and install_artifact tools |
Local | MCP Quick Start, MCP Management |
| Three-tier artifact discovery — quick keyword search, LLM-reranked enhanced search, and multi-turn agent search — with multi-provider LLM support | Local | Smart Artifact Discovery Guide |
| ARC agent-review councils — reviewer-role and council artifacts with Ed25519-signed run certification | Local | Guides |
| Enterprise workflow execution | Future | Not yet available in the enterprise edition |
Go deeper¶
- SWDL Workflow Authoring Guide — author your own workflow definitions.
- Workflow CLI Reference — run and manage workflows from the terminal.
- MCP Quick Start — connect an MCP server in minutes.
- Smart Artifact Discovery Guide — let an agent find the right artifact for a task.
- Next: Marketplace to source artifacts an agent or workflow can install.