Skip to main content

Module agent_card

Module agent_card 

Source
Expand description

Agent card HTTP handlers (static, dynamic, and caching utilities).

Re-exports§

pub use dynamic_handler::AgentCardProducer;
pub use dynamic_handler::DynamicAgentCardHandler;
pub use static_handler::StaticAgentCardHandler;

Modules§

caching
HTTP caching utilities for agent card responses (spec §8.3).
dynamic_handler
Dynamic agent card handler with HTTP caching.
static_handler
Static agent card handler with HTTP caching.

Constants§

CORS_ALLOW_ALL
CORS Access-Control-Allow-Origin header value for public agent cards.