Files
deepseek-harness/examples/code-mode/package.json
T

8 lines
226 B
JSON
Raw Normal View History

{
"name": "code-mode-example",
"private": true,
"version": "0.0.1",
"type": "module",
"description": "Runnable overlay: the shipped TUI composition with the model-facing registry reduced to the run_code transport"
}