zeitlich 0.2.39 → 0.2.40

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.
Files changed (41) hide show
  1. package/dist/{activities-Bmu7XnaG.d.ts → activities-CULxRzJ1.d.ts} +2 -2
  2. package/dist/{activities-ByBFLvm2.d.cts → activities-CvUrG3YG.d.cts} +2 -2
  3. package/dist/adapters/thread/anthropic/index.d.cts +4 -4
  4. package/dist/adapters/thread/anthropic/index.d.ts +4 -4
  5. package/dist/adapters/thread/anthropic/workflow.d.cts +4 -4
  6. package/dist/adapters/thread/anthropic/workflow.d.ts +4 -4
  7. package/dist/adapters/thread/google-genai/index.d.cts +4 -4
  8. package/dist/adapters/thread/google-genai/index.d.ts +4 -4
  9. package/dist/adapters/thread/google-genai/workflow.d.cts +4 -4
  10. package/dist/adapters/thread/google-genai/workflow.d.ts +4 -4
  11. package/dist/adapters/thread/langchain/index.d.cts +4 -4
  12. package/dist/adapters/thread/langchain/index.d.ts +4 -4
  13. package/dist/adapters/thread/langchain/workflow.d.cts +4 -4
  14. package/dist/adapters/thread/langchain/workflow.d.ts +4 -4
  15. package/dist/index.cjs +2 -1
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +6 -6
  18. package/dist/index.d.ts +6 -6
  19. package/dist/index.js +2 -1
  20. package/dist/index.js.map +1 -1
  21. package/dist/{proxy-BAKzNGRq.d.cts → proxy-5EbwzaY4.d.cts} +1 -1
  22. package/dist/{proxy-DO_MXbY4.d.ts → proxy-wZufFfBh.d.ts} +1 -1
  23. package/dist/{thread-manager-CcRXasqs.d.ts → thread-manager-BNiIt5r8.d.ts} +2 -2
  24. package/dist/{thread-manager-Y8Ucf0Tf.d.cts → thread-manager-BoN5DOvG.d.cts} +2 -2
  25. package/dist/{thread-manager-D-7lp1JK.d.ts → thread-manager-BqBAIsED.d.ts} +2 -2
  26. package/dist/{thread-manager-ClwSaUnj.d.cts → thread-manager-DF8WuCRs.d.cts} +2 -2
  27. package/dist/{types-DpHTX-iO.d.ts → types-C7OoY7h8.d.ts} +1 -1
  28. package/dist/{types-Bcbiq8iv.d.cts → types-Cn2r3ol3.d.cts} +1 -0
  29. package/dist/{types-hFFi-Zd9.d.cts → types-CuISs0Ub.d.cts} +1 -1
  30. package/dist/{types-Dt8-HBBT.d.ts → types-DeQH84C_.d.ts} +1 -0
  31. package/dist/{workflow-Bmf9EtDW.d.ts → workflow-C2MZZj5K.d.ts} +1 -1
  32. package/dist/{workflow-Bx9utBwb.d.cts → workflow-DhplIN65.d.cts} +1 -1
  33. package/dist/workflow.cjs +2 -1
  34. package/dist/workflow.cjs.map +1 -1
  35. package/dist/workflow.d.cts +2 -2
  36. package/dist/workflow.d.ts +2 -2
  37. package/dist/workflow.js +2 -1
  38. package/dist/workflow.js.map +1 -1
  39. package/package.json +1 -1
  40. package/src/lib/session/session.ts +1 -0
  41. package/src/lib/session/types.ts +1 -0
@@ -1,7 +1,7 @@
1
1
  import Redis from 'ioredis';
2
2
  import { Part, Content, GoogleGenAI } from '@google/genai';
3
- import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler } from './types-Dt8-HBBT.js';
4
- import { T as ThreadManagerHooks, P as ProviderThreadManager } from './types-DpHTX-iO.js';
3
+ import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler } from './types-DeQH84C_.js';
4
+ import { T as ThreadManagerHooks, P as ProviderThreadManager } from './types-C7OoY7h8.js';
5
5
  import { A as ADAPTER_ID } from './adapter-id-BB-mmrts.js';
6
6
 
7
7
  /** SDK-native content type for Google GenAI human messages */
@@ -1,7 +1,7 @@
1
1
  import Redis from 'ioredis';
2
2
  import { Part, Content, GoogleGenAI } from '@google/genai';
3
- import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler } from './types-Bcbiq8iv.cjs';
4
- import { T as ThreadManagerHooks, P as ProviderThreadManager } from './types-hFFi-Zd9.cjs';
3
+ import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler } from './types-Cn2r3ol3.cjs';
4
+ import { T as ThreadManagerHooks, P as ProviderThreadManager } from './types-CuISs0Ub.cjs';
5
5
  import { A as ADAPTER_ID } from './adapter-id-BB-mmrts.cjs';
6
6
 
7
7
  /** SDK-native content type for Google GenAI human messages */
@@ -2,15 +2,15 @@ import { A as ADAPTER_ID } from '../../../adapter-id-CMwVrVqv.cjs';
2
2
  export { a as AdapterId } from '../../../adapter-id-CMwVrVqv.cjs';
3
3
  import Redis from 'ioredis';
4
4
  import Anthropic from '@anthropic-ai/sdk';
5
- import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler, M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Bcbiq8iv.cjs';
6
- import { A as AnthropicContent, a as AnthropicThreadManagerHooks } from '../../../thread-manager-ClwSaUnj.cjs';
7
- export { b as AnthropicInvocationPayload, c as AnthropicThreadManager, d as AnthropicThreadManagerConfig, S as StoredMessage, e as createAnthropicThreadManager } from '../../../thread-manager-ClwSaUnj.cjs';
5
+ import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler, M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Cn2r3ol3.cjs';
6
+ import { A as AnthropicContent, a as AnthropicThreadManagerHooks } from '../../../thread-manager-DF8WuCRs.cjs';
7
+ export { b as AnthropicInvocationPayload, c as AnthropicThreadManager, d as AnthropicThreadManagerConfig, S as StoredMessage, e as createAnthropicThreadManager } from '../../../thread-manager-DF8WuCRs.cjs';
8
8
  import '@temporalio/common';
9
9
  import '@temporalio/workflow';
10
10
  import '@temporalio/common/lib/interfaces';
11
11
  import 'zod';
12
12
  import '../../../types-yx0LzPGn.cjs';
13
- import '../../../types-hFFi-Zd9.cjs';
13
+ import '../../../types-CuISs0Ub.cjs';
14
14
 
15
15
  type AnthropicThreadOps<TScope extends string = ""> = PrefixedThreadOps<ScopedPrefix<TScope, typeof ADAPTER_ID>, AnthropicContent>;
16
16
  interface AnthropicAdapterConfig {
@@ -2,15 +2,15 @@ import { A as ADAPTER_ID } from '../../../adapter-id-CMwVrVqv.js';
2
2
  export { a as AdapterId } from '../../../adapter-id-CMwVrVqv.js';
3
3
  import Redis from 'ioredis';
4
4
  import Anthropic from '@anthropic-ai/sdk';
5
- import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler, M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Dt8-HBBT.js';
6
- import { A as AnthropicContent, a as AnthropicThreadManagerHooks } from '../../../thread-manager-CcRXasqs.js';
7
- export { b as AnthropicInvocationPayload, c as AnthropicThreadManager, d as AnthropicThreadManagerConfig, S as StoredMessage, e as createAnthropicThreadManager } from '../../../thread-manager-CcRXasqs.js';
5
+ import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler, M as ModelInvokerConfig, A as AgentResponse } from '../../../types-DeQH84C_.js';
6
+ import { A as AnthropicContent, a as AnthropicThreadManagerHooks } from '../../../thread-manager-BNiIt5r8.js';
7
+ export { b as AnthropicInvocationPayload, c as AnthropicThreadManager, d as AnthropicThreadManagerConfig, S as StoredMessage, e as createAnthropicThreadManager } from '../../../thread-manager-BNiIt5r8.js';
8
8
  import '@temporalio/common';
9
9
  import '@temporalio/workflow';
10
10
  import '@temporalio/common/lib/interfaces';
11
11
  import 'zod';
12
12
  import '../../../types-yx0LzPGn.js';
13
- import '../../../types-DpHTX-iO.js';
13
+ import '../../../types-C7OoY7h8.js';
14
14
 
15
15
  type AnthropicThreadOps<TScope extends string = ""> = PrefixedThreadOps<ScopedPrefix<TScope, typeof ADAPTER_ID>, AnthropicContent>;
16
16
  interface AnthropicAdapterConfig {
@@ -1,7 +1,7 @@
1
1
  import { ActivityInterfaceFor } from '@temporalio/workflow';
2
- import { T as ThreadOps } from '../../../types-Bcbiq8iv.cjs';
3
- import { A as AnthropicContent } from '../../../thread-manager-ClwSaUnj.cjs';
4
- import { c as createThreadOpsProxy } from '../../../proxy-BAKzNGRq.cjs';
2
+ import { T as ThreadOps } from '../../../types-Cn2r3ol3.cjs';
3
+ import { A as AnthropicContent } from '../../../thread-manager-DF8WuCRs.cjs';
4
+ import { c as createThreadOpsProxy } from '../../../proxy-5EbwzaY4.cjs';
5
5
  export { A as ADAPTER_ID, a as AdapterId } from '../../../adapter-id-CMwVrVqv.cjs';
6
6
  import '@temporalio/common';
7
7
  import '@temporalio/common/lib/interfaces';
@@ -9,7 +9,7 @@ import 'zod';
9
9
  import '../../../types-yx0LzPGn.cjs';
10
10
  import 'ioredis';
11
11
  import '@anthropic-ai/sdk';
12
- import '../../../types-hFFi-Zd9.cjs';
12
+ import '../../../types-CuISs0Ub.cjs';
13
13
 
14
14
  /**
15
15
  * Workflow-safe proxy for Anthropic thread operations.
@@ -1,7 +1,7 @@
1
1
  import { ActivityInterfaceFor } from '@temporalio/workflow';
2
- import { T as ThreadOps } from '../../../types-Dt8-HBBT.js';
3
- import { A as AnthropicContent } from '../../../thread-manager-CcRXasqs.js';
4
- import { c as createThreadOpsProxy } from '../../../proxy-DO_MXbY4.js';
2
+ import { T as ThreadOps } from '../../../types-DeQH84C_.js';
3
+ import { A as AnthropicContent } from '../../../thread-manager-BNiIt5r8.js';
4
+ import { c as createThreadOpsProxy } from '../../../proxy-wZufFfBh.js';
5
5
  export { A as ADAPTER_ID, a as AdapterId } from '../../../adapter-id-CMwVrVqv.js';
6
6
  import '@temporalio/common';
7
7
  import '@temporalio/common/lib/interfaces';
@@ -9,7 +9,7 @@ import 'zod';
9
9
  import '../../../types-yx0LzPGn.js';
10
10
  import 'ioredis';
11
11
  import '@anthropic-ai/sdk';
12
- import '../../../types-DpHTX-iO.js';
12
+ import '../../../types-C7OoY7h8.js';
13
13
 
14
14
  /**
15
15
  * Workflow-safe proxy for Anthropic thread operations.
@@ -1,10 +1,10 @@
1
1
  export { A as ADAPTER_ID, a as AdapterId } from '../../../adapter-id-BB-mmrts.cjs';
2
- import { G as GoogleGenAIThreadManagerHooks } from '../../../activities-ByBFLvm2.cjs';
3
- export { a as GoogleGenAIAdapter, b as GoogleGenAIAdapterConfig, c as GoogleGenAIContent, d as GoogleGenAIInvocationPayload, e as GoogleGenAIThreadManager, f as GoogleGenAIThreadManagerConfig, g as GoogleGenAIThreadOps, h as GoogleGenAIToolResponse, S as StoredContent, i as createGoogleGenAIAdapter, j as createGoogleGenAIThreadManager } from '../../../activities-ByBFLvm2.cjs';
2
+ import { G as GoogleGenAIThreadManagerHooks } from '../../../activities-CvUrG3YG.cjs';
3
+ export { a as GoogleGenAIAdapter, b as GoogleGenAIAdapterConfig, c as GoogleGenAIContent, d as GoogleGenAIInvocationPayload, e as GoogleGenAIThreadManager, f as GoogleGenAIThreadManagerConfig, g as GoogleGenAIThreadOps, h as GoogleGenAIToolResponse, S as StoredContent, i as createGoogleGenAIAdapter, j as createGoogleGenAIThreadManager } from '../../../activities-CvUrG3YG.cjs';
4
4
  import Redis from 'ioredis';
5
5
  import { GoogleGenAI, Content } from '@google/genai';
6
- import { M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Bcbiq8iv.cjs';
7
- import '../../../types-hFFi-Zd9.cjs';
6
+ import { M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Cn2r3ol3.cjs';
7
+ import '../../../types-CuISs0Ub.cjs';
8
8
  import '@temporalio/common';
9
9
  import '@temporalio/workflow';
10
10
  import '@temporalio/common/lib/interfaces';
@@ -1,10 +1,10 @@
1
1
  export { A as ADAPTER_ID, a as AdapterId } from '../../../adapter-id-BB-mmrts.js';
2
- import { G as GoogleGenAIThreadManagerHooks } from '../../../activities-Bmu7XnaG.js';
3
- export { a as GoogleGenAIAdapter, b as GoogleGenAIAdapterConfig, c as GoogleGenAIContent, d as GoogleGenAIInvocationPayload, e as GoogleGenAIThreadManager, f as GoogleGenAIThreadManagerConfig, g as GoogleGenAIThreadOps, h as GoogleGenAIToolResponse, S as StoredContent, i as createGoogleGenAIAdapter, j as createGoogleGenAIThreadManager } from '../../../activities-Bmu7XnaG.js';
2
+ import { G as GoogleGenAIThreadManagerHooks } from '../../../activities-CULxRzJ1.js';
3
+ export { a as GoogleGenAIAdapter, b as GoogleGenAIAdapterConfig, c as GoogleGenAIContent, d as GoogleGenAIInvocationPayload, e as GoogleGenAIThreadManager, f as GoogleGenAIThreadManagerConfig, g as GoogleGenAIThreadOps, h as GoogleGenAIToolResponse, S as StoredContent, i as createGoogleGenAIAdapter, j as createGoogleGenAIThreadManager } from '../../../activities-CULxRzJ1.js';
4
4
  import Redis from 'ioredis';
5
5
  import { GoogleGenAI, Content } from '@google/genai';
6
- import { M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Dt8-HBBT.js';
7
- import '../../../types-DpHTX-iO.js';
6
+ import { M as ModelInvokerConfig, A as AgentResponse } from '../../../types-DeQH84C_.js';
7
+ import '../../../types-C7OoY7h8.js';
8
8
  import '@temporalio/common';
9
9
  import '@temporalio/workflow';
10
10
  import '@temporalio/common/lib/interfaces';
@@ -1,7 +1,7 @@
1
1
  import { ActivityInterfaceFor } from '@temporalio/workflow';
2
- import { T as ThreadOps } from '../../../types-Bcbiq8iv.cjs';
3
- import { c as GoogleGenAIContent } from '../../../activities-ByBFLvm2.cjs';
4
- import { c as createThreadOpsProxy } from '../../../proxy-BAKzNGRq.cjs';
2
+ import { T as ThreadOps } from '../../../types-Cn2r3ol3.cjs';
3
+ import { c as GoogleGenAIContent } from '../../../activities-CvUrG3YG.cjs';
4
+ import { c as createThreadOpsProxy } from '../../../proxy-5EbwzaY4.cjs';
5
5
  export { A as ADAPTER_ID, a as AdapterId } from '../../../adapter-id-BB-mmrts.cjs';
6
6
  import '@temporalio/common';
7
7
  import '@temporalio/common/lib/interfaces';
@@ -9,7 +9,7 @@ import 'zod';
9
9
  import '../../../types-yx0LzPGn.cjs';
10
10
  import 'ioredis';
11
11
  import '@google/genai';
12
- import '../../../types-hFFi-Zd9.cjs';
12
+ import '../../../types-CuISs0Ub.cjs';
13
13
 
14
14
  /**
15
15
  * Workflow-safe proxy for Google GenAI thread operations.
@@ -1,7 +1,7 @@
1
1
  import { ActivityInterfaceFor } from '@temporalio/workflow';
2
- import { T as ThreadOps } from '../../../types-Dt8-HBBT.js';
3
- import { c as GoogleGenAIContent } from '../../../activities-Bmu7XnaG.js';
4
- import { c as createThreadOpsProxy } from '../../../proxy-DO_MXbY4.js';
2
+ import { T as ThreadOps } from '../../../types-DeQH84C_.js';
3
+ import { c as GoogleGenAIContent } from '../../../activities-CULxRzJ1.js';
4
+ import { c as createThreadOpsProxy } from '../../../proxy-wZufFfBh.js';
5
5
  export { A as ADAPTER_ID, a as AdapterId } from '../../../adapter-id-BB-mmrts.js';
6
6
  import '@temporalio/common';
7
7
  import '@temporalio/common/lib/interfaces';
@@ -9,7 +9,7 @@ import 'zod';
9
9
  import '../../../types-yx0LzPGn.js';
10
10
  import 'ioredis';
11
11
  import '@google/genai';
12
- import '../../../types-DpHTX-iO.js';
12
+ import '../../../types-C7OoY7h8.js';
13
13
 
14
14
  /**
15
15
  * Workflow-safe proxy for Google GenAI thread operations.
@@ -2,16 +2,16 @@ import { A as ADAPTER_ID } from '../../../adapter-id-CbY2zeSt.cjs';
2
2
  export { a as AdapterId } from '../../../adapter-id-CbY2zeSt.cjs';
3
3
  import Redis from 'ioredis';
4
4
  import { StoredMessage, MessageContent, BaseMessage } from '@langchain/core/messages';
5
- import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler, M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Bcbiq8iv.cjs';
5
+ import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler, M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Cn2r3ol3.cjs';
6
6
  import { BaseChatModel } from '@langchain/core/language_models/chat_models';
7
- import { L as LangChainContent, a as LangChainThreadManagerHooks } from '../../../thread-manager-Y8Ucf0Tf.cjs';
8
- export { b as LangChainInvocationPayload, c as LangChainThreadManager, d as LangChainThreadManagerConfig, e as createLangChainThreadManager } from '../../../thread-manager-Y8Ucf0Tf.cjs';
7
+ import { L as LangChainContent, a as LangChainThreadManagerHooks } from '../../../thread-manager-BoN5DOvG.cjs';
8
+ export { b as LangChainInvocationPayload, c as LangChainThreadManager, d as LangChainThreadManagerConfig, e as createLangChainThreadManager } from '../../../thread-manager-BoN5DOvG.cjs';
9
9
  import '@temporalio/common';
10
10
  import '@temporalio/workflow';
11
11
  import '@temporalio/common/lib/interfaces';
12
12
  import 'zod';
13
13
  import '../../../types-yx0LzPGn.cjs';
14
- import '../../../types-hFFi-Zd9.cjs';
14
+ import '../../../types-CuISs0Ub.cjs';
15
15
 
16
16
  type LangChainThreadOps<TScope extends string = ""> = PrefixedThreadOps<ScopedPrefix<TScope, typeof ADAPTER_ID>, LangChainContent>;
17
17
  interface LangChainAdapterConfig {
@@ -2,16 +2,16 @@ import { A as ADAPTER_ID } from '../../../adapter-id-CbY2zeSt.js';
2
2
  export { a as AdapterId } from '../../../adapter-id-CbY2zeSt.js';
3
3
  import Redis from 'ioredis';
4
4
  import { StoredMessage, MessageContent, BaseMessage } from '@langchain/core/messages';
5
- import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler, M as ModelInvokerConfig, A as AgentResponse } from '../../../types-Dt8-HBBT.js';
5
+ import { a as ModelInvoker, b as PrefixedThreadOps, S as ScopedPrefix, R as RouterContext, c as ToolHandlerResponse, d as ActivityToolHandler, M as ModelInvokerConfig, A as AgentResponse } from '../../../types-DeQH84C_.js';
6
6
  import { BaseChatModel } from '@langchain/core/language_models/chat_models';
7
- import { L as LangChainContent, a as LangChainThreadManagerHooks } from '../../../thread-manager-D-7lp1JK.js';
8
- export { b as LangChainInvocationPayload, c as LangChainThreadManager, d as LangChainThreadManagerConfig, e as createLangChainThreadManager } from '../../../thread-manager-D-7lp1JK.js';
7
+ import { L as LangChainContent, a as LangChainThreadManagerHooks } from '../../../thread-manager-BqBAIsED.js';
8
+ export { b as LangChainInvocationPayload, c as LangChainThreadManager, d as LangChainThreadManagerConfig, e as createLangChainThreadManager } from '../../../thread-manager-BqBAIsED.js';
9
9
  import '@temporalio/common';
10
10
  import '@temporalio/workflow';
11
11
  import '@temporalio/common/lib/interfaces';
12
12
  import 'zod';
13
13
  import '../../../types-yx0LzPGn.js';
14
- import '../../../types-DpHTX-iO.js';
14
+ import '../../../types-C7OoY7h8.js';
15
15
 
16
16
  type LangChainThreadOps<TScope extends string = ""> = PrefixedThreadOps<ScopedPrefix<TScope, typeof ADAPTER_ID>, LangChainContent>;
17
17
  interface LangChainAdapterConfig {
@@ -1,7 +1,7 @@
1
1
  import { ActivityInterfaceFor } from '@temporalio/workflow';
2
- import { T as ThreadOps } from '../../../types-Bcbiq8iv.cjs';
3
- import { L as LangChainContent } from '../../../thread-manager-Y8Ucf0Tf.cjs';
4
- import { c as createThreadOpsProxy } from '../../../proxy-BAKzNGRq.cjs';
2
+ import { T as ThreadOps } from '../../../types-Cn2r3ol3.cjs';
3
+ import { L as LangChainContent } from '../../../thread-manager-BoN5DOvG.cjs';
4
+ import { c as createThreadOpsProxy } from '../../../proxy-5EbwzaY4.cjs';
5
5
  export { A as ADAPTER_ID, a as AdapterId } from '../../../adapter-id-CbY2zeSt.cjs';
6
6
  import '@temporalio/common';
7
7
  import '@temporalio/common/lib/interfaces';
@@ -9,7 +9,7 @@ import 'zod';
9
9
  import '../../../types-yx0LzPGn.cjs';
10
10
  import 'ioredis';
11
11
  import '@langchain/core/messages';
12
- import '../../../types-hFFi-Zd9.cjs';
12
+ import '../../../types-CuISs0Ub.cjs';
13
13
 
14
14
  /**
15
15
  * Workflow-safe proxy for LangChain thread operations.
@@ -1,7 +1,7 @@
1
1
  import { ActivityInterfaceFor } from '@temporalio/workflow';
2
- import { T as ThreadOps } from '../../../types-Dt8-HBBT.js';
3
- import { L as LangChainContent } from '../../../thread-manager-D-7lp1JK.js';
4
- import { c as createThreadOpsProxy } from '../../../proxy-DO_MXbY4.js';
2
+ import { T as ThreadOps } from '../../../types-DeQH84C_.js';
3
+ import { L as LangChainContent } from '../../../thread-manager-BqBAIsED.js';
4
+ import { c as createThreadOpsProxy } from '../../../proxy-wZufFfBh.js';
5
5
  export { A as ADAPTER_ID, a as AdapterId } from '../../../adapter-id-CbY2zeSt.js';
6
6
  import '@temporalio/common';
7
7
  import '@temporalio/common/lib/interfaces';
@@ -9,7 +9,7 @@ import 'zod';
9
9
  import '../../../types-yx0LzPGn.js';
10
10
  import 'ioredis';
11
11
  import '@langchain/core/messages';
12
- import '../../../types-DpHTX-iO.js';
12
+ import '../../../types-C7OoY7h8.js';
13
13
 
14
14
  /**
15
15
  * Workflow-safe proxy for LangChain thread operations.
package/dist/index.cjs CHANGED
@@ -1355,7 +1355,8 @@ async function createSession({
1355
1355
  if (onSessionExit) {
1356
1356
  onSessionExit({
1357
1357
  ...sandboxId && { sandboxId },
1358
- ...exitSnapshot && { snapshot: exitSnapshot }
1358
+ ...exitSnapshot && { snapshot: exitSnapshot },
1359
+ threadId
1359
1360
  });
1360
1361
  }
1361
1362
  return {