A2A: Google's Agent-to-Agent Protocol—a service-oriented interface where agents expose skills but lack model-specific metadata
MCP: Model Context Protocol—Anthropic's standard for connecting AI assistants to external tools and data sources
semantic frames: Mode 1 payload in LDP; a typed structured JSON format with explicit fields (task_type, instruction) to reduce verbosity compared to natural language
provenance: Metadata tracking the origin, confidence, and verification status of an AI-generated result
trust domain: A security boundary within which identity, policy, and transport guarantees are recognized and enforced
governed session: A persistent interaction context with negotiated parameters (budget, privacy) that eliminates the need to re-transmit history
LLM-as-judge: An evaluation methodology where a strong LLM (here, Gemini) scores the outputs of other models based on criteria like correctness and completeness
Ollama: A framework for running large language models locally
JamJet: The specific Rust-based agent runtime where LDP was implemented as a plugin adapter