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.
@@ -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
@@ -2,6 +2,7 @@ import React from 'react';
2
2
  import "./index.css";
3
3
  interface ChildProps {
4
4
  loadAssign: (name: string) => void;
5
+ brainRegionName?: string;
5
6
  }
6
7
  declare const AIChatWindow: React.FC<ChildProps>;
7
8
  export default AIChatWindow;
@@ -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-7f62c91e.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;
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;
@@ -1,4 +1,4 @@
1
- import { i as r } from "./index-c740cbd7.mjs";
1
+ import { i as r } from "./index-2fb1e4ed.mjs";
2
2
  import { B as o } from "./basedecoder-11034ec6.mjs";
3
3
  import "react";
4
4
  import "react-dom";