Skip to main content

Calibnet Workflow Example

This is a full SDK usage script for calibnet.

It demonstrates:

  1. Initialize AgentStorage
  2. Read wallet budget
  3. Save and restore checkpoint state
  4. Append and flush logs
  5. Read health report
  6. Simulate restart with existingTokenId

See the repository example script at examples/calibnet_workflow.ts for the full runnable source.