a3s-ahp 2.4.0

Agent Harness Protocol v2.4 — Universal, transport-agnostic protocol for supervising autonomous AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! AHP protocol message definitions.

mod context;
mod core;
mod events;
mod json_rpc;

pub use context::*;
pub use core::*;
pub use events::*;
pub use json_rpc::*;