Files
deepseek-harness/packages/test-support
07akioni 61b65d3147 fix(web): show system prompts in chat
Render reconstructable system prompts at each request-series boundary, preserve series declarations through pre-step wrappers, and keep the presentation and replay snapshots aligned across clients.
2026-08-25 14:44:08 +08:00
..
2026-08-21 19:48:58 +08:00

test-support/ — development and test infrastructure

English | 中文

These packages support repository development, tests, and examples rather than product APIs. Their compatibility follows the development need they serve.

Package Role
session-snapshot/ Provides session-log snapshot support and protocol adapters
agent-loop-testkit/ Mounts shared prerequisites for AgentLoop tests
invariants/ Runs development-time runtime-contract assertions
loader-smoke/ Launches Loader-composed applications for smoke tests
llm-mock-server/ Provides a deterministic OpenAI-compatible fault server
llm-replay/ Replays recorded model responses for keyless tests and demos

A package moves out of test-support/ when it gains a product contract and product consumers.

The invariants contract is documented in docs/subsystems/invariants.md.