mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
16 lines
874 B
Markdown
16 lines
874 B
Markdown
# util/ — low-level shared utilities
|
|
|
|
English | [中文](README.zh.md)
|
|
|
|
These zero-dependency packages provide small primitives shared by multiple capability families. Business semantics remain with each consuming capability.
|
|
|
|
| Package | Role |
|
|
|---|---|
|
|
| [`brand/`](brand/README.md) | Provides nominally branded types |
|
|
| [`paths/`](home-paths/README.md) | Resolves the Harness data root and shared paths |
|
|
| [`timeout/`](timeout/README.md) | Provides deadline and timeout classification primitives |
|
|
| [`retention/`](output-retention/README.md) | Bounds retained text and item collections |
|
|
| [`atomic-write/`](atomic-write/README.md) | Replaces files atomically |
|
|
| [`native-command/`](native-command/README.md) | Runs host-native commands without a shell |
|
|
| [`workspace-path/`](workspace-path/README.md) | Provides browser-safe Workspace path and display helpers |
|