theway-core 0.1.21

theway core — stateful agent runtime + harness (Agent loop, skills, prompt templates, sessions, compaction) on top of theway-llm-provider.
Documentation
1
2
3
4
5
6
7
8
//! DAG model status labels.

use super::super::*;

#[test]
fn status_tag_covers_ready() {
    assert_eq!(status_tag(&NodeStatus::Ready), "[ready]");
}