CLI
Run, test, and serve SynapseKit pipelines from the command line.
📄️ CLI Overview
SynapseKit ships a command-line interface for two core tasks: serving any pipeline as a REST API and running evaluation test suites.
📄️ synapsekit serve
Deploy any SynapseKit app as a FastAPI server in one command. Auto-detects the object type and creates appropriate endpoints.
📄️ synapsekit test
Discover and run @eval_case-decorated evaluation functions. CI-friendly with exit code 1 on any failure.