Summary
The bundled echo-pipeline graph proves the adapter works, but it does not show why anyone should care. A lead-qualification graph is a much better demo: it is a workflow agent hosts can repeat thousands of times, where re-planning in the LLM each time is wasteful.
Acceptance criteria
Why this matters
This supports the public narrative: NCP turns "agent re-orchestrates the same workflow every call" into "agent invokes one deterministic graph that runs in milliseconds."
Where to read
examples/graphs/echo-pipeline/graph.yaml for the minimum-viable structure
examples/graphs/support-routing-stubbed/graph.yaml for a slightly more realistic routing example
spec/ncp-v0.2.3.md for the graph manifest format
Summary
The bundled
echo-pipelinegraph proves the adapter works, but it does not show why anyone should care. A lead-qualification graph is a much better demo: it is a workflow agent hosts can repeat thousands of times, where re-planning in the LLM each time is wasteful.Acceptance criteria
examples/graphs/lead-qualification/graph.yaml.{ company_url, target_icp, optional notes }.{ company_name, industry, icp_match, score, reasons, next_action }.tools/callinput/output (mirrorexamples/mcp/echo-pipeline-mcp-smoke.md).Why this matters
This supports the public narrative: NCP turns "agent re-orchestrates the same workflow every call" into "agent invokes one deterministic graph that runs in milliseconds."
Where to read
examples/graphs/echo-pipeline/graph.yamlfor the minimum-viable structureexamples/graphs/support-routing-stubbed/graph.yamlfor a slightly more realistic routing examplespec/ncp-v0.2.3.mdfor the graph manifest format