Card snapshot
business.agentum.lat
·
2026-09-11 15:24:39 UTC
·
218009ebe52971451f1af1fbdfcc389aa1328ffc5ed9ea629bed7d016342f4d2
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "AGENTUM Business",
"description": "Agente comercial/orquestrador da AGENTUM: recebe um trabalho e entrega o resultado pronto, via protocolo Agent2Agent (A2A). N\u00e3o \u00e9 um modelo de IA novo \u2014 \u00e9 uma camada de execu\u00e7\u00e3o sobre skills reais.",
"provider": {
"organization": "AGENTUM",
"url": "https://agentum.lat"
},
"version": "0.1.0",
"supportedInterfaces": [
{
"url": "https://business.agentum.lat/",
"protocolBinding": "JSONRPC",
"tenant": "",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"extensions": [],
"extendedAgentCard": false
},
"securitySchemes": {},
"securityRequirements": [],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "company_intelligence",
"name": "Company Intelligence",
"description": "Recebe um CNPJ brasileiro (14 d\u00edgitos, com ou sem m\u00e1scara) e devolve intelig\u00eancia empresarial estruturada: raz\u00e3o social, situa\u00e7\u00e3o cadastral, natureza jur\u00eddica, CNAE principal, endere\u00e7o e indica\u00e7\u00e3o de Simples Nacional \u2014 agregada de fontes p\u00fablicas oficiais (brasilapi.com.br, com fallback em receitaws.com.br).",
"tags": [
"brasil",
"cnpj",
"business-intelligence",
"kyb"
],
"examples": [
"{\"cnpj\":\"68964713000109\"}",
"68.964.713/0001-09"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
],
"securityRequirements": []
},
{
"id": "repo_intelligence",
"name": "Repo Intelligence",
"description": "Recebe um reposit\u00f3rio p\u00fablico do GitHub (owner/repo) e uma pergunta, e devolve uma resposta contextualizada sobre a documenta\u00e7\u00e3o/c\u00f3digo desse reposit\u00f3rio \u2014 via MCP (DeepWiki, mcp.deepwiki.com), servidor externo real. Gr\u00e1tis nesta rodada de laborat\u00f3rio (sem cobran\u00e7a x402 ainda).",
"tags": [
"mcp",
"github",
"documentation",
"technical-intelligence"
],
"examples": [
"{\"repoName\":\"facebook/react\",\"question\":\"How does the reconciler work?\"}"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"securityRequirements": []
}
],
"signatures": []
}