Merge pull request #2672 from deepseek-harness/xtr/durable-inbox-recovery

refactor(agent): keep projection-backed Inbox loop-internal
This commit is contained in:
_Kerman
2026-09-07 21:24:32 +08:00
committed by GitHub
159 changed files with 2056 additions and 1042 deletions
+1
View File
@@ -253,6 +253,7 @@ export const LINK_MAP: Readonly<Record<string, string>> = {
ContentBlock: 'llm-streaming.md',
CreateAgentOptions: 'core.md',
GenerateOptions: 'llm-streaming.md',
Inbox: 'core.md',
InboxItem: 'core.md',
InboxPlacement: 'core.md',
InspectorJsonValue: 'extensions.md',
+5
View File
@@ -116,6 +116,11 @@
"symbol": "LlmCallConfigAdapterDefaults",
"source": "packages/llm/llm/src/call-config.ts"
},
{
"doc": "docs/subsystems/core.md",
"symbol": "Inbox",
"source": "packages/core/agent/src/runtime-types.ts"
},
{
"doc": "docs/subsystems/core.md",
"symbol": "InboxTarget",