Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 450 Bytes

File metadata and controls

23 lines (16 loc) · 450 Bytes

TypeScript SDK Example

Consumer-style TypeScript example using the published npm package.

What this example shows

  • Generated client usage
  • Agent and control API calls
  • Basic health check flow

Quick run

# From repo root
make server-run

# In separate shell
cd examples/typescript_sdk
npm install
AGENT_CONTROL_URL=http://localhost:8000 npm run start

Full walkthrough: https://docs.agentcontrol.dev/examples/typescript_sdk