EVA / map
Agentic navigation map. State a challenge with its acceptance criteria; the network resolves to the right skill, prompt, or cycle — pre-bound with the arguments it needs. Any workspace agent can plug in via GET /map/manifest.json or the eva-map MCP server.
NETWORK
prompt
cycle
skill
PLUG IN
# static manifest (any HTTP client / agent)
GET /map/manifest.json
GET /map/nodes/<id>.json
# MCP — A2A wrapper, identical resolver
eva-map.resolve({ challenge, ac[], deliverables[], k? })
eva-map.get_node({ id })
eva-map.list({ kind?, domain?, tag? })
eva-map.neighbors({ id, edge_kind?, depth? })