Files
deepseek-harness/examples/coding-agent/package.json
T

8 lines
191 B
JSON
Raw Normal View History

{
"name": "coding-agent-example",
"private": true,
"version": "0.0.1",
"type": "module",
"description": "Runnable demo: a real coding agent — DeepSeek V4 + the bash tool suite"
}