@downcity/agent 1.1.237 → 1.1.258
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -20
- package/bin/agent/{local/Agent.d.ts → Agent.d.ts} +37 -27
- package/bin/agent/Agent.d.ts.map +1 -0
- package/bin/agent/Agent.js +211 -0
- package/bin/agent/Agent.js.map +1 -0
- package/bin/agent/AgentContext.d.ts +64 -0
- package/bin/agent/AgentContext.d.ts.map +1 -0
- package/bin/agent/AgentContext.js +53 -0
- package/bin/agent/AgentContext.js.map +1 -0
- package/bin/agent/{local/AgentInstructions.d.ts → AgentInstructions.d.ts} +1 -6
- package/bin/agent/AgentInstructions.d.ts.map +1 -0
- package/bin/agent/{local/AgentInstructions.js → AgentInstructions.js} +1 -10
- package/bin/agent/AgentInstructions.js.map +1 -0
- package/bin/{model/CityModelAdapter.d.ts → agent/AgentModel.d.ts} +3 -3
- package/bin/agent/AgentModel.d.ts.map +1 -0
- package/bin/{model/CityModelAdapter.js → agent/AgentModel.js} +11 -4
- package/bin/agent/AgentModel.js.map +1 -0
- package/bin/agent/{local/services/AgentSessions.d.ts → AgentSessions.d.ts} +30 -40
- package/bin/agent/AgentSessions.d.ts.map +1 -0
- package/bin/agent/{local/services/AgentSessions.js → AgentSessions.js} +62 -79
- package/bin/agent/AgentSessions.js.map +1 -0
- package/bin/agent/AgentState.d.ts +64 -0
- package/bin/agent/AgentState.d.ts.map +1 -0
- package/bin/agent/AgentState.js +118 -0
- package/bin/agent/AgentState.js.map +1 -0
- package/bin/config/Paths.d.ts +0 -43
- package/bin/config/Paths.d.ts.map +1 -1
- package/bin/config/Paths.js +0 -79
- package/bin/config/Paths.js.map +1 -1
- package/bin/config/ProjectSetup.d.ts.map +1 -0
- package/bin/{agent/local → config}/ProjectSetup.js +1 -1
- package/bin/config/ProjectSetup.js.map +1 -0
- package/bin/executor/Executor.d.ts +20 -86
- package/bin/executor/Executor.d.ts.map +1 -1
- package/bin/executor/Executor.js +109 -260
- package/bin/executor/Executor.js.map +1 -1
- package/bin/executor/composer/system/default/DefaultSessionSystemComposer.d.ts +1 -1
- package/bin/executor/composer/system/default/DefaultSessionSystemComposer.d.ts.map +1 -1
- package/bin/executor/composer/system/default/SystemDomain.d.ts +1 -1
- package/bin/executor/composer/system/default/SystemDomain.d.ts.map +1 -1
- package/bin/executor/composer/system/default/SystemDomain.js +4 -1
- package/bin/executor/composer/system/default/SystemDomain.js.map +1 -1
- package/bin/executor/composer/system/default/assets/core.prompt.d.ts +1 -1
- package/bin/executor/composer/system/default/assets/core.prompt.d.ts.map +1 -1
- package/bin/executor/composer/system/default/assets/core.prompt.js +1 -1
- package/bin/executor/composer/system/default/assets/core.prompt.js.map +1 -1
- package/bin/executor/core-engine/CoreEngineRunner.d.ts +7 -13
- package/bin/executor/core-engine/CoreEngineRunner.d.ts.map +1 -1
- package/bin/executor/core-engine/CoreEngineRunner.js +81 -34
- package/bin/executor/core-engine/CoreEngineRunner.js.map +1 -1
- package/bin/executor/services/ExecutorRecoveryPolicy.d.ts +6 -12
- package/bin/executor/services/ExecutorRecoveryPolicy.d.ts.map +1 -1
- package/bin/executor/services/ExecutorRecoveryPolicy.js +20 -6
- package/bin/executor/services/ExecutorRecoveryPolicy.js.map +1 -1
- package/bin/executor/tools/file/ReadImageToolBridge.d.ts +21 -0
- package/bin/executor/tools/file/ReadImageToolBridge.d.ts.map +1 -0
- package/bin/executor/tools/file/ReadImageToolBridge.js +69 -0
- package/bin/executor/tools/file/ReadImageToolBridge.js.map +1 -0
- package/bin/executor/tools/plugin/PluginToolBridge.d.ts.map +1 -1
- package/bin/executor/tools/plugin/PluginToolBridge.js +6 -5
- package/bin/executor/tools/plugin/PluginToolBridge.js.map +1 -1
- package/bin/executor/tools/plugin/PluginToolDefinition.d.ts.map +1 -1
- package/bin/executor/tools/plugin/PluginToolDefinition.js +15 -2
- package/bin/executor/tools/plugin/PluginToolDefinition.js.map +1 -1
- package/bin/executor/types/SessionHistoryMeta.d.ts +0 -2
- package/bin/executor/types/SessionHistoryMeta.d.ts.map +1 -1
- package/bin/index.d.ts +17 -21
- package/bin/index.d.ts.map +1 -1
- package/bin/index.js +9 -11
- package/bin/index.js.map +1 -1
- package/bin/plugin/core/ActionScheduleExecutor.d.ts +1 -1
- package/bin/plugin/core/ActionScheduleExecutor.d.ts.map +1 -1
- package/bin/plugin/core/ActionScheduleRuntime.d.ts +1 -1
- package/bin/plugin/core/ActionScheduleRuntime.d.ts.map +1 -1
- package/bin/plugin/core/BasePlugin.d.ts +4 -3
- package/bin/plugin/core/BasePlugin.d.ts.map +1 -1
- package/bin/plugin/core/BasePlugin.js.map +1 -1
- package/bin/plugin/core/HookRegistry.d.ts +5 -8
- package/bin/plugin/core/HookRegistry.d.ts.map +1 -1
- package/bin/plugin/core/HookRegistry.js +12 -12
- package/bin/plugin/core/HookRegistry.js.map +1 -1
- package/bin/plugin/core/PluginActionFactory.d.ts +6 -3
- package/bin/plugin/core/PluginActionFactory.d.ts.map +1 -1
- package/bin/plugin/core/PluginActionFactory.js.map +1 -1
- package/bin/plugin/core/PluginActionRunner.d.ts +1 -1
- package/bin/plugin/core/PluginActionRunner.d.ts.map +1 -1
- package/bin/plugin/core/PluginCatalog.d.ts +1 -1
- package/bin/plugin/core/PluginCatalog.d.ts.map +1 -1
- package/bin/plugin/core/PluginHttpRoutes.d.ts +1 -1
- package/bin/plugin/core/PluginHttpRoutes.d.ts.map +1 -1
- package/bin/plugin/core/PluginLocalExecution.d.ts +4 -5
- package/bin/plugin/core/PluginLocalExecution.d.ts.map +1 -1
- package/bin/plugin/core/PluginLocalExecution.js +4 -12
- package/bin/plugin/core/PluginLocalExecution.js.map +1 -1
- package/bin/plugin/core/PluginRegistry.d.ts +16 -12
- package/bin/plugin/core/PluginRegistry.d.ts.map +1 -1
- package/bin/plugin/core/PluginRegistry.js +43 -22
- package/bin/plugin/core/PluginRegistry.js.map +1 -1
- package/bin/plugin/core/PluginStateController.d.ts +1 -1
- package/bin/plugin/core/PluginStateController.d.ts.map +1 -1
- package/bin/{agent/remote → remote}/RemoteAgent.d.ts +4 -4
- package/bin/remote/RemoteAgent.d.ts.map +1 -0
- package/bin/{agent/remote → remote}/RemoteAgent.js +3 -3
- package/bin/remote/RemoteAgent.js.map +1 -0
- package/bin/{agent/remote → remote}/RemoteSession.d.ts +9 -11
- package/bin/remote/RemoteSession.d.ts.map +1 -0
- package/bin/{agent/remote → remote}/RemoteSession.js +3 -33
- package/bin/remote/RemoteSession.js.map +1 -0
- package/bin/{agent/remote → remote}/RemoteTransport.d.ts +7 -9
- package/bin/remote/RemoteTransport.d.ts.map +1 -0
- package/bin/remote/RemoteTransport.js.map +1 -0
- package/bin/{agent/remote → remote}/TransportFactory.d.ts +1 -1
- package/bin/remote/TransportFactory.d.ts.map +1 -0
- package/bin/{agent/remote → remote}/TransportFactory.js +2 -2
- package/bin/remote/TransportFactory.js.map +1 -0
- package/bin/{agent/remote → remote}/transports/HttpRemoteAgentTransport.d.ts +8 -9
- package/bin/remote/transports/HttpRemoteAgentTransport.d.ts.map +1 -0
- package/bin/{agent/remote → remote}/transports/HttpRemoteAgentTransport.js +0 -13
- package/bin/remote/transports/HttpRemoteAgentTransport.js.map +1 -0
- package/bin/{rpc/Client.d.ts → remote/transports/RpcClient.d.ts} +15 -22
- package/bin/remote/transports/RpcClient.d.ts.map +1 -0
- package/bin/{rpc/Client.js → remote/transports/RpcClient.js} +2 -13
- package/bin/remote/transports/RpcClient.js.map +1 -0
- package/bin/{agent/remote → remote}/transports/RpcRemoteAgentTransport.d.ts +8 -9
- package/bin/remote/transports/RpcRemoteAgentTransport.d.ts.map +1 -0
- package/bin/{agent/remote → remote}/transports/RpcRemoteAgentTransport.js +1 -4
- package/bin/remote/transports/RpcRemoteAgentTransport.js.map +1 -0
- package/bin/session/DefaultSessionComposer.d.ts +18 -0
- package/bin/session/DefaultSessionComposer.d.ts.map +1 -0
- package/bin/session/DefaultSessionComposer.js +62 -0
- package/bin/session/DefaultSessionComposer.js.map +1 -0
- package/bin/session/Session.d.ts +44 -33
- package/bin/session/Session.d.ts.map +1 -1
- package/bin/session/Session.js +440 -274
- package/bin/session/Session.js.map +1 -1
- package/bin/session/SessionMessages.d.ts +117 -0
- package/bin/session/SessionMessages.d.ts.map +1 -0
- package/bin/session/{recorder/SessionRecorder.js → SessionMessages.js} +194 -284
- package/bin/session/SessionMessages.js.map +1 -0
- package/bin/session/SessionQueue.d.ts +34 -0
- package/bin/session/SessionQueue.d.ts.map +1 -0
- package/bin/session/SessionQueue.js +60 -0
- package/bin/session/SessionQueue.js.map +1 -0
- package/bin/session/SessionState.d.ts +70 -0
- package/bin/session/SessionState.d.ts.map +1 -0
- package/bin/session/SessionState.js +267 -0
- package/bin/session/SessionState.js.map +1 -0
- package/bin/session/SessionSystem.d.ts +15 -0
- package/bin/session/SessionSystem.d.ts.map +1 -0
- package/bin/session/SessionSystem.js +95 -0
- package/bin/session/SessionSystem.js.map +1 -0
- package/bin/session/SessionTurn.d.ts +84 -0
- package/bin/session/SessionTurn.d.ts.map +1 -0
- package/bin/session/SessionTurn.js +588 -0
- package/bin/session/SessionTurn.js.map +1 -0
- package/bin/session/approval/SessionApprovalBroker.d.ts +48 -0
- package/bin/session/approval/SessionApprovalBroker.d.ts.map +1 -0
- package/bin/session/approval/SessionApprovalBroker.js +126 -0
- package/bin/session/approval/SessionApprovalBroker.js.map +1 -0
- package/bin/session/browse/Browse.d.ts.map +1 -1
- package/bin/session/browse/Browse.js +1 -4
- package/bin/session/browse/Browse.js.map +1 -1
- package/bin/session/{recorder → messages}/JsonlSessionMessageStore.d.ts.map +1 -1
- package/bin/session/{recorder → messages}/JsonlSessionMessageStore.js.map +1 -1
- package/bin/session/messages/SessionAssistantMessageWriter.d.ts +62 -0
- package/bin/session/messages/SessionAssistantMessageWriter.d.ts.map +1 -0
- package/bin/session/messages/SessionAssistantMessageWriter.js +287 -0
- package/bin/session/messages/SessionAssistantMessageWriter.js.map +1 -0
- package/bin/session/messages/SessionJsonValue.d.ts +10 -0
- package/bin/session/messages/SessionJsonValue.d.ts.map +1 -0
- package/bin/session/messages/SessionJsonValue.js +23 -0
- package/bin/session/messages/SessionJsonValue.js.map +1 -0
- package/bin/session/{recorder → messages}/SessionMessageCodec.d.ts +4 -1
- package/bin/session/messages/SessionMessageCodec.d.ts.map +1 -0
- package/bin/session/{recorder → messages}/SessionMessageCodec.js +33 -19
- package/bin/session/messages/SessionMessageCodec.js.map +1 -0
- package/bin/session/messages/SessionMessageCompaction.d.ts +22 -0
- package/bin/session/messages/SessionMessageCompaction.d.ts.map +1 -0
- package/bin/session/{recorder/SessionRecorderCompaction.js → messages/SessionMessageCompaction.js} +19 -51
- package/bin/session/messages/SessionMessageCompaction.js.map +1 -0
- package/bin/session/runtime/SessionEventHub.d.ts +1 -8
- package/bin/session/runtime/SessionEventHub.d.ts.map +1 -1
- package/bin/session/runtime/SessionEventHub.js +1 -6
- package/bin/session/runtime/SessionEventHub.js.map +1 -1
- package/bin/session/storage/Metadata.d.ts +23 -5
- package/bin/session/storage/Metadata.d.ts.map +1 -1
- package/bin/session/storage/Metadata.js +32 -29
- package/bin/session/storage/Metadata.js.map +1 -1
- package/bin/session/storage/RuntimeSessionPort.d.ts +5 -10
- package/bin/session/storage/RuntimeSessionPort.d.ts.map +1 -1
- package/bin/session/storage/RuntimeSessionPort.js +2 -4
- package/bin/session/storage/RuntimeSessionPort.js.map +1 -1
- package/bin/types/agent/AgentOptions.d.ts +6 -35
- package/bin/types/agent/AgentOptions.d.ts.map +1 -1
- package/bin/types/agent/AgentState.d.ts +28 -0
- package/bin/types/agent/AgentState.d.ts.map +1 -0
- package/bin/types/agent/AgentState.js +9 -0
- package/bin/types/agent/AgentState.js.map +1 -0
- package/bin/types/agent/SessionActor.d.ts +0 -2
- package/bin/types/agent/SessionActor.d.ts.map +1 -1
- package/bin/types/agent/SessionTypes.d.ts +5 -18
- package/bin/types/agent/SessionTypes.d.ts.map +1 -1
- package/bin/types/executor/SessionRunContext.d.ts +8 -2
- package/bin/types/executor/SessionRunContext.d.ts.map +1 -1
- package/bin/types/executor/SessionRunContext.js +1 -1
- package/bin/types/executor/SessionToolExecutionContext.d.ts +20 -0
- package/bin/types/executor/SessionToolExecutionContext.d.ts.map +1 -0
- package/bin/types/executor/SessionToolExecutionContext.js +10 -0
- package/bin/types/executor/SessionToolExecutionContext.js.map +1 -0
- package/bin/types/plugin/PluginAction.d.ts +10 -1
- package/bin/types/plugin/PluginAction.d.ts.map +1 -1
- package/bin/types/plugin/PluginCommand.d.ts +3 -11
- package/bin/types/plugin/PluginCommand.d.ts.map +1 -1
- package/bin/types/plugin/PluginConfig.d.ts +12 -0
- package/bin/types/plugin/PluginConfig.d.ts.map +1 -0
- package/bin/types/plugin/PluginConfig.js +5 -0
- package/bin/types/plugin/PluginConfig.js.map +1 -0
- package/bin/types/plugin/PluginDefinition.d.ts +10 -3
- package/bin/types/plugin/PluginDefinition.d.ts.map +1 -1
- package/bin/types/plugin/PluginHttp.d.ts +1 -1
- package/bin/types/plugin/PluginHttp.d.ts.map +1 -1
- package/bin/types/plugin/PluginRunContext.d.ts +26 -0
- package/bin/types/plugin/PluginRunContext.d.ts.map +1 -0
- package/bin/types/plugin/PluginRunContext.js +10 -0
- package/bin/types/plugin/PluginRunContext.js.map +1 -0
- package/bin/types/plugin/PluginRuntime.d.ts +9 -3
- package/bin/types/plugin/PluginRuntime.d.ts.map +1 -1
- package/bin/types/plugin/PluginToolRuntime.d.ts +11 -0
- package/bin/types/plugin/PluginToolRuntime.d.ts.map +1 -1
- package/bin/types/rpc/RpcProtocol.d.ts +1 -13
- package/bin/types/rpc/RpcProtocol.d.ts.map +1 -1
- package/bin/types/session/SessionApproval.d.ts +4 -38
- package/bin/types/session/SessionApproval.d.ts.map +1 -1
- package/bin/types/session/SessionApprovalBroker.d.ts +17 -0
- package/bin/types/session/SessionApprovalBroker.d.ts.map +1 -0
- package/bin/types/session/SessionApprovalBroker.js +7 -0
- package/bin/types/session/SessionApprovalBroker.js.map +1 -0
- package/bin/types/session/SessionComposer.d.ts +99 -0
- package/bin/types/session/SessionComposer.d.ts.map +1 -0
- package/bin/types/session/SessionComposer.js +8 -0
- package/bin/types/session/SessionComposer.js.map +1 -0
- package/bin/types/session/SessionLocalState.d.ts +6 -6
- package/bin/types/session/SessionLocalState.d.ts.map +1 -1
- package/bin/types/session/SessionLocalState.js +1 -1
- package/bin/types/session/SessionMessage.d.ts +3 -2
- package/bin/types/session/SessionMessage.d.ts.map +1 -1
- package/bin/types/session/SessionMessages.d.ts +115 -0
- package/bin/types/session/SessionMessages.d.ts.map +1 -0
- package/bin/types/session/SessionMessages.js +7 -0
- package/bin/types/session/SessionMessages.js.map +1 -0
- package/bin/types/session/SessionMutation.d.ts +1 -10
- package/bin/types/session/SessionMutation.d.ts.map +1 -1
- package/bin/types/session/SessionMutation.js.map +1 -1
- package/bin/types/session/SessionOptions.d.ts +8 -23
- package/bin/types/session/SessionOptions.d.ts.map +1 -1
- package/bin/types/session/SessionPort.d.ts +72 -0
- package/bin/types/session/SessionPort.d.ts.map +1 -0
- package/bin/types/session/SessionPort.js +9 -0
- package/bin/types/session/SessionPort.js.map +1 -0
- package/bin/types/session/SessionQueue.d.ts +104 -0
- package/bin/types/session/SessionQueue.d.ts.map +1 -0
- package/bin/types/session/SessionQueue.js +7 -0
- package/bin/types/session/SessionQueue.js.map +1 -0
- package/bin/types/session/SessionState.d.ts +43 -0
- package/bin/types/session/SessionState.d.ts.map +1 -0
- package/bin/types/session/SessionState.js +7 -0
- package/bin/types/session/SessionState.js.map +1 -0
- package/bin/types/session/SessionSystem.d.ts +26 -0
- package/bin/types/session/SessionSystem.d.ts.map +1 -0
- package/bin/types/session/SessionSystem.js +7 -0
- package/bin/types/session/SessionSystem.js.map +1 -0
- package/bin/types/session/SessionTool.d.ts +23 -0
- package/bin/types/session/SessionTool.d.ts.map +1 -0
- package/bin/types/session/SessionTool.js +7 -0
- package/bin/types/session/SessionTool.js.map +1 -0
- package/bin/types/session/SessionTurn.d.ts +52 -0
- package/bin/types/session/SessionTurn.d.ts.map +1 -0
- package/bin/types/session/SessionTurn.js +7 -0
- package/bin/types/session/SessionTurn.js.map +1 -0
- package/package.json +3 -3
- package/scripts/agent-env.test.mjs +4 -18
- package/scripts/agent-ready.test.mjs +33 -2
- package/scripts/agent-session-maintenance.test.mjs +52 -0
- package/scripts/city-model-tool-loop.test.mjs +3 -4
- package/scripts/core-engine-context-compaction.test.mjs +5 -22
- package/scripts/image-plugin-job.test.mjs +4 -6
- package/scripts/plugin-tool-bridge.test.mjs +44 -36
- package/scripts/read-image-tool-bridge.test.mjs +71 -0
- package/scripts/remote-session-reconnect.test.mjs +1 -34
- package/scripts/session-compaction-prompts.test.mjs +1 -49
- package/scripts/session-composer.test.mjs +163 -0
- package/scripts/session-config-turn-boundary.test.mjs +2 -5
- package/scripts/session-list-title.test.mjs +3 -2
- package/scripts/session-messages-error.test.mjs +57 -0
- package/scripts/{session-recorder.test.mjs → session-messages.test.mjs} +131 -90
- package/scripts/session-queue.test.mjs +64 -0
- package/scripts/session-shell-approval.test.mjs +171 -0
- package/scripts/session-system-blocks.test.mjs +10 -10
- package/scripts/session-title-event.test.mjs +1 -0
- package/src/agent/Agent.ts +241 -0
- package/src/agent/AgentContext.ts +92 -0
- package/src/agent/{local/AgentInstructions.ts → AgentInstructions.ts} +0 -11
- package/src/{model/CityModelAdapter.ts → agent/AgentModel.ts} +10 -3
- package/src/agent/{local/services/AgentSessions.ts → AgentSessions.ts} +81 -110
- package/src/agent/AgentState.ts +151 -0
- package/src/config/Paths.ts +0 -91
- package/src/executor/Executor.ts +180 -386
- package/src/executor/README.md +29 -89
- package/src/executor/composer/system/default/DefaultSessionSystemComposer.ts +1 -1
- package/src/executor/composer/system/default/SystemDomain.ts +4 -2
- package/src/executor/composer/system/default/assets/core.prompt.ts +1 -1
- package/src/executor/composer/system/default/assets/core.prompt.ts.txt +15 -2
- package/src/executor/core-engine/CoreEngineRunner.ts +95 -54
- package/src/executor/services/ExecutorRecoveryPolicy.ts +24 -19
- package/src/executor/tools/file/ReadImageToolBridge.ts +79 -0
- package/src/executor/tools/plugin/PluginToolBridge.ts +6 -8
- package/src/executor/tools/plugin/PluginToolDefinition.ts +23 -3
- package/src/executor/types/SessionHistoryMeta.ts +0 -2
- package/src/index.ts +34 -53
- package/src/plugin/core/ActionScheduleExecutor.ts +1 -1
- package/src/plugin/core/ActionScheduleRuntime.ts +1 -1
- package/src/plugin/core/BasePlugin.ts +7 -3
- package/src/plugin/core/HookRegistry.ts +15 -18
- package/src/plugin/core/PluginActionFactory.ts +9 -3
- package/src/plugin/core/PluginActionRunner.ts +1 -1
- package/src/plugin/core/PluginCatalog.ts +1 -1
- package/src/plugin/core/PluginHttpRoutes.ts +1 -1
- package/src/plugin/core/PluginLocalExecution.ts +11 -24
- package/src/plugin/core/PluginRegistry.ts +55 -32
- package/src/plugin/core/PluginStateController.ts +1 -1
- package/src/{agent/remote → remote}/RemoteAgent.ts +4 -4
- package/src/{agent/remote → remote}/RemoteSession.ts +2 -35
- package/src/{agent/remote → remote}/RemoteTransport.ts +0 -3
- package/src/{agent/remote → remote}/TransportFactory.ts +3 -3
- package/src/{agent/remote → remote}/transports/HttpRemoteAgentTransport.ts +1 -23
- package/src/{rpc/Client.ts → remote/transports/RpcClient.ts} +1 -19
- package/src/{agent/remote → remote}/transports/RpcRemoteAgentTransport.ts +2 -10
- package/src/session/DefaultSessionComposer.ts +79 -0
- package/src/session/Session.ts +496 -332
- package/src/session/{recorder/SessionRecorder.ts → SessionMessages.ts} +254 -428
- package/src/session/SessionQueue.ts +86 -0
- package/src/session/SessionState.ts +322 -0
- package/src/session/SessionSystem.ts +117 -0
- package/src/session/SessionTurn.ts +684 -0
- package/src/session/approval/SessionApprovalBroker.ts +164 -0
- package/src/session/browse/Browse.ts +1 -4
- package/src/session/messages/SessionAssistantMessageWriter.ts +345 -0
- package/src/session/messages/SessionJsonValue.ts +25 -0
- package/src/session/{recorder → messages}/SessionMessageCodec.ts +38 -20
- package/src/session/{recorder/SessionRecorderCompaction.ts → messages/SessionMessageCompaction.ts} +30 -69
- package/src/session/runtime/SessionEventHub.ts +1 -14
- package/src/session/storage/Metadata.ts +60 -34
- package/src/session/storage/RuntimeSessionPort.ts +7 -14
- package/src/types/agent/AgentOptions.ts +6 -38
- package/src/types/agent/AgentState.ts +33 -0
- package/src/types/agent/SessionActor.ts +0 -3
- package/src/types/agent/SessionTypes.ts +5 -18
- package/src/types/executor/SessionRunContext.ts +10 -2
- package/src/types/executor/SessionToolExecutionContext.ts +21 -0
- package/src/types/plugin/PluginAction.ts +10 -1
- package/src/types/plugin/PluginCommand.ts +3 -14
- package/src/types/plugin/PluginConfig.ts +13 -0
- package/src/types/plugin/PluginDefinition.ts +13 -6
- package/src/types/plugin/PluginHttp.ts +1 -1
- package/src/types/plugin/PluginRunContext.ts +31 -0
- package/src/types/plugin/PluginRuntime.ts +13 -6
- package/src/types/plugin/PluginToolRuntime.ts +13 -1
- package/src/types/rpc/RpcProtocol.ts +0 -14
- package/src/types/session/SessionApproval.ts +4 -43
- package/src/types/session/SessionApprovalBroker.ts +18 -0
- package/src/types/session/SessionComposer.ts +114 -0
- package/src/types/session/SessionLocalState.ts +6 -6
- package/src/types/session/SessionMessage.ts +3 -2
- package/src/types/session/SessionMessages.ts +127 -0
- package/src/types/session/SessionMutation.ts +0 -11
- package/src/types/session/SessionOptions.ts +8 -40
- package/src/types/session/SessionPort.ts +97 -0
- package/src/types/session/SessionQueue.ts +122 -0
- package/src/types/session/SessionState.ts +47 -0
- package/src/types/session/SessionSystem.ts +27 -0
- package/src/types/session/SessionTool.ts +25 -0
- package/src/types/session/SessionTurn.ts +56 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/bin/agent/local/Agent.d.ts.map +0 -1
- package/bin/agent/local/Agent.js +0 -216
- package/bin/agent/local/Agent.js.map +0 -1
- package/bin/agent/local/AgentInstructions.d.ts.map +0 -1
- package/bin/agent/local/AgentInstructions.js.map +0 -1
- package/bin/agent/local/AgentPluginFactory.d.ts +0 -26
- package/bin/agent/local/AgentPluginFactory.d.ts.map +0 -1
- package/bin/agent/local/AgentPluginFactory.js +0 -33
- package/bin/agent/local/AgentPluginFactory.js.map +0 -1
- package/bin/agent/local/AgentRuntimeAssembly.d.ts +0 -10
- package/bin/agent/local/AgentRuntimeAssembly.d.ts.map +0 -1
- package/bin/agent/local/AgentRuntimeAssembly.js +0 -43
- package/bin/agent/local/AgentRuntimeAssembly.js.map +0 -1
- package/bin/agent/local/ProjectSetup.d.ts.map +0 -1
- package/bin/agent/local/ProjectSetup.js.map +0 -1
- package/bin/agent/local/services/AgentAssemblyService.d.ts +0 -105
- package/bin/agent/local/services/AgentAssemblyService.d.ts.map +0 -1
- package/bin/agent/local/services/AgentAssemblyService.js +0 -184
- package/bin/agent/local/services/AgentAssemblyService.js.map +0 -1
- package/bin/agent/local/services/AgentBackgroundService.d.ts +0 -55
- package/bin/agent/local/services/AgentBackgroundService.d.ts.map +0 -1
- package/bin/agent/local/services/AgentBackgroundService.js +0 -85
- package/bin/agent/local/services/AgentBackgroundService.js.map +0 -1
- package/bin/agent/local/services/AgentSessions.d.ts.map +0 -1
- package/bin/agent/local/services/AgentSessions.js.map +0 -1
- package/bin/agent/remote/RemoteAgent.d.ts.map +0 -1
- package/bin/agent/remote/RemoteAgent.js.map +0 -1
- package/bin/agent/remote/RemoteSession.d.ts.map +0 -1
- package/bin/agent/remote/RemoteSession.js.map +0 -1
- package/bin/agent/remote/RemoteTransport.d.ts.map +0 -1
- package/bin/agent/remote/RemoteTransport.js.map +0 -1
- package/bin/agent/remote/TransportFactory.d.ts.map +0 -1
- package/bin/agent/remote/TransportFactory.js.map +0 -1
- package/bin/agent/remote/transports/HttpRemoteAgentTransport.d.ts.map +0 -1
- package/bin/agent/remote/transports/HttpRemoteAgentTransport.js.map +0 -1
- package/bin/agent/remote/transports/RpcRemoteAgentTransport.d.ts.map +0 -1
- package/bin/agent/remote/transports/RpcRemoteAgentTransport.js.map +0 -1
- package/bin/executor/SessionRunScope.d.ts +0 -68
- package/bin/executor/SessionRunScope.d.ts.map +0 -1
- package/bin/executor/SessionRunScope.js +0 -96
- package/bin/executor/SessionRunScope.js.map +0 -1
- package/bin/executor/composer/compaction/SessionCompactionComposer.d.ts +0 -74
- package/bin/executor/composer/compaction/SessionCompactionComposer.d.ts.map +0 -1
- package/bin/executor/composer/compaction/SessionCompactionComposer.js +0 -9
- package/bin/executor/composer/compaction/SessionCompactionComposer.js.map +0 -1
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionComposer.d.ts +0 -27
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionComposer.d.ts.map +0 -1
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionComposer.js +0 -39
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionComposer.js.map +0 -1
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionExecutor.d.ts +0 -44
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionExecutor.d.ts.map +0 -1
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionExecutor.js +0 -218
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionExecutor.js.map +0 -1
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionFileOperations.d.ts +0 -27
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionFileOperations.d.ts.map +0 -1
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionFileOperations.js +0 -181
- package/bin/executor/composer/compaction/jsonl/JsonlSessionCompactionFileOperations.js.map +0 -1
- package/bin/executor/composer/context/LocalSessionContextComposer.d.ts +0 -50
- package/bin/executor/composer/context/LocalSessionContextComposer.d.ts.map +0 -1
- package/bin/executor/composer/context/LocalSessionContextComposer.js +0 -108
- package/bin/executor/composer/context/LocalSessionContextComposer.js.map +0 -1
- package/bin/executor/composer/context/SessionContextComposer.d.ts +0 -67
- package/bin/executor/composer/context/SessionContextComposer.d.ts.map +0 -1
- package/bin/executor/composer/context/SessionContextComposer.js +0 -9
- package/bin/executor/composer/context/SessionContextComposer.js.map +0 -1
- package/bin/executor/composer/history/SessionHistoryComposer.d.ts +0 -54
- package/bin/executor/composer/history/SessionHistoryComposer.d.ts.map +0 -1
- package/bin/executor/composer/history/SessionHistoryComposer.js +0 -10
- package/bin/executor/composer/history/SessionHistoryComposer.js.map +0 -1
- package/bin/executor/composer/history/SessionHistoryWriter.d.ts +0 -46
- package/bin/executor/composer/history/SessionHistoryWriter.d.ts.map +0 -1
- package/bin/executor/composer/history/SessionHistoryWriter.js +0 -65
- package/bin/executor/composer/history/SessionHistoryWriter.js.map +0 -1
- package/bin/executor/composer/history/jsonl/JsonlSessionHistoryComposer.d.ts +0 -35
- package/bin/executor/composer/history/jsonl/JsonlSessionHistoryComposer.d.ts.map +0 -1
- package/bin/executor/composer/history/jsonl/JsonlSessionHistoryComposer.js +0 -105
- package/bin/executor/composer/history/jsonl/JsonlSessionHistoryComposer.js.map +0 -1
- package/bin/executor/messages/AssistantResultPersistence.d.ts +0 -66
- package/bin/executor/messages/AssistantResultPersistence.d.ts.map +0 -1
- package/bin/executor/messages/AssistantResultPersistence.js +0 -44
- package/bin/executor/messages/AssistantResultPersistence.js.map +0 -1
- package/bin/executor/services/ExecutorInflightService.d.ts +0 -34
- package/bin/executor/services/ExecutorInflightService.d.ts.map +0 -1
- package/bin/executor/services/ExecutorInflightService.js +0 -73
- package/bin/executor/services/ExecutorInflightService.js.map +0 -1
- package/bin/executor/store/history/SessionHistoryStore.d.ts +0 -140
- package/bin/executor/store/history/SessionHistoryStore.d.ts.map +0 -1
- package/bin/executor/store/history/SessionHistoryStore.js +0 -10
- package/bin/executor/store/history/SessionHistoryStore.js.map +0 -1
- package/bin/executor/store/history/jsonl/JsonlSessionHistoryStore.d.ts +0 -116
- package/bin/executor/store/history/jsonl/JsonlSessionHistoryStore.d.ts.map +0 -1
- package/bin/executor/store/history/jsonl/JsonlSessionHistoryStore.js +0 -709
- package/bin/executor/store/history/jsonl/JsonlSessionHistoryStore.js.map +0 -1
- package/bin/executor/types/SessionHistoryPaths.d.ts +0 -34
- package/bin/executor/types/SessionHistoryPaths.d.ts.map +0 -1
- package/bin/executor/types/SessionHistoryPaths.js +0 -2
- package/bin/executor/types/SessionHistoryPaths.js.map +0 -1
- package/bin/model/CityModelAdapter.d.ts.map +0 -1
- package/bin/model/CityModelAdapter.js.map +0 -1
- package/bin/rpc/Client.d.ts.map +0 -1
- package/bin/rpc/Client.js.map +0 -1
- package/bin/session/SessionSystemBuilder.d.ts +0 -107
- package/bin/session/SessionSystemBuilder.d.ts.map +0 -1
- package/bin/session/SessionSystemBuilder.js +0 -148
- package/bin/session/SessionSystemBuilder.js.map +0 -1
- package/bin/session/recorder/SessionMessageCodec.d.ts.map +0 -1
- package/bin/session/recorder/SessionMessageCodec.js.map +0 -1
- package/bin/session/recorder/SessionRecorder.d.ts +0 -217
- package/bin/session/recorder/SessionRecorder.d.ts.map +0 -1
- package/bin/session/recorder/SessionRecorder.js.map +0 -1
- package/bin/session/recorder/SessionRecorderCompaction.d.ts +0 -18
- package/bin/session/recorder/SessionRecorderCompaction.d.ts.map +0 -1
- package/bin/session/recorder/SessionRecorderCompaction.js.map +0 -1
- package/bin/session/recorder/SessionRecorderHistoryStore.d.ts +0 -66
- package/bin/session/recorder/SessionRecorderHistoryStore.d.ts.map +0 -1
- package/bin/session/recorder/SessionRecorderHistoryStore.js +0 -190
- package/bin/session/recorder/SessionRecorderHistoryStore.js.map +0 -1
- package/bin/session/runtime/SessionPromptRuntime.d.ts +0 -112
- package/bin/session/runtime/SessionPromptRuntime.d.ts.map +0 -1
- package/bin/session/runtime/SessionPromptRuntime.js +0 -357
- package/bin/session/runtime/SessionPromptRuntime.js.map +0 -1
- package/bin/session/services/SessionStateService.d.ts +0 -187
- package/bin/session/services/SessionStateService.d.ts.map +0 -1
- package/bin/session/services/SessionStateService.js +0 -467
- package/bin/session/services/SessionStateService.js.map +0 -1
- package/bin/session/services/SessionTurnService.d.ts +0 -90
- package/bin/session/services/SessionTurnService.d.ts.map +0 -1
- package/bin/session/services/SessionTurnService.js +0 -293
- package/bin/session/services/SessionTurnService.js.map +0 -1
- package/bin/session/services/SessionViewService.d.ts +0 -114
- package/bin/session/services/SessionViewService.d.ts.map +0 -1
- package/bin/session/services/SessionViewService.js +0 -204
- package/bin/session/services/SessionViewService.js.map +0 -1
- package/bin/session/storage/Persistence.d.ts +0 -73
- package/bin/session/storage/Persistence.d.ts.map +0 -1
- package/bin/session/storage/Persistence.js +0 -63
- package/bin/session/storage/Persistence.js.map +0 -1
- package/bin/types/agent/AgentRuntimeAssembly.d.ts +0 -72
- package/bin/types/agent/AgentRuntimeAssembly.d.ts.map +0 -1
- package/bin/types/agent/AgentRuntimeAssembly.js +0 -10
- package/bin/types/agent/AgentRuntimeAssembly.js.map +0 -1
- package/bin/types/runtime/agent/AgentContext.d.ts +0 -306
- package/bin/types/runtime/agent/AgentContext.d.ts.map +0 -1
- package/bin/types/runtime/agent/AgentContext.js +0 -128
- package/bin/types/runtime/agent/AgentContext.js.map +0 -1
- package/bin/types/session/SessionComposerOptions.d.ts +0 -90
- package/bin/types/session/SessionComposerOptions.d.ts.map +0 -1
- package/bin/types/session/SessionComposerOptions.js +0 -10
- package/bin/types/session/SessionComposerOptions.js.map +0 -1
- package/bin/types/session/SessionQueueCommand.d.ts +0 -68
- package/bin/types/session/SessionQueueCommand.d.ts.map +0 -1
- package/bin/types/session/SessionQueueCommand.js +0 -10
- package/bin/types/session/SessionQueueCommand.js.map +0 -1
- package/scripts/session-action-message.test.mjs +0 -410
- package/scripts/session-compaction-context-window.test.mjs +0 -96
- package/scripts/session-history-inflight.test.mjs +0 -146
- package/scripts/session-history-writer-error.test.mjs +0 -57
- package/scripts/session-prompt-runtime.test.mjs +0 -390
- package/src/agent/local/Agent.ts +0 -250
- package/src/agent/local/AgentPluginFactory.ts +0 -51
- package/src/agent/local/AgentRuntimeAssembly.ts +0 -65
- package/src/agent/local/services/AgentAssemblyService.ts +0 -307
- package/src/agent/local/services/AgentBackgroundService.ts +0 -115
- package/src/executor/SessionRunScope.ts +0 -122
- package/src/executor/composer/compaction/SessionCompactionComposer.ts +0 -84
- package/src/executor/composer/compaction/jsonl/JsonlSessionCompactionComposer.ts +0 -51
- package/src/executor/composer/compaction/jsonl/JsonlSessionCompactionExecutor.ts +0 -294
- package/src/executor/composer/compaction/jsonl/JsonlSessionCompactionFileOperations.ts +0 -197
- package/src/executor/composer/context/LocalSessionContextComposer.ts +0 -175
- package/src/executor/composer/context/SessionContextComposer.ts +0 -83
- package/src/executor/composer/history/SessionHistoryComposer.ts +0 -62
- package/src/executor/composer/history/SessionHistoryWriter.ts +0 -100
- package/src/executor/composer/history/jsonl/JsonlSessionHistoryComposer.ts +0 -133
- package/src/executor/messages/AssistantResultPersistence.ts +0 -106
- package/src/executor/services/ExecutorInflightService.ts +0 -95
- package/src/executor/store/history/SessionHistoryStore.ts +0 -172
- package/src/executor/store/history/jsonl/JsonlSessionHistoryStore.ts +0 -879
- package/src/executor/types/SessionHistoryPaths.ts +0 -38
- package/src/session/SessionSystemBuilder.ts +0 -262
- package/src/session/recorder/SessionRecorderHistoryStore.ts +0 -256
- package/src/session/runtime/SessionPromptRuntime.ts +0 -518
- package/src/session/services/SessionStateService.ts +0 -628
- package/src/session/services/SessionTurnService.ts +0 -368
- package/src/session/services/SessionViewService.ts +0 -335
- package/src/session/storage/Persistence.ts +0 -137
- package/src/types/agent/AgentRuntimeAssembly.ts +0 -74
- package/src/types/runtime/agent/AgentContext.ts +0 -387
- package/src/types/session/SessionComposerOptions.ts +0 -107
- package/src/types/session/SessionQueueCommand.ts +0 -78
- /package/bin/{agent/local → config}/ProjectSetup.d.ts +0 -0
- /package/bin/{agent/remote → remote}/RemoteTransport.js +0 -0
- /package/bin/session/{recorder → messages}/JsonlSessionMessageStore.d.ts +0 -0
- /package/bin/session/{recorder → messages}/JsonlSessionMessageStore.js +0 -0
- /package/src/{agent/local → config}/ProjectSetup.ts +0 -0
- /package/src/session/{recorder → messages}/JsonlSessionMessageStore.ts +0 -0
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Session 级 Tool 审批 Broker。
|
|
3
|
+
*
|
|
4
|
+
* 关键点(中文)
|
|
5
|
+
* - pending approval、审批模式、超时与用户决定只归当前 Session 所有。
|
|
6
|
+
* - Shell 通过强类型 Gateway 等待结果,不保存或反向发布 Session 状态。
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { generateId } from "@/utils/Id.js";
|
|
10
|
+
import type {
|
|
11
|
+
ShellApprovalGateway,
|
|
12
|
+
ShellApprovalHandle,
|
|
13
|
+
ShellApprovalRequest,
|
|
14
|
+
ShellApprovalStatus,
|
|
15
|
+
} from "@downcity/shell";
|
|
16
|
+
import type {
|
|
17
|
+
SessionApproval,
|
|
18
|
+
SessionApprovalDecision,
|
|
19
|
+
SessionApprovalMode,
|
|
20
|
+
SessionApprovalModeSnapshot,
|
|
21
|
+
SessionApprovalResult,
|
|
22
|
+
} from "@/types/session/SessionApproval.js";
|
|
23
|
+
import type { SessionPendingApproval } from "@/types/session/SessionApprovalBroker.js";
|
|
24
|
+
import type { SessionMessages } from "@/session/SessionMessages.js";
|
|
25
|
+
|
|
26
|
+
/** 单个 Session 的审批状态与决定入口。 */
|
|
27
|
+
export class SessionApprovalBroker implements ShellApprovalGateway {
|
|
28
|
+
private readonly session_id: string;
|
|
29
|
+
private readonly messages: SessionMessages;
|
|
30
|
+
private readonly pending_by_id = new Map<string, SessionPendingApproval>();
|
|
31
|
+
private mode: SessionApprovalMode = "ask";
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @param options Broker 所属 Session 与 Tool Runtime。
|
|
35
|
+
*/
|
|
36
|
+
constructor(options: {
|
|
37
|
+
/** 当前 Broker 所属 Session。 */
|
|
38
|
+
session_id: string;
|
|
39
|
+
/** 当前 Session 的 Message 领域入口。 */
|
|
40
|
+
messages: SessionMessages;
|
|
41
|
+
}) {
|
|
42
|
+
this.session_id = options.session_id;
|
|
43
|
+
this.messages = options.messages;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/** Shell 调用的强类型审批网关入口。 */
|
|
47
|
+
async request(input: ShellApprovalRequest): Promise<ShellApprovalHandle> {
|
|
48
|
+
if (input.session_id !== this.session_id) {
|
|
49
|
+
throw new Error(`Approval Session mismatch: ${input.session_id}`);
|
|
50
|
+
}
|
|
51
|
+
const approval_id = `ap_${generateId()}`;
|
|
52
|
+
if (this.mode === "always-allow") {
|
|
53
|
+
return {
|
|
54
|
+
approval_id,
|
|
55
|
+
requires_user_decision: false,
|
|
56
|
+
decision: Promise.resolve("approved"),
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
const created_at = Date.now();
|
|
61
|
+
const approval: SessionApproval = {
|
|
62
|
+
approval_id,
|
|
63
|
+
session_id: this.session_id,
|
|
64
|
+
turn_id: input.turn_id,
|
|
65
|
+
tool_call_id: input.tool_call_id,
|
|
66
|
+
tool_name: input.tool_name,
|
|
67
|
+
command: input.command,
|
|
68
|
+
cwd: input.cwd,
|
|
69
|
+
reason: input.reason,
|
|
70
|
+
operation: input.operation,
|
|
71
|
+
created_at,
|
|
72
|
+
expires_at: created_at + input.timeout_ms,
|
|
73
|
+
};
|
|
74
|
+
let resolve_decision!: (decision: ShellApprovalStatus) => void;
|
|
75
|
+
const decision = new Promise<ShellApprovalStatus>((resolve) => {
|
|
76
|
+
resolve_decision = resolve;
|
|
77
|
+
});
|
|
78
|
+
const timer = setTimeout(() => {
|
|
79
|
+
void this.expire(approval_id);
|
|
80
|
+
}, input.timeout_ms);
|
|
81
|
+
if (typeof timer.unref === "function") timer.unref();
|
|
82
|
+
this.pending_by_id.set(approval_id, {
|
|
83
|
+
approval,
|
|
84
|
+
resolve: resolve_decision,
|
|
85
|
+
timer,
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
try {
|
|
89
|
+
await this.messages.request_tool_approval(approval);
|
|
90
|
+
} catch (error) {
|
|
91
|
+
clearTimeout(timer);
|
|
92
|
+
this.pending_by_id.delete(approval_id);
|
|
93
|
+
resolve_decision("denied");
|
|
94
|
+
throw error;
|
|
95
|
+
}
|
|
96
|
+
return {
|
|
97
|
+
approval_id,
|
|
98
|
+
requires_user_decision: true,
|
|
99
|
+
decision,
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/** 返回当前 Session 的全部 pending approval 快照。 */
|
|
104
|
+
list(): SessionApproval[] {
|
|
105
|
+
return [...this.pending_by_id.values()].map((item) => structuredClone(item.approval));
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/** 返回当前 Session 的审批模式。 */
|
|
109
|
+
get_mode(): SessionApprovalModeSnapshot {
|
|
110
|
+
return { session_id: this.session_id, mode: this.mode };
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/** 更新当前 Session 的审批模式。 */
|
|
114
|
+
set_mode(mode: SessionApprovalMode): SessionApprovalModeSnapshot {
|
|
115
|
+
this.mode = mode === "always-allow" ? "always-allow" : "ask";
|
|
116
|
+
return this.get_mode();
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/** 处理用户提交的审批决定。 */
|
|
120
|
+
async resolve(input: {
|
|
121
|
+
/** 当前审批请求标识。 */
|
|
122
|
+
approval_id: string;
|
|
123
|
+
/** 用户提交的审批决定。 */
|
|
124
|
+
decision: SessionApprovalDecision;
|
|
125
|
+
}): Promise<SessionApprovalResult> {
|
|
126
|
+
const success = await this.settle(input.approval_id, input.decision, false);
|
|
127
|
+
return { success, approval_id: input.approval_id, decision: input.decision };
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/** 让当前 Session 的全部 pending 请求过期,用于停止或销毁执行。 */
|
|
131
|
+
async expire_all(): Promise<void> {
|
|
132
|
+
await Promise.all([...this.pending_by_id.keys()].map((approval_id) =>
|
|
133
|
+
this.settle(approval_id, "expired", true)
|
|
134
|
+
));
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/** 处理单个自动过期请求。 */
|
|
138
|
+
private async expire(approval_id: string): Promise<void> {
|
|
139
|
+
await this.settle(approval_id, "expired", true);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/** 先提交 Tool 状态,再兑现 Shell 等待 Promise,保证执行顺序稳定。 */
|
|
143
|
+
private async settle(
|
|
144
|
+
approval_id: string,
|
|
145
|
+
decision: ShellApprovalStatus,
|
|
146
|
+
force: boolean,
|
|
147
|
+
): Promise<boolean> {
|
|
148
|
+
const pending = this.pending_by_id.get(approval_id);
|
|
149
|
+
if (!pending) return false;
|
|
150
|
+
try {
|
|
151
|
+
await this.messages.resolve_tool_approval({
|
|
152
|
+
approval_id,
|
|
153
|
+
decision,
|
|
154
|
+
tool_call_id: pending.approval.tool_call_id,
|
|
155
|
+
});
|
|
156
|
+
} catch (error) {
|
|
157
|
+
if (!force) throw error;
|
|
158
|
+
}
|
|
159
|
+
clearTimeout(pending.timer);
|
|
160
|
+
this.pending_by_id.delete(approval_id);
|
|
161
|
+
pending.resolve(decision);
|
|
162
|
+
return true;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
@@ -45,7 +45,7 @@ import { getSdkAgentArchivedSessionsDirPath } from "@/session/storage/Paths.js";
|
|
|
45
45
|
import { getSdkAgentArchivedSessionMessagesPath } from "@/session/storage/Paths.js";
|
|
46
46
|
import { getSdkAgentArchivedSessionMetaPath } from "@/session/storage/Paths.js";
|
|
47
47
|
import { readSessionMetadataFromPath } from "@/session/storage/Metadata.js";
|
|
48
|
-
import { to_executor_ui_message } from "@/session/
|
|
48
|
+
import { to_executor_ui_message } from "@/session/messages/SessionMessageCodec.js";
|
|
49
49
|
import type { SessionMessage } from "@/types/session/SessionMessage.js";
|
|
50
50
|
|
|
51
51
|
type AnyUiPart = UIMessagePart<Record<string, never>, Record<string, never>>;
|
|
@@ -432,7 +432,6 @@ export function buildSessionInfo(
|
|
|
432
432
|
...(input.metadata.modelLabel
|
|
433
433
|
? { modelLabel: input.metadata.modelLabel }
|
|
434
434
|
: {}),
|
|
435
|
-
...(input.metadata.modelId ? { modelId: input.metadata.modelId } : {}),
|
|
436
435
|
...(typeof input.metadata.timezone === "string" && input.metadata.timezone.trim()
|
|
437
436
|
? { timezone: input.metadata.timezone.trim() }
|
|
438
437
|
: {}),
|
|
@@ -666,7 +665,6 @@ export async function listAgentSessionSummaryPage(params: {
|
|
|
666
665
|
...(typeof info.createdAt === "number" ? { createdAt: info.createdAt } : {}),
|
|
667
666
|
...(typeof info.updatedAt === "number" ? { updatedAt: info.updatedAt } : {}),
|
|
668
667
|
...(info.modelLabel ? { modelLabel: info.modelLabel } : {}),
|
|
669
|
-
...(info.modelId ? { modelId: info.modelId } : {}),
|
|
670
668
|
...(info.executing ? { executing: true } : {}),
|
|
671
669
|
};
|
|
672
670
|
|
|
@@ -767,7 +765,6 @@ export async function listArchivedAgentSessionSummaryPage(params: {
|
|
|
767
765
|
...(typeof info.createdAt === "number" ? { createdAt: info.createdAt } : {}),
|
|
768
766
|
...(typeof info.updatedAt === "number" ? { updatedAt: info.updatedAt } : {}),
|
|
769
767
|
...(info.modelLabel ? { modelLabel: info.modelLabel } : {}),
|
|
770
|
-
...(info.modelId ? { modelId: info.modelId } : {}),
|
|
771
768
|
};
|
|
772
769
|
|
|
773
770
|
if (query) {
|
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 单个 Assistant Message 的流式写入器。
|
|
3
|
+
*
|
|
4
|
+
* Writer 把 AI SDK chunk、Executor Tool 输入屏障和最终关闭操作收口到同一条
|
|
5
|
+
* 单写者队列,保证并发回调不会产生 revision 冲突。
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import type { UIMessageChunk } from "ai";
|
|
9
|
+
import type { SessionMessages } from "@/session/SessionMessages.js";
|
|
10
|
+
import { to_session_json_value } from "@/session/messages/SessionJsonValue.js";
|
|
11
|
+
import type {
|
|
12
|
+
SessionAssistantFilePart,
|
|
13
|
+
SessionAssistantMessage,
|
|
14
|
+
SessionAssistantMessagePart,
|
|
15
|
+
SessionAssistantToolPart,
|
|
16
|
+
} from "@/types/session/SessionMessage.js";
|
|
17
|
+
import type { SessionToolInputReady } from "@/types/session/SessionTool.js";
|
|
18
|
+
import { generateId } from "@/utils/Id.js";
|
|
19
|
+
|
|
20
|
+
/** 单个 Assistant segment 的流式 writer。 */
|
|
21
|
+
export class SessionAssistantMessageWriter {
|
|
22
|
+
readonly message_id: string;
|
|
23
|
+
private readonly recorder: SessionMessages;
|
|
24
|
+
private readonly pending_text_parts = new Map<string, "text" | "reasoning">();
|
|
25
|
+
private readonly active_text_part_ids = new Map<string, string>();
|
|
26
|
+
private write_chain: Promise<void> = Promise.resolve();
|
|
27
|
+
private closed = false;
|
|
28
|
+
|
|
29
|
+
constructor(recorder: SessionMessages, message_id: string) {
|
|
30
|
+
this.recorder = recorder;
|
|
31
|
+
this.message_id = message_id;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/** 应用一个原始 AI SDK UI chunk。 */
|
|
35
|
+
async apply_chunk(chunk: UIMessageChunk): Promise<void> {
|
|
36
|
+
await this.enqueue_write(async () => {
|
|
37
|
+
await this.apply_chunk_serialized(chunk);
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/** 在当前 Assistant writer 的单写者队列中应用原始 chunk。 */
|
|
42
|
+
private async apply_chunk_serialized(chunk: UIMessageChunk): Promise<void> {
|
|
43
|
+
if (this.closed) throw new Error("Assistant Message writer is closed");
|
|
44
|
+
const current = this.current_message();
|
|
45
|
+
switch (chunk.type) {
|
|
46
|
+
case "text-start":
|
|
47
|
+
case "reasoning-start": {
|
|
48
|
+
const type = chunk.type === "text-start" ? "text" : "reasoning";
|
|
49
|
+
const part_id = this.resolve_text_part_id(type, chunk.id);
|
|
50
|
+
if (!current.parts.some((part) => part.part_id === part_id)) {
|
|
51
|
+
this.pending_text_parts.set(part_id, type);
|
|
52
|
+
}
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
case "text-delta":
|
|
56
|
+
case "reasoning-delta": {
|
|
57
|
+
const type = chunk.type === "text-delta" ? "text" : "reasoning";
|
|
58
|
+
const part_id = this.resolve_text_part_id(type, chunk.id);
|
|
59
|
+
await this.ensure_text_part(part_id, type);
|
|
60
|
+
await this.recorder.append_assistant_delta(
|
|
61
|
+
this.message_id,
|
|
62
|
+
part_id,
|
|
63
|
+
type,
|
|
64
|
+
chunk.delta,
|
|
65
|
+
);
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
case "text-end":
|
|
69
|
+
case "reasoning-end": {
|
|
70
|
+
const type = chunk.type === "text-end" ? "text" : "reasoning";
|
|
71
|
+
const source_part_id = this.source_text_part_id(type, chunk.id);
|
|
72
|
+
const part_id = this.active_text_part_ids.get(source_part_id);
|
|
73
|
+
if (!part_id) return;
|
|
74
|
+
const part = current.parts.find((item) => item.part_id === part_id);
|
|
75
|
+
if (part?.type === "text" || part?.type === "reasoning") {
|
|
76
|
+
await this.upsert_part({ ...part, state: "done" });
|
|
77
|
+
} else {
|
|
78
|
+
this.pending_text_parts.delete(part_id);
|
|
79
|
+
}
|
|
80
|
+
this.active_text_part_ids.delete(source_part_id);
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
case "tool-input-start":
|
|
84
|
+
if (this.find_tool(chunk.toolCallId)) return;
|
|
85
|
+
await this.upsert_tool(chunk.toolCallId, {
|
|
86
|
+
tool_name: chunk.toolName,
|
|
87
|
+
state: "input-streaming",
|
|
88
|
+
input_text: "",
|
|
89
|
+
});
|
|
90
|
+
return;
|
|
91
|
+
case "tool-input-delta": {
|
|
92
|
+
const tool = this.find_tool(chunk.toolCallId);
|
|
93
|
+
if (tool && tool.state !== "input-streaming") return;
|
|
94
|
+
await this.upsert_tool(chunk.toolCallId, {
|
|
95
|
+
tool_name: tool?.tool_name || "unknown",
|
|
96
|
+
state: "input-streaming",
|
|
97
|
+
input_text: `${tool?.input_text || ""}${chunk.inputTextDelta}`,
|
|
98
|
+
});
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
case "tool-input-available": {
|
|
102
|
+
const tool = this.find_tool(chunk.toolCallId);
|
|
103
|
+
if (tool && tool.state !== "input-streaming") return;
|
|
104
|
+
await this.upsert_tool(chunk.toolCallId, {
|
|
105
|
+
tool_name: chunk.toolName,
|
|
106
|
+
state: "ready",
|
|
107
|
+
input: to_session_json_value(chunk.input),
|
|
108
|
+
});
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
case "tool-input-error":
|
|
112
|
+
await this.upsert_tool(chunk.toolCallId, {
|
|
113
|
+
tool_name: chunk.toolName,
|
|
114
|
+
state: "failed",
|
|
115
|
+
input: to_session_json_value(chunk.input),
|
|
116
|
+
error: chunk.errorText,
|
|
117
|
+
});
|
|
118
|
+
return;
|
|
119
|
+
case "tool-output-available": {
|
|
120
|
+
const tool = this.find_tool(chunk.toolCallId);
|
|
121
|
+
if (
|
|
122
|
+
tool?.state === "failed" &&
|
|
123
|
+
(tool.error === "Approval denied" || tool.error === "Approval expired")
|
|
124
|
+
) return;
|
|
125
|
+
await this.upsert_tool(chunk.toolCallId, {
|
|
126
|
+
tool_name: tool?.tool_name || "unknown",
|
|
127
|
+
state: "completed",
|
|
128
|
+
output: to_session_json_value(chunk.output),
|
|
129
|
+
});
|
|
130
|
+
return;
|
|
131
|
+
}
|
|
132
|
+
case "tool-output-error":
|
|
133
|
+
case "tool-output-denied": {
|
|
134
|
+
const tool = this.find_tool(chunk.toolCallId);
|
|
135
|
+
await this.upsert_tool(chunk.toolCallId, {
|
|
136
|
+
tool_name: tool?.tool_name || "unknown",
|
|
137
|
+
state: "failed",
|
|
138
|
+
error:
|
|
139
|
+
chunk.type === "tool-output-error"
|
|
140
|
+
? chunk.errorText
|
|
141
|
+
: "Tool output denied",
|
|
142
|
+
});
|
|
143
|
+
return;
|
|
144
|
+
}
|
|
145
|
+
case "file":
|
|
146
|
+
await this.append_file_part({
|
|
147
|
+
media_type: chunk.mediaType,
|
|
148
|
+
url: chunk.url,
|
|
149
|
+
});
|
|
150
|
+
return;
|
|
151
|
+
default:
|
|
152
|
+
return;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
/** 写入一个完整 Assistant part。 */
|
|
157
|
+
async upsert_part(part: SessionAssistantMessagePart): Promise<void> {
|
|
158
|
+
await this.recorder.update_assistant_part(this.message_id, part);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/** Executor 在调用 Tool 实现前写入完整输入。 */
|
|
162
|
+
async prepare_tool_input(input: SessionToolInputReady): Promise<void> {
|
|
163
|
+
await this.enqueue_write(async () => {
|
|
164
|
+
const current = this.find_tool(input.tool_call_id);
|
|
165
|
+
if (current && current.state !== "input-streaming" && current.state !== "ready") {
|
|
166
|
+
throw new Error(
|
|
167
|
+
`Tool input cannot be prepared from ${current.state}: ${input.tool_call_id}`,
|
|
168
|
+
);
|
|
169
|
+
}
|
|
170
|
+
await this.upsert_tool(input.tool_call_id, {
|
|
171
|
+
tool_name: input.tool_name,
|
|
172
|
+
state: "ready",
|
|
173
|
+
input: to_session_json_value(input.input),
|
|
174
|
+
});
|
|
175
|
+
});
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/** 把最终结果中的文件补入当前 Assistant,并对流式已写入文件去重。 */
|
|
179
|
+
async append_file_part(
|
|
180
|
+
input: Pick<SessionAssistantFilePart, "filename" | "media_type" | "url">,
|
|
181
|
+
): Promise<void> {
|
|
182
|
+
const filename = String(input.filename || "").trim();
|
|
183
|
+
const current = this.current_message();
|
|
184
|
+
const existing = current.parts.find(
|
|
185
|
+
(part) =>
|
|
186
|
+
part.type === "file" &&
|
|
187
|
+
part.url === input.url &&
|
|
188
|
+
part.media_type === input.media_type,
|
|
189
|
+
);
|
|
190
|
+
if (existing?.type === "file") {
|
|
191
|
+
if (filename && String(existing.filename || "").trim() !== filename) {
|
|
192
|
+
await this.upsert_part({ ...existing, filename });
|
|
193
|
+
}
|
|
194
|
+
return;
|
|
195
|
+
}
|
|
196
|
+
await this.upsert_part({
|
|
197
|
+
part_id: `file:${generateId()}`,
|
|
198
|
+
sequence: this.next_part_sequence(),
|
|
199
|
+
type: "file",
|
|
200
|
+
media_type: input.media_type,
|
|
201
|
+
url: input.url,
|
|
202
|
+
...(filename ? { filename } : {}),
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/** 等待当前 Assistant writer 已入队的全部写操作完成。 */
|
|
207
|
+
async flush(): Promise<void> {
|
|
208
|
+
await this.write_chain;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
/** 正常完成当前 assistant segment。 */
|
|
212
|
+
async complete(): Promise<void> {
|
|
213
|
+
await this.enqueue_write(async () => {
|
|
214
|
+
await this.close_serialized("completed");
|
|
215
|
+
});
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/** 停止当前 assistant segment,并保留已有 parts。 */
|
|
219
|
+
async stop(): Promise<void> {
|
|
220
|
+
await this.enqueue_write(async () => {
|
|
221
|
+
await this.close_serialized("stopped");
|
|
222
|
+
});
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/** 以失败状态关闭当前 assistant segment。 */
|
|
226
|
+
async fail(_error: unknown): Promise<void> {
|
|
227
|
+
await this.enqueue_write(async () => {
|
|
228
|
+
await this.close_serialized("failed");
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/** 读取当前 Assistant Message 快照。 */
|
|
233
|
+
private current_message(): SessionAssistantMessage {
|
|
234
|
+
const message = this.recorder.get_message(this.message_id);
|
|
235
|
+
if (!message || message.type !== "assistant") {
|
|
236
|
+
throw new Error(`Assistant Message not found: ${this.message_id}`);
|
|
237
|
+
}
|
|
238
|
+
return message;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/** 读取当前 Assistant 中的指定 Tool Part。 */
|
|
242
|
+
private find_tool(tool_call_id: string): SessionAssistantToolPart | undefined {
|
|
243
|
+
return this.current_message().parts.find(
|
|
244
|
+
(part): part is SessionAssistantToolPart =>
|
|
245
|
+
part.type === "tool" && part.tool_call_id === tool_call_id,
|
|
246
|
+
);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
/** 计算下一个不可变 Part 顺序号。 */
|
|
250
|
+
private next_part_sequence(): number {
|
|
251
|
+
return this.current_message().parts.reduce(
|
|
252
|
+
(value, part) => Math.max(value, part.sequence + 1),
|
|
253
|
+
1,
|
|
254
|
+
);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* 把 AI SDK 当前 stream 内的临时 chunk ID 映射为 Message 内唯一 Part ID。
|
|
259
|
+
*
|
|
260
|
+
* AI SDK 会在不同 `streamText()` 调用中重复使用 `txt-0`、`reasoning-0`
|
|
261
|
+
* 等 ID,因此这些 ID 只能用于关联当前尚未结束的文本片段。
|
|
262
|
+
*/
|
|
263
|
+
private resolve_text_part_id(
|
|
264
|
+
type: "text" | "reasoning",
|
|
265
|
+
chunk_id: string,
|
|
266
|
+
): string {
|
|
267
|
+
const source_part_id = this.source_text_part_id(type, chunk_id);
|
|
268
|
+
const active_part_id = this.active_text_part_ids.get(source_part_id);
|
|
269
|
+
if (active_part_id) return active_part_id;
|
|
270
|
+
const part_id = `${type}:${generateId()}`;
|
|
271
|
+
this.active_text_part_ids.set(source_part_id, part_id);
|
|
272
|
+
return part_id;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
/** 构造当前流片段使用的临时关联键。 */
|
|
276
|
+
private source_text_part_id(
|
|
277
|
+
type: "text" | "reasoning",
|
|
278
|
+
chunk_id: string,
|
|
279
|
+
): string {
|
|
280
|
+
return `${type}:${chunk_id}`;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/** 在首个有效 Delta 到达时才固定文本 Part 的真实顺序。 */
|
|
284
|
+
private async ensure_text_part(
|
|
285
|
+
part_id: string,
|
|
286
|
+
type: "text" | "reasoning",
|
|
287
|
+
): Promise<void> {
|
|
288
|
+
const existing = this.current_message().parts.find(
|
|
289
|
+
(part) => part.part_id === part_id,
|
|
290
|
+
);
|
|
291
|
+
if (existing) {
|
|
292
|
+
if (existing.type !== type) {
|
|
293
|
+
throw new Error(`Assistant Part type changed: ${part_id}`);
|
|
294
|
+
}
|
|
295
|
+
return;
|
|
296
|
+
}
|
|
297
|
+
const pending_type = this.pending_text_parts.get(part_id);
|
|
298
|
+
if (pending_type && pending_type !== type) {
|
|
299
|
+
throw new Error(`Assistant pending Part type changed: ${part_id}`);
|
|
300
|
+
}
|
|
301
|
+
await this.upsert_part({
|
|
302
|
+
part_id,
|
|
303
|
+
sequence: this.next_part_sequence(),
|
|
304
|
+
type,
|
|
305
|
+
text: "",
|
|
306
|
+
state: "streaming",
|
|
307
|
+
});
|
|
308
|
+
this.pending_text_parts.delete(part_id);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
/** 创建或更新 Tool Part 完整快照。 */
|
|
312
|
+
private async upsert_tool(
|
|
313
|
+
tool_call_id: string,
|
|
314
|
+
changes: Pick<SessionAssistantToolPart, "tool_name" | "state"> &
|
|
315
|
+
Partial<Omit<SessionAssistantToolPart, "part_id" | "type" | "tool_call_id" | "tool_name" | "state">>,
|
|
316
|
+
): Promise<void> {
|
|
317
|
+
const current = this.find_tool(tool_call_id);
|
|
318
|
+
await this.upsert_part({
|
|
319
|
+
...(current || {}),
|
|
320
|
+
part_id: `tool:${tool_call_id}`,
|
|
321
|
+
sequence: current?.sequence || this.next_part_sequence(),
|
|
322
|
+
type: "tool",
|
|
323
|
+
tool_call_id,
|
|
324
|
+
...changes,
|
|
325
|
+
});
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/** 串行执行对当前 Assistant Message 的全部写操作。 */
|
|
329
|
+
private async enqueue_write(operation: () => Promise<void>): Promise<void> {
|
|
330
|
+
const current = this.write_chain.then(operation, operation);
|
|
331
|
+
this.write_chain = current.catch(() => undefined);
|
|
332
|
+
await current;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
/** 在队列内关闭当前 Assistant Message。 */
|
|
336
|
+
private async close_serialized(
|
|
337
|
+
status: "completed" | "stopped" | "failed",
|
|
338
|
+
): Promise<void> {
|
|
339
|
+
if (this.closed) return;
|
|
340
|
+
this.pending_text_parts.clear();
|
|
341
|
+
this.active_text_part_ids.clear();
|
|
342
|
+
await this.recorder.complete_assistant_message(this.message_id, status);
|
|
343
|
+
this.closed = true;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Session JSON 值归一化工具。
|
|
3
|
+
*
|
|
4
|
+
* Session 持久化边界只接受 JSON 值;无法直接序列化的输入降级为字符串,
|
|
5
|
+
* 避免 Tool、User Data 等外部输入污染 canonical Message。
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import type { JsonValue } from "@/types/common/Json.js";
|
|
9
|
+
|
|
10
|
+
/** 把任意运行时输入转换为可持久化的 JSON 值。 */
|
|
11
|
+
export function to_session_json_value(input: unknown): JsonValue {
|
|
12
|
+
if (input === undefined || input === null) return null;
|
|
13
|
+
if (
|
|
14
|
+
typeof input === "string" ||
|
|
15
|
+
typeof input === "number" ||
|
|
16
|
+
typeof input === "boolean"
|
|
17
|
+
) {
|
|
18
|
+
return input;
|
|
19
|
+
}
|
|
20
|
+
try {
|
|
21
|
+
return JSON.parse(JSON.stringify(input)) as JsonValue;
|
|
22
|
+
} catch {
|
|
23
|
+
return String(input);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
import type { UIMessage } from "ai";
|
|
11
|
+
import { to_session_json_value } from "@/session/messages/SessionJsonValue.js";
|
|
11
12
|
import type {
|
|
12
13
|
SessionAssistantMessage,
|
|
13
14
|
SessionAssistantMessagePart,
|
|
@@ -18,7 +19,40 @@ import type {
|
|
|
18
19
|
import type {
|
|
19
20
|
SessionMessageRecordV1,
|
|
20
21
|
SessionMetadataV1,
|
|
22
|
+
SessionRecordV1,
|
|
21
23
|
} from "@/executor/types/SessionRecords.js";
|
|
24
|
+
import type { SessionContextSnapshot } from "@/types/session/SessionSegment.js";
|
|
25
|
+
|
|
26
|
+
/** 把 canonical Session 历史快照投影为内部 UIMessage records。 */
|
|
27
|
+
export function to_executor_history(
|
|
28
|
+
session_id: string,
|
|
29
|
+
snapshot: Readonly<SessionContextSnapshot>,
|
|
30
|
+
): SessionRecordV1[] {
|
|
31
|
+
const records: SessionRecordV1[] = [];
|
|
32
|
+
if (snapshot.summary) {
|
|
33
|
+
records.push({
|
|
34
|
+
id: snapshot.summary.summary_id,
|
|
35
|
+
role: "assistant",
|
|
36
|
+
metadata: {
|
|
37
|
+
v: 1,
|
|
38
|
+
ts: snapshot.summary.created_at,
|
|
39
|
+
sessionId: session_id,
|
|
40
|
+
source: "compact",
|
|
41
|
+
kind: "summary",
|
|
42
|
+
extra: {
|
|
43
|
+
visibility: "internal",
|
|
44
|
+
summaryThroughSequence: snapshot.summary.through_sequence,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
parts: [{ type: "text", text: snapshot.summary.text }],
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
for (const message of snapshot.messages) {
|
|
51
|
+
const record = to_executor_ui_message(message);
|
|
52
|
+
if (record) records.push(record);
|
|
53
|
+
}
|
|
54
|
+
return records;
|
|
55
|
+
}
|
|
22
56
|
|
|
23
57
|
/** 把 Session Message 投影成 Executor 可消费的 UIMessage。 */
|
|
24
58
|
export function to_executor_ui_message(
|
|
@@ -90,7 +124,7 @@ export function from_ui_user_parts(
|
|
|
90
124
|
part_id: `user-data:${index + 1}`,
|
|
91
125
|
type: "data" as const,
|
|
92
126
|
data_type: String(candidate.type),
|
|
93
|
-
data:
|
|
127
|
+
data: to_session_json_value(candidate.data),
|
|
94
128
|
}];
|
|
95
129
|
}
|
|
96
130
|
return [];
|
|
@@ -149,10 +183,10 @@ export function from_ui_assistant_parts(
|
|
|
149
183
|
? "ready" as const
|
|
150
184
|
: "running" as const,
|
|
151
185
|
...(candidate.input !== undefined
|
|
152
|
-
? { input:
|
|
186
|
+
? { input: to_session_json_value(candidate.input) }
|
|
153
187
|
: {}),
|
|
154
188
|
...(candidate.output !== undefined
|
|
155
|
-
? { output:
|
|
189
|
+
? { output: to_session_json_value(candidate.output) }
|
|
156
190
|
: {}),
|
|
157
191
|
...(candidate.errorText ? { error: String(candidate.errorText) } : {}),
|
|
158
192
|
}];
|
|
@@ -244,7 +278,7 @@ function to_ui_assistant_parts(
|
|
|
244
278
|
toolCallId: part.tool_call_id,
|
|
245
279
|
state: "approval-requested",
|
|
246
280
|
input,
|
|
247
|
-
approval: { id: part.approval_id || `approval:${part.tool_call_id}` },
|
|
281
|
+
approval: { id: part.approval?.approval_id || `approval:${part.tool_call_id}` },
|
|
248
282
|
};
|
|
249
283
|
}
|
|
250
284
|
return {
|
|
@@ -266,19 +300,3 @@ function parse_json(input: string | undefined): unknown {
|
|
|
266
300
|
return value;
|
|
267
301
|
}
|
|
268
302
|
}
|
|
269
|
-
|
|
270
|
-
function to_json_value(input: unknown) {
|
|
271
|
-
if (input === undefined || input === null) return null;
|
|
272
|
-
if (
|
|
273
|
-
typeof input === "string" ||
|
|
274
|
-
typeof input === "number" ||
|
|
275
|
-
typeof input === "boolean"
|
|
276
|
-
) {
|
|
277
|
-
return input;
|
|
278
|
-
}
|
|
279
|
-
try {
|
|
280
|
-
return JSON.parse(JSON.stringify(input));
|
|
281
|
-
} catch {
|
|
282
|
-
return String(input);
|
|
283
|
-
}
|
|
284
|
-
}
|