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
9
10
11
12
13
mod agent_loader;
pub mod broadcast;
mod event_loop;
mod handlers;
mod initialization;
mod messages;
mod types;
pub mod webhook_client;

pub use broadcast::{broadcast_artifact_created, broadcast_task_completed};
pub use event_loop::ProcessEventsParams;
pub use messages::{CreateSseStreamParams, create_sse_stream};
pub use types::{PersistTaskInput, StreamContext, StreamInput, StreamSetupResult};