|
|
@@ -1,4 +1,3 @@
|
|
|
-import InboxService from '@deepseek-ai/dsh-agent/inbox'
|
|
|
import SessionProjectionRegistry from '@deepseek-ai/dsh-session-projection'
|
|
|
import { createUserMessage } from '@deepseek-ai/dsh-llm'
|
|
|
import { afterEach, describe, expect, it, vi } from 'vitest'
|
|
|
@@ -31,7 +30,6 @@ async function mountPersistentHarness(root: string, adapter: MockAdapter): Promi
|
|
|
await ctx.plugin(LlmRuntime)
|
|
|
await ctx.plugin(SessionStore)
|
|
|
await ctx.plugin(SessionProjectionRegistry)
|
|
|
- await ctx.plugin(InboxService)
|
|
|
await ctx.plugin(SystemPrompt)
|
|
|
await ctx.plugin(ToolRuntime)
|
|
|
await ctx.plugin(AgentRegistry)
|
|
|
@@ -249,7 +247,6 @@ describe('the session-persistence Agent Note: AgentLoop factory create/resume',
|
|
|
await ctx2.plugin(LlmRuntime)
|
|
|
await ctx2.plugin(SessionStore)
|
|
|
await ctx2.plugin(SessionProjectionRegistry)
|
|
|
- await ctx2.plugin(InboxService)
|
|
|
await ctx2.plugin(SystemPrompt)
|
|
|
await ctx2.plugin(ToolRuntime)
|
|
|
await ctx2.plugin(AgentRegistry)
|
|
|
@@ -279,7 +276,6 @@ describe('the session-persistence Agent Note: AgentLoop factory create/resume',
|
|
|
await ctx2.plugin(LlmRuntime)
|
|
|
await ctx2.plugin(SessionStore)
|
|
|
await ctx2.plugin(SessionProjectionRegistry)
|
|
|
- await ctx2.plugin(InboxService)
|
|
|
await ctx2.plugin(SystemPrompt)
|
|
|
await ctx2.plugin(ToolRuntime)
|
|
|
await ctx2.plugin(AgentRegistry)
|
|
|
@@ -531,7 +527,6 @@ describe('the session-persistence Agent Note: AgentLoop factory create/resume',
|
|
|
await ctx.plugin(LlmRuntime)
|
|
|
await ctx.plugin(SessionStore)
|
|
|
await ctx.plugin(SessionProjectionRegistry)
|
|
|
- await ctx.plugin(InboxService)
|
|
|
await ctx.plugin(SystemPrompt)
|
|
|
await ctx.plugin(ToolRuntime)
|
|
|
await ctx.plugin(AgentRegistry)
|
|
|
@@ -596,7 +591,6 @@ describe('the session-persistence Agent Note: AgentLoop factory create/resume',
|
|
|
await ctx2.plugin(LlmRuntime)
|
|
|
await ctx2.plugin(SessionStore)
|
|
|
await ctx2.plugin(SessionProjectionRegistry)
|
|
|
- await ctx2.plugin(InboxService)
|
|
|
await ctx2.plugin(SystemPrompt)
|
|
|
await ctx2.plugin(ToolRuntime)
|
|
|
await ctx2.plugin(AgentRegistry)
|
|
|
@@ -630,7 +624,6 @@ describe('the session-persistence Agent Note: AgentLoop factory create/resume',
|
|
|
await ctx2.plugin(LlmRuntime)
|
|
|
await ctx2.plugin(SessionStore)
|
|
|
await ctx2.plugin(SessionProjectionRegistry)
|
|
|
- await ctx2.plugin(InboxService)
|
|
|
await ctx2.plugin(SystemPrompt)
|
|
|
await ctx2.plugin(ToolRuntime)
|
|
|
await ctx2.plugin(AgentRegistry)
|
|
|
@@ -668,7 +661,6 @@ describe('the session-persistence Agent Note: AgentLoop factory create/resume',
|
|
|
await ctx2.plugin(LlmRuntime)
|
|
|
await ctx2.plugin(SessionStore)
|
|
|
await ctx2.plugin(SessionProjectionRegistry)
|
|
|
- await ctx2.plugin(InboxService)
|
|
|
await ctx2.plugin(SystemPrompt)
|
|
|
await ctx2.plugin(ToolRuntime)
|
|
|
await ctx2.plugin(AgentRegistry)
|
|
|
@@ -703,7 +695,6 @@ describe('the session-persistence Agent Note: AgentLoop factory create/resume',
|
|
|
await ctx.plugin(LlmRuntime)
|
|
|
await ctx.plugin(SessionStore)
|
|
|
await ctx.plugin(SessionProjectionRegistry)
|
|
|
- await ctx.plugin(InboxService)
|
|
|
await ctx.plugin(SystemPrompt)
|
|
|
await ctx.plugin(ToolRuntime)
|
|
|
await ctx.plugin(AgentRegistry)
|
|
|
@@ -894,7 +885,6 @@ describe('configured-start failure edges', () => {
|
|
|
await configured.plugin(LlmRuntime)
|
|
|
await configured.plugin(SessionStore)
|
|
|
await configured.plugin(SessionProjectionRegistry)
|
|
|
- await configured.plugin(InboxService)
|
|
|
await configured.plugin(SystemPrompt)
|
|
|
await configured.plugin(ToolRuntime)
|
|
|
await configured.plugin(AgentRegistry)
|
|
|
@@ -941,7 +931,6 @@ describe('configured-start failure edges', () => {
|
|
|
await configured.plugin(LlmRuntime)
|
|
|
await configured.plugin(SessionStore)
|
|
|
await configured.plugin(SessionProjectionRegistry)
|
|
|
- await configured.plugin(InboxService)
|
|
|
await configured.plugin(SystemPrompt)
|
|
|
await configured.plugin(ToolRuntime)
|
|
|
await configured.plugin(AgentRegistry)
|