@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/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 };