Date: 2026-09-09

Agent SDK

Nova exposes programmatic command surfaces alongside its interactive terminal experience. The supported protocol and package contracts can vary by release.

Verify the supported surface

Start with nova tools-rpc --help, nova a2a --help, nova agui --help, and nova openai --help. Use only the interfaces and message formats documented by the installed version; do not scrape terminal output or depend on private package files.

Boundaries and safety

A programmatic surface does not guarantee that every interactive feature is available to an embedding application. Pin a package version and handle errors and incomplete runs explicitly.