DSH Session
by DeepSeek
Event-sourced session store for the DeepSeek Harness
Persisted projection cache (ctx.sessionProjectionCache): durable per-session projection checkpoints over the domain data form, throttled write-behind, and the cold-read ladder (cache row + persistence tail replay)
npx @deepseek-ai/dsh@latest webPersisted projection cache (ctx.sessionProjectionCache): durable per-session projection checkpoints over the domain data form, throttled write-behind, and the cold-read ladder (cache row + persistence tail replay). In DSH 0.1.0-rc.6's default Web composition, this package provides the configuration entries “session-projection-cache”.
Persisted projection cache (ctx.sessionProjectionCache): durable per-session projection checkpoints over the domain data form, throttled write-behind, and the cold-read ladder (cache row + persistence tail replay)
Read the full README at the source