CV de Edher Diaz

Agente conversacional compatible con Open Responses sobre el CV de Edher Ivan Diaz Salazar — Analytics Engineer e ingeniero de agentes de IA.

Dos protocolos, las mismas herramientas

POST https://cv-agent-npnpuwxi2q-uc.a.run.app/v1/responses   ← Open Responses
POST https://cv-agent-npnpuwxi2q-uc.a.run.app/mcp            ← MCP (streamable HTTP)

Registrable en la plataforma con la tarjeta de agente en /.well-known/agent-card.json.

Que preguntarle

Probar desde la terminal

curl -N -X POST https://cv-agent-npnpuwxi2q-uc.a.run.app/v1/responses \
  -H "Content-Type: application/json" \
  -d '{"input":"¿Que experiencia tiene con modelos de lenguaje?","stream":true}'