@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.
@@ -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-CmTX9IiH.js';
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-B9lvv_NS.js';
5
+ import '../orbital-subagent-BdFuf77p.js';
6
6
  import '@langchain/core/tools';
7
7
  import 'zod';
8
- import '../api-types-Bj2jeOU7.js';
8
+ import '../api-types-CXrq-fts.js';
9
9
  import '@almadar/core/types';
10
10
  import '@langchain/langgraph-checkpoint';
11
11
  import '@almadar/core';
@@ -5410,10 +5410,10 @@ async function createSkillAgent(options) {
5410
5410
  skill: skillInput,
5411
5411
  workDir,
5412
5412
  threadId: providedThreadId,
5413
- provider = "anthropic",
5413
+ provider = "deepseek",
5414
5414
  model,
5415
- subagentProvider = "anthropic",
5416
- subagentModel = "claude-sonnet-4-20250514",
5415
+ subagentProvider = "deepseek",
5416
+ subagentModel = "deepseek-chat",
5417
5417
  verbose = false,
5418
5418
  skillLoader,
5419
5419
  skillRefLoader