fabro/crates/attractor/src
Bryan Helmkamp f81113d71c Add backwards compatibility for tool → script rename
Register "tool" as an alias for ScriptHandler, fall back to
tool_command attribute, dual-write tool.output context key, and
add "tool" to known handler types for validation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 12:07:20 -05:00
..
cli Fix Daytona sandbox: rewrite SSH URLs to HTTPS and generate unique names 2026-02-27 00:23:54 -05:00
graph Rename tool handler to script handler and add language attribute 2026-02-27 09:50:39 -05:00
handler Add backwards compatibility for tool → script rename 2026-02-27 12:07:20 -05:00
interviewer Add missing data fields to PipelineEvent variants 2026-02-25 11:40:19 -05:00
parser Support empty attribute blocks [] in DOT parser 2026-02-25 14:23:59 -05:00
validation Add backwards compatibility for tool → script rename 2026-02-27 12:07:20 -05:00
artifact.rs Implement attractor crate: DOT-based pipeline runner with full spec compliance 2026-02-21 12:17:32 -04:00
checkpoint.rs Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00
condition.rs Add cache tokens, reasoning tokens, and file change tracking to pipeline logs 2026-02-25 13:01:45 -05:00
context.rs Implement attractor crate: DOT-based pipeline runner with full spec compliance 2026-02-21 12:17:32 -04:00
daytona_env.rs Fix Daytona sandbox: rewrite SSH URLs to HTTPS and generate unique names 2026-02-27 00:23:54 -05:00
engine.rs Add execution environment and setup command observability events 2026-02-26 22:09:41 -05:00
error.rs Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00
event.rs Add execution environment and setup command observability events 2026-02-26 22:09:41 -05:00
lib.rs Add Daytona execution environment and replace --docker with --execution-env 2026-02-26 18:35:33 -05:00
main.rs serve 2026-02-23 12:20:48 -05:00
outcome.rs Add missing data to agent events and cost tracking in pipeline logs 2026-02-25 17:17:13 -05:00
pipeline.rs Close spec compliance gaps: retry context, thread resolution, fan-in logging 2026-02-22 10:49:21 -04:00
preamble.rs Implement 6 spec gaps: preamble synthesis, thread_id plumbing, cancellation, recording replay, retry presets, inform() 2026-02-23 08:23:27 -05:00
server.rs Add execution environment and setup command observability events 2026-02-26 22:09:41 -05:00
stylesheet.rs Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00
transform.rs Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00