mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
# Conflicts: # apps/cli/tests/profiles/acp/image-compaction.cordis.snapshot.yml # apps/cli/tests/profiles/acp/image-compaction.cordis.yml # apps/cli/tests/profiles/acp/tests/snapshots/image-compaction/input.json # apps/cli/tests/profiles/acp/tests/snapshots/image-compaction/session.jsonl # apps/cli/tests/profiles/acp/tests/snapshots/image-compaction/stdout.expected.jsonl # docs/config-catalog.i18n.yaml # docs/config-catalog.md # docs/config-catalog.zh.md # examples/acp-agent/tests/acp.snapshot.ts # packages/llm/token-meter/README.i18n.yaml # packages/llm/token-meter/README.md # packages/llm/token-meter/README.zh.md # packages/llm/token-meter/src/index.ts # packages/llm/token-meter/src/surface-fold.ts
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.