The artifacts
| Artifact | Format | Export / import |
|---|---|---|
| Workflow | YAML (workflow.yaml) | eigenpal workflow pull / push |
| Dataset | Folder archive of examples | eigenpal workflow dataset pull / push |
| Evaluators | YAML (evaluators.yaml) | eigenpal workflow evaluators pull / push |
| Agent | Git-backed source package | eigenpal agents clone / commit / push |
| Run output | JSON + output files | eigenpal runs get / artifacts |
Why it matters
- Agents can author the whole thing. A coding agent works in files. Because workflows, datasets, and evaluators are files, an agent can build and improve them end to end, the same way it edits source code.
- Version control for free. Artifacts live in your repo. Diff a workflow change in a PR. Roll back a dataset. Track evaluator history.
- No lock-in. Export everything, inspect it, move it between local, staging, and production with the same commands.
The CLI is the surface
Theeigenpal CLI is the agent surface for all of this: authoring, running, and
inspecting from a terminal. The same commands a human runs are the commands an
agent runs. See the CLI reference for the full command tree, and
the skill install guide to drop the CLI reference
straight into your coding agent.