ClawNet Docs
Developer Guide

TelAgent In ClawNet

TelAgent In ClawNet

TelAgent is bundled in the ClawNet monorepo as a first-class client product.

Workspace Layout

  • packages/client: TelAgent runtime, API surface, protocol exports, storage, and contracts
  • apps/telagent: TelAgent React web application
  • docs/telagent: product README, local development guide, and design references

Common Commands

pnpm telagent:build
pnpm telagent:test
pnpm telagent:dev
pnpm telagent:web:dev

Local Setup

Create the TelAgent env file from the app template:

export TELAGENT_HOME="${TELAGENT_HOME:-$HOME/.telagent}"
mkdir -p "$TELAGENT_HOME"
cp apps/telagent/.env.example "$TELAGENT_HOME/.env"

For full product setup and runtime notes, see docs/telagent/README.md and docs/telagent/local-dev-setup.md.