@aindy/ui-kit 1.0.2 → 1.0.4

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.
@@ -18,16 +18,16 @@ export const ROUTES: Readonly<{
18
18
  CONFIG_SUGGESTIONS: "/arm/config/suggest";
19
19
  }>;
20
20
  AGENT: Readonly<{
21
- CREATE_RUN: "/agent/run";
22
- RUNS: "/agent/runs";
21
+ CREATE_RUN: "/apps/agent/run";
22
+ RUNS: "/apps/agent/runs";
23
23
  RUN: (runId: any) => string;
24
24
  APPROVE: (runId: any) => string;
25
25
  REJECT: (runId: any) => string;
26
26
  STEPS: (runId: any) => string;
27
27
  EVENTS: (runId: any) => string;
28
- TOOLS: "/agent/tools";
29
- TRUST: "/agent/trust";
30
- SUGGESTIONS: "/agent/suggestions";
28
+ TOOLS: "/apps/agent/tools";
29
+ TRUST: "/apps/agent/trust";
30
+ SUGGESTIONS: "/apps/agent/suggestions";
31
31
  }>;
32
32
  ANALYTICS: Readonly<{
33
33
  LINKEDIN_MANUAL: "/analytics/linkedin/manual";
@@ -77,18 +77,18 @@ export const ROUTES: Readonly<{
77
77
  PLAN_PROJECTION: (planId: any) => string;
78
78
  }>;
79
79
  MEMORY: Readonly<{
80
- AGENTS: "/memory/agents";
80
+ AGENTS: "/apps/memory/agents";
81
81
  AGENT_RECALL: (namespace: any) => string;
82
- FEDERATED_RECALL: "/memory/federated/recall";
83
- NODES: "/memory/nodes";
84
- RECALL_V3: "/memory/recall/v3";
85
- SUGGEST: "/memory/suggest";
82
+ FEDERATED_RECALL: "/apps/memory/federated/recall";
83
+ NODES: "/apps/memory/nodes";
84
+ RECALL_V3: "/apps/memory/recall/v3";
85
+ SUGGEST: "/apps/memory/suggest";
86
86
  NODE_FEEDBACK: (nodeId: any) => string;
87
87
  NODE_PERFORMANCE: (nodeId: any) => string;
88
88
  NODE_TRAVERSE: (nodeId: any) => string;
89
89
  NODE_HISTORY: (nodeId: any) => string;
90
90
  NODE_SHARE: (nodeId: any) => string;
91
- METRICS_DASHBOARD: "/memory/metrics/dashboard";
91
+ METRICS_DASHBOARD: "/apps/memory/metrics/dashboard";
92
92
  }>;
93
93
  SEARCH: Readonly<{
94
94
  RESEARCH_QUERY: "/research/query";
@@ -136,18 +136,18 @@ export const ROUTES: Readonly<{
136
136
  EVENT_UPSTREAM: (eventId: any) => string;
137
137
  }>;
138
138
  OPERATOR: Readonly<{
139
- FLOW_RUNS: "/flows/runs";
139
+ FLOW_RUNS: "/platform/flows/runs";
140
140
  FLOW_RUN: (runId: any) => string;
141
141
  FLOW_RUN_HISTORY: (runId: any) => string;
142
142
  FLOW_RUN_RESUME: (runId: any) => string;
143
- FLOW_REGISTRY: "/flows/registry";
144
- FLOW_STRATEGIES: "/flows/strategies";
143
+ FLOW_REGISTRY: "/platform/flows/registry";
144
+ FLOW_STRATEGIES: "/platform/flows/strategies";
145
145
  AUTOMATION_LOGS: "/automation/logs";
146
146
  AUTOMATION_LOG: (logId: any) => string;
147
147
  AUTOMATION_REPLAY: (logId: any) => string;
148
- SCHEDULER_STATUS: "/automation/scheduler/status";
149
- OBSERVABILITY_REQUESTS: "/observability/requests";
150
- OBSERVABILITY_DASHBOARD: "/observability/dashboard";
148
+ SCHEDULER_STATUS: "/platform/observability/scheduler/status";
149
+ OBSERVABILITY_REQUESTS: "/platform/observability/requests";
150
+ OBSERVABILITY_DASHBOARD: "/platform/observability/dashboard";
151
151
  CLIENT_ERROR: "/client/error";
152
152
  CLIENT_VITALS: "/client/vitals";
153
153
  }>;