agents actor add reports 0 nodes, edges #10860

Open
opened 2026-04-24 23:09:26 +00:00 by brent.edwards · 0 comments
Member

Summary

actor add reports no nodes or edges.

Metadata

Commit message: fix(actor): Report the number of nodes and edges in the system
Branch: bugfix/report-number-of-actors

Details

Within the agent repl, here is an example output:

agents [default:default]> actor add local/test_driven_dev --config /app/examples/actors/graph_workflow.yaml
╭──────── Actor added ────────╮
│ Name: local/test_driven_dev │
│ Provider: openai            │
│ Model: gpt-4                │
│ Default: no                 │
│ Unsafe: no                  │
│ Type: graph                 │
╰─────────────────────────────╯
╭──────────────────────────────── Config ────────────────────────────────╮
│ Path: /app/examples/actors/graph_workflow.yaml                         │
│ Hash: ea4e3345d99a8c56711b80b77aa7a73a5c176d7d4743f5d92dd5cde72608b590 │
│ Options: 0                                                             │
│ Nodes: 0                                                               │
│ Edges: 0                                                               │
╰────────────────────────────────────────────────────────────────────────╯
✓ OK Actor added

Notice that the number of nodes and edges reported are 0, when the file graph_workflow shows 10 nodes and 6 edges.

# Summary `actor add` reports no nodes or edges. # Metadata Commit message: fix(actor): Report the number of nodes and edges in the system Branch: bugfix/report-number-of-actors # Details Within the `agent repl`, here is an example output: ``` agents [default:default]> actor add local/test_driven_dev --config /app/examples/actors/graph_workflow.yaml ╭──────── Actor added ────────╮ │ Name: local/test_driven_dev │ │ Provider: openai │ │ Model: gpt-4 │ │ Default: no │ │ Unsafe: no │ │ Type: graph │ ╰─────────────────────────────╯ ╭──────────────────────────────── Config ────────────────────────────────╮ │ Path: /app/examples/actors/graph_workflow.yaml │ │ Hash: ea4e3345d99a8c56711b80b77aa7a73a5c176d7d4743f5d92dd5cde72608b590 │ │ Options: 0 │ │ Nodes: 0 │ │ Edges: 0 │ ╰────────────────────────────────────────────────────────────────────────╯ ✓ OK Actor added ``` Notice that the number of nodes and edges reported are 0, when the file `graph_workflow` shows 10 nodes and 6 edges.
brent.edwards added this to the v3.2.0 milestone 2026-04-24 23:09:26 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#10860
No description provided.