@almadar/agent 1.6.2 → 1.6.3
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/agent/index.d.ts +3 -3
- package/dist/agent/index.js +3 -3
- package/dist/agent/index.js.map +1 -1
- package/dist/{api-types-Bj2jeOU7.d.ts → api-types-CXrq-fts.d.ts} +1 -1
- package/dist/event-transformer/index.d.ts +1 -1
- package/dist/event-transformer/index.js +1 -1
- package/dist/event-transformer/index.js.map +1 -1
- package/dist/{index-CV-YHG_P.d.ts → index-DW3F-Ihx.d.ts} +2 -2
- package/dist/{index-CmTX9IiH.d.ts → index-DZn69no8.d.ts} +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{orbital-subagent-B9lvv_NS.d.ts → orbital-subagent-BdFuf77p.d.ts} +1 -1
- package/dist/tools/index.d.ts +3 -3
- package/package.json +2 -2
package/dist/agent/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { E as EVENT_BUDGETS, S as SessionManager, f as SessionManagerOptions, g as Skill, F as SkillAgent, h as SkillAgentOptions, i as SkillAgentResult, j as SkillLoader, k as SkillMeta, l as SkillRefLoader, n as ToolTelemetry, W as WorkflowToolWrapper, p as WorkflowToolWrapperOptions, r as createEvalWorkflowWrapper, s as createSkillAgent, u as createWorkflowToolWrapper, w as getBudgetWarningMessage, x as getEventBudget, y as getInterruptConfig, B as resumeSkillAgent } from '../index-
|
|
1
|
+
export { E as EVENT_BUDGETS, S as SessionManager, f as SessionManagerOptions, g as Skill, F as SkillAgent, h as SkillAgentOptions, i as SkillAgentResult, j as SkillLoader, k as SkillMeta, l as SkillRefLoader, n as ToolTelemetry, W as WorkflowToolWrapper, p as WorkflowToolWrapperOptions, r as createEvalWorkflowWrapper, s as createSkillAgent, u as createWorkflowToolWrapper, w as getBudgetWarningMessage, x as getEventBudget, y as getInterruptConfig, B as resumeSkillAgent } from '../index-DZn69no8.js';
|
|
2
2
|
export { Command } from '@langchain/langgraph';
|
|
3
3
|
export { P as PersistenceMode, S as SessionMetadata, e as SessionRecord } from '../firestore-checkpointer-CkNKXoun.js';
|
|
4
4
|
import '@almadar/llm';
|
|
5
|
-
import '../orbital-subagent-
|
|
5
|
+
import '../orbital-subagent-BdFuf77p.js';
|
|
6
6
|
import '@langchain/core/tools';
|
|
7
7
|
import 'zod';
|
|
8
|
-
import '../api-types-
|
|
8
|
+
import '../api-types-CXrq-fts.js';
|
|
9
9
|
import '@almadar/core/types';
|
|
10
10
|
import '@langchain/langgraph-checkpoint';
|
|
11
11
|
import '@almadar/core';
|
package/dist/agent/index.js
CHANGED
|
@@ -5410,10 +5410,10 @@ async function createSkillAgent(options) {
|
|
|
5410
5410
|
skill: skillInput,
|
|
5411
5411
|
workDir,
|
|
5412
5412
|
threadId: providedThreadId,
|
|
5413
|
-
provider = "
|
|
5413
|
+
provider = "deepseek",
|
|
5414
5414
|
model,
|
|
5415
|
-
subagentProvider = "
|
|
5416
|
-
subagentModel = "
|
|
5415
|
+
subagentProvider = "deepseek",
|
|
5416
|
+
subagentModel = "deepseek-chat",
|
|
5417
5417
|
verbose = false,
|
|
5418
5418
|
skillLoader,
|
|
5419
5419
|
skillRefLoader
|