mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-26 01:11:21 +00:00
Add a [[bin]] target to the attractor crate with two subcommands: - `attractor validate <pipeline.dot>` -- parse and validate only - `attractor run <pipeline.dot>` -- full pipeline execution with LLM backend The CLI supports --dry-run, --auto-approve, --resume, --model, --provider, and two-level verbosity (-v one-line summaries, -vv full event details). Extracts a shared `default_registry()` function in handler/mod.rs so both the CLI and server can build a fully-wired HandlerRegistry without duplicating handler registration boilerplate. The AgentBackend in cli/backend.rs implements CodergenBackend by creating a coding-agent-loop Session per node invocation, giving LLM nodes access to file and shell tools. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| attractor | ||
| coding-agent-loop | ||
| unified-llm | ||
| unified-llm-cli | ||