@lunora/agent 1.0.0-alpha.4 → 1.0.0-alpha.6
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/dist/channels.d.mts +36 -36
- package/dist/channels.d.ts +36 -36
- package/dist/component.d.mts +57 -68
- package/dist/component.d.ts +57 -68
- package/dist/inbound.d.mts +20 -20
- package/dist/inbound.d.ts +20 -20
- package/dist/index.d.mts +474 -490
- package/dist/index.d.ts +474 -490
- package/dist/naming.d.mts +19 -19
- package/dist/naming.d.ts +19 -19
- package/dist/packem_shared/types.d-boAM2Yi1.d.mts +1114 -0
- package/dist/packem_shared/types.d-boAM2Yi1.d.ts +1114 -0
- package/dist/sandbox.d.mts +126 -126
- package/dist/sandbox.d.ts +126 -126
- package/dist/telemetry/index.d.mts +103 -103
- package/dist/telemetry/index.d.ts +103 -103
- package/package.json +8 -8
- package/dist/packem_shared/types.d-BhJFTvz_.d.mts +0 -1114
- package/dist/packem_shared/types.d-BhJFTvz_.d.ts +0 -1114
package/dist/naming.d.mts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* `support` → `SupportAgentWorkflow` — the generated WorkflowEntrypoint class name.
|
|
3
|
-
* @experimental
|
|
4
|
-
*/
|
|
2
|
+
* `support` → `SupportAgentWorkflow` — the generated WorkflowEntrypoint class name.
|
|
3
|
+
* @experimental
|
|
4
|
+
*/
|
|
5
5
|
declare const agentClassName: (exportName: string) => string;
|
|
6
6
|
/**
|
|
7
|
-
* `support` → `AGENT_SUPPORT` — the Cloudflare Workflows binding name.
|
|
8
|
-
* @experimental
|
|
9
|
-
*/
|
|
7
|
+
* `support` → `AGENT_SUPPORT` — the Cloudflare Workflows binding name.
|
|
8
|
+
* @experimental
|
|
9
|
+
*/
|
|
10
10
|
declare const agentBindingName: (exportName: string) => string;
|
|
11
11
|
/**
|
|
12
|
-
* `supportBot` → `agent-support-bot` — the default deployed workflow name.
|
|
13
|
-
* @experimental
|
|
14
|
-
*/
|
|
12
|
+
* `supportBot` → `agent-support-bot` — the default deployed workflow name.
|
|
13
|
+
* @experimental
|
|
14
|
+
*/
|
|
15
15
|
declare const agentDefaultName: (exportName: string) => string;
|
|
16
16
|
/**
|
|
17
|
-
* `support` → `SupportVoiceDO` — the generated voice-session Durable Object
|
|
18
|
-
* class name (a subclass of `VoiceSessionDO`). Distinct from the agent's
|
|
19
|
-
* `WorkflowEntrypoint` (`SupportAgentWorkflow`): the voice path is a
|
|
20
|
-
* hibernatable-WebSocket DO that runs the per-turn STT→LLM→TTS pipeline in-DO,
|
|
21
|
-
* NOT the replay-durable Workflow.
|
|
22
|
-
* @experimental
|
|
23
|
-
*/
|
|
17
|
+
* `support` → `SupportVoiceDO` — the generated voice-session Durable Object
|
|
18
|
+
* class name (a subclass of `VoiceSessionDO`). Distinct from the agent's
|
|
19
|
+
* `WorkflowEntrypoint` (`SupportAgentWorkflow`): the voice path is a
|
|
20
|
+
* hibernatable-WebSocket DO that runs the per-turn STT→LLM→TTS pipeline in-DO,
|
|
21
|
+
* NOT the replay-durable Workflow.
|
|
22
|
+
* @experimental
|
|
23
|
+
*/
|
|
24
24
|
declare const voiceClassName: (exportName: string) => string;
|
|
25
25
|
/**
|
|
26
|
-
* `support` → `VOICE_SUPPORT` — the Cloudflare Durable Object binding name for the voice session.
|
|
27
|
-
* @experimental
|
|
28
|
-
*/
|
|
26
|
+
* `support` → `VOICE_SUPPORT` — the Cloudflare Durable Object binding name for the voice session.
|
|
27
|
+
* @experimental
|
|
28
|
+
*/
|
|
29
29
|
declare const voiceBindingName: (exportName: string) => string;
|
|
30
30
|
export { agentBindingName, agentClassName, agentDefaultName, voiceBindingName, voiceClassName };
|
package/dist/naming.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* `support` → `SupportAgentWorkflow` — the generated WorkflowEntrypoint class name.
|
|
3
|
-
* @experimental
|
|
4
|
-
*/
|
|
2
|
+
* `support` → `SupportAgentWorkflow` — the generated WorkflowEntrypoint class name.
|
|
3
|
+
* @experimental
|
|
4
|
+
*/
|
|
5
5
|
declare const agentClassName: (exportName: string) => string;
|
|
6
6
|
/**
|
|
7
|
-
* `support` → `AGENT_SUPPORT` — the Cloudflare Workflows binding name.
|
|
8
|
-
* @experimental
|
|
9
|
-
*/
|
|
7
|
+
* `support` → `AGENT_SUPPORT` — the Cloudflare Workflows binding name.
|
|
8
|
+
* @experimental
|
|
9
|
+
*/
|
|
10
10
|
declare const agentBindingName: (exportName: string) => string;
|
|
11
11
|
/**
|
|
12
|
-
* `supportBot` → `agent-support-bot` — the default deployed workflow name.
|
|
13
|
-
* @experimental
|
|
14
|
-
*/
|
|
12
|
+
* `supportBot` → `agent-support-bot` — the default deployed workflow name.
|
|
13
|
+
* @experimental
|
|
14
|
+
*/
|
|
15
15
|
declare const agentDefaultName: (exportName: string) => string;
|
|
16
16
|
/**
|
|
17
|
-
* `support` → `SupportVoiceDO` — the generated voice-session Durable Object
|
|
18
|
-
* class name (a subclass of `VoiceSessionDO`). Distinct from the agent's
|
|
19
|
-
* `WorkflowEntrypoint` (`SupportAgentWorkflow`): the voice path is a
|
|
20
|
-
* hibernatable-WebSocket DO that runs the per-turn STT→LLM→TTS pipeline in-DO,
|
|
21
|
-
* NOT the replay-durable Workflow.
|
|
22
|
-
* @experimental
|
|
23
|
-
*/
|
|
17
|
+
* `support` → `SupportVoiceDO` — the generated voice-session Durable Object
|
|
18
|
+
* class name (a subclass of `VoiceSessionDO`). Distinct from the agent's
|
|
19
|
+
* `WorkflowEntrypoint` (`SupportAgentWorkflow`): the voice path is a
|
|
20
|
+
* hibernatable-WebSocket DO that runs the per-turn STT→LLM→TTS pipeline in-DO,
|
|
21
|
+
* NOT the replay-durable Workflow.
|
|
22
|
+
* @experimental
|
|
23
|
+
*/
|
|
24
24
|
declare const voiceClassName: (exportName: string) => string;
|
|
25
25
|
/**
|
|
26
|
-
* `support` → `VOICE_SUPPORT` — the Cloudflare Durable Object binding name for the voice session.
|
|
27
|
-
* @experimental
|
|
28
|
-
*/
|
|
26
|
+
* `support` → `VOICE_SUPPORT` — the Cloudflare Durable Object binding name for the voice session.
|
|
27
|
+
* @experimental
|
|
28
|
+
*/
|
|
29
29
|
declare const voiceBindingName: (exportName: string) => string;
|
|
30
30
|
export { agentBindingName, agentClassName, agentDefaultName, voiceBindingName, voiceClassName };
|