Examples

The NCP SDK Examples repository provides a collection of complete, working agents demonstrating key SDK concepts. Each example includes full source code, a README with step-by-step instructions, and example interactions.

GitHub: https://github.com/AvizNetworks/ncp-sdk-examplesarrow-up-right

Agent Name
Concepts Covered
Start Here If...

hello-agent

Basic agent, single tool

You're new to the SDK

calculator-agent

Multiple tools, input handling

You want to practice tool design

async-tools-agent

Async tools, concurrency

You're querying external APIs

memory-config-agent

Agent memory, stateful context

You need agents that remember context

metrics-basics-agent

Metrics collection, structured output

You're building observability agents

splunk-connector-agent

NCP data connector integration

You want to use existing NCP connectors

multi-agent

Multi-agent orchestration

You're building complex workflows

Last updated