packages/test-support

September 4, 2026 · View on GitHub

English | 中文

Summary

The test-support group gives repository tests deterministic, keyless ways to exercise the real product. It includes Loader application harnesses, session-log snapshot adapters, a replay LLM plugin, and a scriptable OpenAI-compatible fault server. Each package is support-tier infrastructure; a package moves out of this group when it gains a product contract and product consumers.

Table of Contents


Packages

PackageRole
session-snapshotProvides session-log snapshot support and protocol adapters for profile-driven tests
agent-loop-testkitProvides the shared prerequisite services for tests that exercise the concrete AgentLoop
client-runtimeProvides the jsdom slot test bench for browser feature specs
loader-smokeBoots Loader-composed applications and drives fixture turns for smoke tests
llm-mock-serverProvides a scriptable OpenAI-compatible fault server for recovery tests
llm-replayReplays recorded model streams for keyless tests and demos


Dev Note

Working context for maintainers — click to expand

None.