Files
stack/docs/tess/USER-GUIDE.md
jason.woltje bc8016c831
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
docs(#744): complete Tess documentation gate (#746)
2026-07-13 17:44:17 +00:00

769 B

Tess User Guide

All HTTP interaction calls require authenticated session credentials and X-Correlation-Id. Use GET /api/interaction/{agentName}/sessions?provider=... to list only visible runtime sessions, then enroll with POST .../sessions/{sessionId}/enroll body {providerId,runtimeSessionId}. Attach uses {mode:"read"}; send uses {content,idempotencyKey}. Stop requires {approvalRef} and fails with 403 without the exact durable approval. Recovery only requeues interrupted durable work.

Memory is user-scoped: preferences support list/get/upsert/delete; insights support list/get/create/delete; search body is {query,limit?,maxDistance?}. Mos work is handed off with POST /api/coord/mos/handoff; observe and result use the returned handoff ID.