brainsmatics 1.1.69 → 1.1.71
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/.qwen/settings.json +2 -1
- package/dist/component/3d/ai/index.d.ts +1 -0
- package/dist/component/3d/aichat/index.d.ts +6 -5
- package/dist/component/3d/auxiliary/index.d.ts +0 -2
- package/dist/{deflate-ec316136.js → deflate-6d9b3f25.js} +1 -1
- package/dist/{deflate-c0c01a4d.mjs → deflate-bb19685c.mjs} +1 -1
- package/dist/{index-c740cbd7.mjs → index-2fb1e4ed.mjs} +74542 -63983
- package/dist/index-eaa6e5d3.js +6323 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-d56df3be.js → lerc-5f715f0b.js} +1 -1
- package/dist/{lerc-46009679.mjs → lerc-7782cc41.mjs} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index-7f62c91e.js +0 -6206
package/.qwen/settings.json
CHANGED
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"Bash(color:)",
|
|
33
33
|
"Bash(}));\n\n const linkmap = new map<string, { source: string; target: string; value: number; count: number }>();\n\n filtereditems.foreach(item => {\n const sourcename = regionnamemap.get(item.region_start_id) || item.region_start_id;\n const targetname = regionnamemap.get(item.region_end_id) || item.region_end_id;\n const key = \\`\\${sourcename}-)",
|
|
34
34
|
"Bash(npx *)",
|
|
35
|
-
"Bash(timeout *)"
|
|
35
|
+
"Bash(timeout *)",
|
|
36
|
+
"Bash(git checkout *)"
|
|
36
37
|
]
|
|
37
38
|
},
|
|
38
39
|
"$version": 3
|
|
@@ -16,11 +16,6 @@ interface ChartConfig {
|
|
|
16
16
|
region_names?: string[];
|
|
17
17
|
sankey_data?: any;
|
|
18
18
|
}
|
|
19
|
-
interface SessionMessage {
|
|
20
|
-
r: 'user' | 'assistant';
|
|
21
|
-
c: string;
|
|
22
|
-
toolCalls?: ToolCall[];
|
|
23
|
-
}
|
|
24
19
|
type WorkflowType = 'router' | 'linear';
|
|
25
20
|
interface LangGraphSendParams {
|
|
26
21
|
message: string;
|
|
@@ -34,6 +29,11 @@ interface LangGraphSendParams {
|
|
|
34
29
|
onError?: (error: string) => void;
|
|
35
30
|
}
|
|
36
31
|
export declare function sendLangGraphQuery(params: LangGraphSendParams): Promise<void>;
|
|
32
|
+
interface SessionMessage {
|
|
33
|
+
r: 'user' | 'assistant';
|
|
34
|
+
c: string;
|
|
35
|
+
toolCalls?: ToolCall[];
|
|
36
|
+
}
|
|
37
37
|
export declare function loadLangGraphHistory(sessionId: string): Promise<SessionMessage[]>;
|
|
38
38
|
export declare function deleteLangGraphSession(sessionId: string): Promise<void>;
|
|
39
39
|
export declare function uploadLangGraphSkill(file: File): Promise<{
|
|
@@ -56,6 +56,7 @@ interface ChildProps {
|
|
|
56
56
|
isChatVisible?: boolean;
|
|
57
57
|
onChatVisibilityChange?: (visible: boolean) => void;
|
|
58
58
|
setLeftMenuTabIndex: (index: number) => void;
|
|
59
|
+
selectedRegions?: string[];
|
|
59
60
|
}
|
|
60
61
|
declare const AiViewer: React.FC<ChildProps>;
|
|
61
62
|
export default AiViewer;
|
|
@@ -108,8 +108,6 @@ interface AuxiliaryProps {
|
|
|
108
108
|
lefttab: string[];
|
|
109
109
|
righttab: string[];
|
|
110
110
|
atlasData: string;
|
|
111
|
-
tip: string;
|
|
112
|
-
setTip: React.Dispatch<React.SetStateAction<string>>;
|
|
113
111
|
startRegionAnimation: React.MutableRefObject<boolean>;
|
|
114
112
|
setFunctionLoopSwcData: React.Dispatch<React.SetStateAction<SwcTreeItem[]>>;
|
|
115
113
|
setAzimuth: React.Dispatch<React.SetStateAction<number>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-eaa6e5d3.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
|