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 webhook;

pub use crate::models::external_integrations::{
    IntegrationError, IntegrationResult, RegisteredMcpServer, ToolExecutionResult, WebhookEndpoint,
    WebhookRequest, WebhookResponse,
};

pub use webhook::{RetryPolicy, WebhookConfig, WebhookDeliveryResult, WebhookService};