@axiom-lattice/core 2.1.63 → 2.1.65
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/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +78 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +78 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -8,7 +8,7 @@ import { BaseLanguageModelInput, LanguageModelLike, BaseLanguageModel } from '@l
|
|
|
8
8
|
import { CallbackManagerForLLMRun } from '@langchain/core/callbacks/manager';
|
|
9
9
|
import { ChatResult } from '@langchain/core/outputs';
|
|
10
10
|
import * as _axiom_lattice_protocols from '@axiom-lattice/protocols';
|
|
11
|
-
import { LLMConfig, SemanticMetricsServerConfig, MetricMeta, MetricQueryResult, DataSource, SemanticMetricsQueryRequest, SemanticMetricsQueryResponse, TableQueryRequest, TableQueryResponse, ExecuteSqlQueryRequest, ExecuteSqlQueryResponse, MetricsServerType, MetricsServerConfig, ToolConfig, ToolExecutor, AgentConfig, MiddlewareType, GraphBuildOptions, MessageChunk, MessageChunkType, QueueLatticeProtocol, QueueConfig, QueueClient, QueueResult, ScheduleLatticeProtocol, ScheduleConfig, ScheduleClient, ScheduleStorage, TaskHandler, ScheduleOnceOptions, ScheduleCronOptions, ScheduledTaskDefinition, ScheduledTaskStatus, ScheduleExecutionType, ThreadStore, AssistantStore, SkillStore, WorkspaceStore, ProjectStore, DatabaseConfigStore, MetricsServerConfigStore, McpServerConfigStore, UserStore, TenantStore, UserTenantLinkStore, WorkflowTrackingStore, Thread, CreateThreadRequest, Assistant, CreateAssistantRequest, Skill, CreateSkillRequest, SkillStoreContext, DatabaseConfigEntry, CreateDatabaseConfigRequest, UpdateDatabaseConfigRequest, User, CreateUserRequest, UpdateUserRequest, Tenant, CreateTenantRequest, UpdateTenantRequest, UserTenantLink, CreateUserTenantLinkRequest, UpdateUserTenantLinkRequest, LoggerLatticeProtocol, LoggerConfig, LoggerClient, LoggerContext, SkillConfig, SkillClient } from '@axiom-lattice/protocols';
|
|
11
|
+
import { LLMConfig, SemanticMetricsServerConfig, MetricMeta, MetricQueryResult, DataSource, SemanticMetricsQueryRequest, SemanticMetricsQueryResponse, TableQueryRequest, TableQueryResponse, ExecuteSqlQueryRequest, ExecuteSqlQueryResponse, MetricsServerType, MetricsServerConfig, ToolConfig, ToolExecutor, AgentConfig, MiddlewareType, GraphBuildOptions, MessageChunk, MessageChunkType, QueueLatticeProtocol, QueueConfig, QueueClient, QueueResult, ScheduleLatticeProtocol, ScheduleConfig, ScheduleClient, ScheduleStorage, TaskHandler, ScheduleOnceOptions, ScheduleCronOptions, ScheduledTaskDefinition, ScheduledTaskStatus, ScheduleExecutionType, ThreadStore, AssistantStore, SkillStore, WorkspaceStore, ProjectStore, DatabaseConfigStore, MetricsServerConfigStore, McpServerConfigStore, UserStore, TenantStore, UserTenantLinkStore, WorkflowTrackingStore, EvalStore, Thread, CreateThreadRequest, Assistant, CreateAssistantRequest, Skill, CreateSkillRequest, SkillStoreContext, DatabaseConfigEntry, CreateDatabaseConfigRequest, UpdateDatabaseConfigRequest, User, CreateUserRequest, UpdateUserRequest, Tenant, CreateTenantRequest, UpdateTenantRequest, UserTenantLink, CreateUserTenantLinkRequest, UpdateUserTenantLinkRequest, LoggerLatticeProtocol, LoggerConfig, LoggerClient, LoggerContext, SkillConfig, SkillClient } from '@axiom-lattice/protocols';
|
|
12
12
|
export { _axiom_lattice_protocols as Protocols };
|
|
13
13
|
export { AgentConfig, AgentType, GraphBuildOptions, MemoryType } from '@axiom-lattice/protocols';
|
|
14
14
|
import * as langchain from 'langchain';
|
|
@@ -2663,6 +2663,7 @@ type StoreTypeMap = {
|
|
|
2663
2663
|
userTenantLink: UserTenantLinkStore;
|
|
2664
2664
|
threadMessageQueue: IMessageQueueStore;
|
|
2665
2665
|
workflowTracking: WorkflowTrackingStore;
|
|
2666
|
+
eval: EvalStore;
|
|
2666
2667
|
};
|
|
2667
2668
|
/**
|
|
2668
2669
|
* Store type keys
|
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { BaseLanguageModelInput, LanguageModelLike, BaseLanguageModel } from '@l
|
|
|
8
8
|
import { CallbackManagerForLLMRun } from '@langchain/core/callbacks/manager';
|
|
9
9
|
import { ChatResult } from '@langchain/core/outputs';
|
|
10
10
|
import * as _axiom_lattice_protocols from '@axiom-lattice/protocols';
|
|
11
|
-
import { LLMConfig, SemanticMetricsServerConfig, MetricMeta, MetricQueryResult, DataSource, SemanticMetricsQueryRequest, SemanticMetricsQueryResponse, TableQueryRequest, TableQueryResponse, ExecuteSqlQueryRequest, ExecuteSqlQueryResponse, MetricsServerType, MetricsServerConfig, ToolConfig, ToolExecutor, AgentConfig, MiddlewareType, GraphBuildOptions, MessageChunk, MessageChunkType, QueueLatticeProtocol, QueueConfig, QueueClient, QueueResult, ScheduleLatticeProtocol, ScheduleConfig, ScheduleClient, ScheduleStorage, TaskHandler, ScheduleOnceOptions, ScheduleCronOptions, ScheduledTaskDefinition, ScheduledTaskStatus, ScheduleExecutionType, ThreadStore, AssistantStore, SkillStore, WorkspaceStore, ProjectStore, DatabaseConfigStore, MetricsServerConfigStore, McpServerConfigStore, UserStore, TenantStore, UserTenantLinkStore, WorkflowTrackingStore, Thread, CreateThreadRequest, Assistant, CreateAssistantRequest, Skill, CreateSkillRequest, SkillStoreContext, DatabaseConfigEntry, CreateDatabaseConfigRequest, UpdateDatabaseConfigRequest, User, CreateUserRequest, UpdateUserRequest, Tenant, CreateTenantRequest, UpdateTenantRequest, UserTenantLink, CreateUserTenantLinkRequest, UpdateUserTenantLinkRequest, LoggerLatticeProtocol, LoggerConfig, LoggerClient, LoggerContext, SkillConfig, SkillClient } from '@axiom-lattice/protocols';
|
|
11
|
+
import { LLMConfig, SemanticMetricsServerConfig, MetricMeta, MetricQueryResult, DataSource, SemanticMetricsQueryRequest, SemanticMetricsQueryResponse, TableQueryRequest, TableQueryResponse, ExecuteSqlQueryRequest, ExecuteSqlQueryResponse, MetricsServerType, MetricsServerConfig, ToolConfig, ToolExecutor, AgentConfig, MiddlewareType, GraphBuildOptions, MessageChunk, MessageChunkType, QueueLatticeProtocol, QueueConfig, QueueClient, QueueResult, ScheduleLatticeProtocol, ScheduleConfig, ScheduleClient, ScheduleStorage, TaskHandler, ScheduleOnceOptions, ScheduleCronOptions, ScheduledTaskDefinition, ScheduledTaskStatus, ScheduleExecutionType, ThreadStore, AssistantStore, SkillStore, WorkspaceStore, ProjectStore, DatabaseConfigStore, MetricsServerConfigStore, McpServerConfigStore, UserStore, TenantStore, UserTenantLinkStore, WorkflowTrackingStore, EvalStore, Thread, CreateThreadRequest, Assistant, CreateAssistantRequest, Skill, CreateSkillRequest, SkillStoreContext, DatabaseConfigEntry, CreateDatabaseConfigRequest, UpdateDatabaseConfigRequest, User, CreateUserRequest, UpdateUserRequest, Tenant, CreateTenantRequest, UpdateTenantRequest, UserTenantLink, CreateUserTenantLinkRequest, UpdateUserTenantLinkRequest, LoggerLatticeProtocol, LoggerConfig, LoggerClient, LoggerContext, SkillConfig, SkillClient } from '@axiom-lattice/protocols';
|
|
12
12
|
export { _axiom_lattice_protocols as Protocols };
|
|
13
13
|
export { AgentConfig, AgentType, GraphBuildOptions, MemoryType } from '@axiom-lattice/protocols';
|
|
14
14
|
import * as langchain from 'langchain';
|
|
@@ -2663,6 +2663,7 @@ type StoreTypeMap = {
|
|
|
2663
2663
|
userTenantLink: UserTenantLinkStore;
|
|
2664
2664
|
threadMessageQueue: IMessageQueueStore;
|
|
2665
2665
|
workflowTracking: WorkflowTrackingStore;
|
|
2666
|
+
eval: EvalStore;
|
|
2666
2667
|
};
|
|
2667
2668
|
/**
|
|
2668
2669
|
* Store type keys
|
package/dist/index.js
CHANGED
|
@@ -12082,7 +12082,11 @@ var Agent = class {
|
|
|
12082
12082
|
yield chunk;
|
|
12083
12083
|
}
|
|
12084
12084
|
} catch (error) {
|
|
12085
|
-
|
|
12085
|
+
if (error?.message === "Thread aborted") {
|
|
12086
|
+
console.debug("Resume stream interrupted: thread aborted");
|
|
12087
|
+
} else {
|
|
12088
|
+
console.error("Resume stream error:", error);
|
|
12089
|
+
}
|
|
12086
12090
|
throw error;
|
|
12087
12091
|
}
|
|
12088
12092
|
}
|
|
@@ -18753,15 +18757,76 @@ Use this when the task follows a standard BPO (Business Process Orchestration) p
|
|
|
18753
18757
|
|
|
18754
18758
|
**Step 4: Design the orchestrator.** Responsibility, system prompt, topology edges, sub-agent list.
|
|
18755
18759
|
|
|
18756
|
-
**Step 5: Self-review checklist.** Before presenting to the user, verify:
|
|
18757
|
-
- Completeness (every stage covered by an edge?)
|
|
18758
|
-
- Purposes clear (each edge's business intent?)
|
|
18759
|
-
- Order correct (serial chain logical?)
|
|
18760
|
-
- Edge cases (invalid input, failure, timeout?)
|
|
18761
|
-
|
|
18762
|
-
|
|
18763
|
-
|
|
18764
|
-
|
|
18760
|
+
**Step 5: Self-review checklist.** Before presenting to the user, verify:
|
|
18761
|
+
- Completeness (every stage covered by an edge?)
|
|
18762
|
+
- Purposes clear (each edge's business intent?)
|
|
18763
|
+
- Order correct (serial chain logical?)
|
|
18764
|
+
- Edge cases (invalid input, failure, timeout?)
|
|
18765
|
+
|
|
18766
|
+
**Step 6: Write the workflow description (Spec).** After designing the topology and sub-agents, compose a comprehensive **\`description\`** for the orchestrator. This description serves as the workflow's specification \u2014 anyone reading it should understand exactly what this workflow does without needing to inspect individual sub-agent configs.
|
|
18767
|
+
|
|
18768
|
+
The description MUST include ALL of the following:
|
|
18769
|
+
|
|
18770
|
+
| Section | Content |
|
|
18771
|
+
|---------|---------|
|
|
18772
|
+
| **Overview** | One-sentence summary of the workflow's purpose and business value |
|
|
18773
|
+
| **Steps** | Numbered list of each stage in the pipeline. For each step: which sub-agent handles it, what it does, what tools it uses, and what it produces (output) |
|
|
18774
|
+
| **Data Flow** | How data moves between steps. What does each step receive as input? What does it produce and pass to the next step? |
|
|
18775
|
+
| **Logic & Conditions** | Any conditional branching, decision points, retry logic, or exception handling. When does the workflow take path A vs path B? What happens on failure? |
|
|
18776
|
+
| **Tools Used** | Summary table or list of all tools used across sub-agents, grouped by sub-agent |
|
|
18777
|
+
| **Expected Input** | What input does the workflow expect from the user? (format, examples) |
|
|
18778
|
+
| **Expected Output** | What does the workflow produce at the end? (format, examples) |
|
|
18779
|
+
|
|
18780
|
+
**Formatting rules:**
|
|
18781
|
+
- Write in **Chinese** if the user communicates in Chinese; otherwise English
|
|
18782
|
+
- Use **Markdown** for formatting (headings, lists, tables, code blocks)
|
|
18783
|
+
- Be detailed but concise \u2014 each section should be 1-5 lines
|
|
18784
|
+
- Avoid placeholder text like "TODO" or "TBD"
|
|
18785
|
+
|
|
18786
|
+
**Example structure:**
|
|
18787
|
+
|
|
18788
|
+
\`\`\`markdown
|
|
18789
|
+
## Overview
|
|
18790
|
+
\u672C\u5DE5\u4F5C\u6D41\u81EA\u52A8\u4ECE\u591A\u4E2A\u6570\u636E\u6E90\u91C7\u96C6\u7ADE\u54C1\u4EF7\u683C\uFF0C\u751F\u6210\u5BF9\u6BD4\u5206\u6790\u62A5\u544A\u5E76\u63A8\u9001\u901A\u77E5\u3002
|
|
18791
|
+
|
|
18792
|
+
## Steps
|
|
18793
|
+
1. **\u6570\u636E\u91C7\u96C6 (data-collector)** \u2014 \u4F7F\u7528 browser \u5DE5\u5177\u722C\u53D6\u6307\u5B9AURL\u7684\u7ADE\u54C1\u4EF7\u683C\u6570\u636E\uFF0C\u8C03\u7528 metrics API \u62C9\u53D6\u5386\u53F2\u4EF7\u683C\u3002\u8F93\u51FA\u539F\u59CB\u4EF7\u683C\u6570\u636E\u96C6 JSON\u3002
|
|
18794
|
+
2. **\u6570\u636E\u6E05\u6D17 (data-cleaner)** \u2014 \u4F7F\u7528 code_eval \u6267\u884C Python \u811A\u672C\u6E05\u6D17\u5F02\u5E38\u503C\u548C\u7F3A\u5931\u503C\uFF0C\u7EDF\u4E00\u8D27\u5E01\u5355\u4F4D\u3002\u8F93\u51FA\u6807\u51C6\u5316\u6570\u636E\u96C6\u3002
|
|
18795
|
+
3. **\u62A5\u544A\u751F\u6210 (report-generator)** \u2014 \u4F7F\u7528 filesystem \u8BFB\u53D6\u6A21\u677F\uFF0Ccode_eval \u8BA1\u7B97\u6DA8\u8DCC\u5E45\u548C\u8D8B\u52BF\uFF0C\u751F\u6210 Markdown \u5BF9\u6BD4\u62A5\u544A\u3002\u8F93\u51FA\u62A5\u544A\u6587\u4EF6\u8DEF\u5F84\u3002
|
|
18796
|
+
4. **\u901A\u77E5\u63A8\u9001 (notifier)** \u2014 \u8C03\u7528 scheduler \u5B89\u6392\u5B9A\u65F6\u53D1\u9001\uFF0C\u4F7F\u7528 ask_user_to_clarify \u8BF7\u6C42\u53D1\u9001\u786E\u8BA4\u3002\u8F93\u51FA\u53D1\u9001\u7ED3\u679C\u3002
|
|
18797
|
+
|
|
18798
|
+
## Data Flow
|
|
18799
|
+
\`\u7528\u6237\u8F93\u5165(URL\u5217\u8868 + \u65E5\u671F\u8303\u56F4)\` \u2192 data-collector \u722C\u53D6+\u67E5\u8BE2 \u2192 \u539F\u59CBJSON \u2192 data-cleaner \u6E05\u6D17\u8F6C\u6362 \u2192 \u6807\u51C6\u5316JSON \u2192 report-generator \u5206\u6790\u751F\u6210 \u2192 \u62A5\u544AMarkdown \u2192 notifier \u63A8\u9001
|
|
18800
|
+
|
|
18801
|
+
## Logic & Conditions
|
|
18802
|
+
- data-collector \u722C\u53D6\u5931\u8D25\u65F6\u91CD\u8BD5\u6700\u591A3\u6B21\uFF0C\u95F4\u969430\u79D2
|
|
18803
|
+
- \u82E5\u67D0\u4E00\u5546\u54C1\u4EF7\u683C\u7F3A\u5931\u8D85\u8FC77\u5929\uFF0C\u6807\u8BB0\u4E3A\u300C\u6570\u636E\u4E0D\u5168\u300D\u5E76\u5728\u62A5\u544A\u4E2D\u9AD8\u4EAE
|
|
18804
|
+
- report-generator \u8BA1\u7B97\u6DA8\u5E45\u8D85\u8FC720%\u65F6\u81EA\u52A8\u6807\u8BB0\u300C\u5F02\u5E38\u6CE2\u52A8\u300D\u8B66\u544A
|
|
18805
|
+
- \u4EFB\u4F55\u6B65\u9AA4\u5931\u8D25\u65F6\uFF0Cworkflow \u505C\u6B62\u5E76\u5C06\u9519\u8BEF\u4FE1\u606F\u8F93\u51FA\u5230\u6700\u7EC8\u62A5\u544A
|
|
18806
|
+
|
|
18807
|
+
## Tools Used
|
|
18808
|
+
| \u5B50Agent | \u5DE5\u5177 |
|
|
18809
|
+
|---------|------|
|
|
18810
|
+
| data-collector | browser, metrics |
|
|
18811
|
+
| data-cleaner | code_eval, filesystem |
|
|
18812
|
+
| report-generator | code_eval, filesystem |
|
|
18813
|
+
| notifier | scheduler, ask_user_to_clarify |
|
|
18814
|
+
|
|
18815
|
+
## Expected Input
|
|
18816
|
+
- \u7ADE\u54C1URL\u5217\u8868\uFF08\u6BCF\u884C\u4E00\u4E2A\uFF09
|
|
18817
|
+
- \u65E5\u671F\u8303\u56F4\uFF08\u8D77\u59CB-\u7ED3\u675F\uFF0C\u683C\u5F0F YYYY-MM-DD\uFF09
|
|
18818
|
+
- \u63A8\u9001\u6E20\u9053\u9009\u62E9\uFF08\u90AE\u4EF6/\u9489\u9489/\u4F01\u4E1A\u5FAE\u4FE1\uFF09
|
|
18819
|
+
|
|
18820
|
+
## Expected Output
|
|
18821
|
+
- Markdown \u683C\u5F0F\u5BF9\u6BD4\u62A5\u544A\uFF0C\u5305\u542B\u4EF7\u683C\u8D8B\u52BF\u56FE\u3001\u6DA8\u8DCC\u5E45\u3001\u5F02\u5E38\u6807\u8BB0
|
|
18822
|
+
- \u62A5\u544A\u6587\u4EF6\u8DEF\u5F84\u53CA\u63A8\u9001\u72B6\u6001\u786E\u8BA4
|
|
18823
|
+
\`\`\`
|
|
18824
|
+
|
|
18825
|
+
**The description field is the single source of truth for the workflow.** When the user clicks the info icon on the workflow in the automation view, they will see this description rendered as a Popover. It must be comprehensive enough to stand alone as a spec document.
|
|
18826
|
+
|
|
18827
|
+
### Phase 2: Confirm
|
|
18828
|
+
|
|
18829
|
+
Present the full design: topology diagram, all sub-agent configs, orchestrator config, AND the workflow description (spec). **Ask for explicit approval:** "Ready to build? I'll create {N} sub-agents, then the orchestrator. Proceed?" **Do NOT build until the user confirms.**
|
|
18765
18830
|
|
|
18766
18831
|
### Phase 3: Build
|
|
18767
18832
|
|
|
@@ -18880,7 +18945,7 @@ Creates a PROCESSING agent with a business-defined workflow topology. Sub-agents
|
|
|
18880
18945
|
\`\`\`typescript
|
|
18881
18946
|
{
|
|
18882
18947
|
name: string, // Required. Display name for the orchestrator
|
|
18883
|
-
description?: string, //
|
|
18948
|
+
description?: string, // Required for good UX. Comprehensive workflow spec in Markdown (Chinese if user speaks Chinese). Must cover: Overview, Steps (with tools per step), Data Flow, Logic & Conditions, Tools Used, Expected Input, Expected Output. This is the single source of truth displayed in the automation view info popover.
|
|
18884
18949
|
prompt: string, // Required. System prompt \u2014 how to route through the topology
|
|
18885
18950
|
edges: [{ // Required. At least 1 edge defining the workflow
|
|
18886
18951
|
from: string, // Orchestrator's ID (use placeholder name; tool auto-replaces)
|
|
@@ -18902,7 +18967,7 @@ Creates a PROCESSING agent with a business-defined workflow topology. Sub-agents
|
|
|
18902
18967
|
\`\`\`typescript
|
|
18903
18968
|
{
|
|
18904
18969
|
name: string, // Required. Display name for the orchestrator
|
|
18905
|
-
description?: string, //
|
|
18970
|
+
description?: string, // Required for good UX. Comprehensive workflow spec in Markdown (Chinese if user speaks Chinese). Must cover: Overview, Steps (with tools per step), Data Flow, Logic & Conditions, Tools Used, Expected Input, Expected Output. This is the single source of truth displayed in the automation view info popover.
|
|
18906
18971
|
prompt: string, // Required. System prompt \u2014 how to route through the topology
|
|
18907
18972
|
edges: [{ // Required. At least 1 edge defining the serial workflow chain
|
|
18908
18973
|
from: string, // Source agent ID. First edge: use orchestrator name as placeholder (tool auto-replaces). Subsequent edges: previous sub-agent ID
|
|
@@ -20916,7 +20981,7 @@ function parseOptionalNumberEnv(name, fallback) {
|
|
|
20916
20981
|
}
|
|
20917
20982
|
function getDefaultMicrosandboxRemoteConfig() {
|
|
20918
20983
|
return {
|
|
20919
|
-
image: process.env.MICROSANDBOX_IMAGE ?? "
|
|
20984
|
+
image: process.env.MICROSANDBOX_IMAGE ?? "kioko12520/sandbox:0.1.0",
|
|
20920
20985
|
//"daytonaio/sandbox:0.6.0",
|
|
20921
20986
|
cpus: parseOptionalNumberEnv("MICROSANDBOX_CPUS", 1),
|
|
20922
20987
|
memoryMib: parseOptionalNumberEnv("MICROSANDBOX_MEMORY", 512),
|