SDK Workflow
Initialize a project:
ncp init my-agent-project
cd my-agent-projectCommon CLI commands:
ncp validate . # Validate project structure and config
ncp package . # Package agent into .ncp file
ncp authenticate # Authenticate with the NCP platform
ncp deploy my-agent.ncp # Deploy agent to the platform
ncp playground # Test agent interactively
ncp remove --agent <name> # Remove a deployed agentDevelopment best practices:
Deploying on NCP:
Last updated
