mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
docs: rebuild the documentation skill and standards (#2983)
This commit is contained in:
@@ -8,7 +8,7 @@ We recommend using an agent to explore the codebase and understand its architect
|
||||
|
||||
## Cordis
|
||||
|
||||
[Cordis](cordis-primer.md) is the framework under dsh: plugins contribute services, typed events, and reversible effects to a shared context. Every part of the product is a plugin, including the model adapter, the tool registry, the session log, and the agent loop itself, so every part is replaceable from configuration.
|
||||
[Cordis](cordis-primer.md) is the framework under dsh: plugins contribute services, typed events, and reversible effects to a shared context. Every part of the product is a plugin, including the model adapter, the tool registry, the session log, and the agent loop itself, so each is replaceable from configuration.
|
||||
|
||||
There is no privileged core to patch: you extend dsh by mounting a plugin beside the others, and registrations are effects that unwind when their plugin unloads.
|
||||
|
||||
@@ -28,7 +28,7 @@ Layers apply to an empty entry list in this order: each bundle in the profile's
|
||||
|
||||
Custom profiles default to live patch reload. The shipped `web` profile is live; `headless`, `sdk`, `sdk-minimal`, and `acp` apply all layers once at startup because replacing a one-shot or stdio application's dependencies after it owns work would invalidate that lifecycle.
|
||||
|
||||
To see the tree your machine actually boots:
|
||||
To see the tree your machine boots:
|
||||
|
||||
```sh
|
||||
dsh --profile web --dump-config
|
||||
|
||||
Reference in New Issue
Block a user