NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::a2a::AgentCard Struct Reference

Subset of AgentCard required to interact (spec §5.5). More...

#include <types.h>

Public Attributes

std::string protocol_version
 e.g. "0.3.0"
 
json raw
 Full original document as received. Preserves fields we don't yet model.
 
std::vector< std::string > skill_names
 Parsed skill names — full skill objects available in raw["skills"].
 
std::string url
 primary endpoint
 

Detailed Description

Subset of AgentCard required to interact (spec §5.5).

We deserialise only fields the client actually consumes; unknown fields are kept verbatim in raw for forward-compat.

Definition at line 160 of file types.h.


The documentation for this struct was generated from the following file: