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 contractsapps/telagent: TelAgent React web applicationdocs/telagent: product README, local development guide, and design references
Common Commands
pnpm telagent:build
pnpm telagent:test
pnpm telagent:dev
pnpm telagent:web:devLocal 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.