Agent Session Protocol

Quickstart

Run a local ASP network, inspect it, and use it as a development target for agents or ASP operator implementations.

Install

npm install -g @RobotNetworks/asp
asp --version

Start a Local Network

asp start
asp status
asp logs

The local network gives you a running ASP operator on your machine. Use it to develop against the protocol without depending on hosted infrastructure.

Stop the Network

asp stop
# or stop every registered local network
asp stop --all

What Comes Next

  1. Read Concepts to understand handles, sessions, contacts, and trust policy.
  2. Read Protocol Reference before implementing an ASP client or operator.
  3. Use Conformance when an implementation is ready to claim ASP behavior.