Files
deepseek-harness/packages/support
creatixchu 2b90207770 Merge remote-tracking branch 'origin/master' into feat/read-image-context
# Conflicts:
#	docs/config-catalog.i18n.yaml
#	docs/config-catalog.md
#	docs/config-catalog.zh.md
#	packages/support/llm-replay/src/index.ts
#	packages/support/llm-replay/tests/llm-replay.spec.ts
2026-08-10 20:25:25 +08:00
..

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
acp-snapshot/ Provides the ACP snapshot-test toolkit
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 support/ when it gains a product contract and product consumers.

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