systemprompt-agent 0.11.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
pub mod middleware;
pub mod types;
pub mod validation;

pub use middleware::{agent_oauth_middleware, agent_oauth_middleware_wrapper, get_user_context};
pub use types::{AgentAuthenticatedUser, AgentOAuthConfig, AgentOAuthState};
pub use validation::{extract_bearer_token, validate_agent_token, validate_oauth_for_request};