ralph-agent-loop 0.4.0

A Rust CLI for managing AI agent loops with a structured JSON task queue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: crates/ralph/tests/queue_graph_snapshot_test.rs
assertion_line: 70
expression: "test_support::normalize_for_snapshot(&stdout)"
---
digraph dependencies {
  rankdir=TB;
  node [shape=box, style=rounded];

  "RQ-0001" [label="RQ-0001\nRoot", color=red, style=filled, fillcolor=red, fontcolor=white];
  "RQ-0002" [label="RQ-0002\nDepends on RQ-0001", color=red, style=filled, fillcolor=red, fontcolor=white];

  "RQ-0002" -> "RQ-0001" [color=red, penwidth=2];
}