fabro/crates/attractor/src
Bryan Helmkamp 650567a1cf Add codergen_mode (one_shot | agent_loop) to support single-call LLM nodes
Enables simple generation nodes (summarization, classification, routing)
without the overhead of a full agent session. Nodes default to agent_loop
when the attribute is absent.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 1574218eca96
2026-02-25 19:12:57 -05:00
..
cli Add codergen_mode (one_shot | agent_loop) to support single-call LLM nodes 2026-02-25 19:12:57 -05:00
graph Add codergen_mode (one_shot | agent_loop) to support single-call LLM nodes 2026-02-25 19:12:57 -05:00
handler Add codergen_mode (one_shot | agent_loop) to support single-call LLM nodes 2026-02-25 19:12:57 -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 Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -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
engine.rs Add missing data to agent events and cost tracking in pipeline logs 2026-02-25 17:17:13 -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 missing data to agent events and cost tracking in pipeline logs 2026-02-25 17:17:13 -05:00
lib.rs Implement attractor CLI binary with run and validate subcommands 2026-02-23 09:11:42 -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 Redact secrets from pipeline event output (NDJSON, live.json, SSE) 2026-02-25 16:02:06 -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