Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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