agent-doc-flow 0.34.69

Pure flow vocabulary and outcome contracts for agent-doc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "agent-doc-flow"
version = "0.34.69"
edition = "2024"
description = "Pure flow vocabulary and outcome contracts for agent-doc"
license = "MIT"
repository = "https://github.com/btakita/agent-doc"

[lib]
name = "agent_doc_flow"

[dependencies]
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
serde_json = "1"