@sesamespace/sesame-agents
v0.4.0
Published
Sesame Agents — lightweight AI agent runtime for the Sesame platform
Readme
@sesamespace/sesame-agents
Lightweight AI agent runtime for the Sesame platform.
Quick Start
# Install globally
npm install -g @sesamespace/sesame-agents
# Bootstrap from your Sesame API key
sesame-agents init --api-key <your-sesame-api-key>
# Start the agent
sesame-agents startOr use the one-liner installer:
curl -sL api.sesame.space/api/v1/sesame-agents/install | bash -s -- <your-sesame-api-key>Commands
| Command | Description |
|---------|-------------|
| init --api-key <key> | Bootstrap agent from Sesame API key |
| start [--dir <path>] | Start the agent runtime |
| status [--dir <path>] | Check agent status |
| version | Print version |
Getting an API Key
- Go to app.sesame.space/agents
- Click "+ Provision Agent"
- Choose Sesame Agents as the runtime
- Copy the install command from the setup screen
Documentation
License
MIT
