Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 548 Bytes

File metadata and controls

17 lines (13 loc) · 548 Bytes

Package cmd/arcp

Import path: github.com/agentruntimecontrolprotocol/go-sdk/cmd/arcp

The arcp command is a sample CLI for local smoke tests and manual protocol exercises. It registers a single echo agent on serve and submits one job on submit; applications normally import client, server, and transport directly rather than shelling out to the CLI.

go install github.com/agentruntimecontrolprotocol/go-sdk/cmd/arcp@latest
arcp serve -h
arcp submit -h

See cli.md for the subcommand and flag reference.