@protectqa/agent-context
v0.1.1
Published
Agent Studio — context store contracts (shared team context + per-agent context) and a default in-memory adapter.
Downloads
253
Readme
agent-context
Context store contracts for Agent Studio.
Shared team context and per-agent context are first-class in the spec. This package defines the read / write contract so any storage adapter (Supabase today, vector store tomorrow) can plug in.
Status: MVP scaffold. Default adapter is in-memory; the production Supabase-backed implementation lives in
packages/tcl-core/src/server/agent-studio/contexts.tsfor now and will be migrated here as the API stabilizes.
