agent-first-data 0.1.3

Agent-First Data (AFD) — suffix-driven output formatting and protocol templates for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "agent-first-data"
version = "0.1.3"
edition = "2021"
description = "Agent-First Data (AFD) — suffix-driven output formatting and protocol templates for AI agents"
license = "MIT"
repository = "https://github.com/cmnspore/agent-first-data"

[lints.clippy]
unwrap_used = "deny"
expect_used = "deny"
panic = "deny"
print_stdout = "deny"
print_stderr = "deny"

[dependencies]
serde_json = "1"
chrono = "0.4"