systemprompt-agent 0.2.2

Agent-to-Agent (A2A) protocol for systemprompt.io AI governance: streaming, JSON-RPC models, task lifecycle, .well-known discovery, and governed agent orchestration.
Documentation
1
2
3
4
5
6
7
8
pub mod artifact_transformer;
pub mod task_helper;
pub mod tool_result_handler;

pub use artifact_transformer::{
    McpToA2aTransformer, artifact_type_to_string, infer_type, parse_tool_response,
};
pub use tool_result_handler::ToolResultHandler;