@ai-setting/roy-agent-core 1.5.15-test → 1.5.16-test

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.
Files changed (141) hide show
  1. package/dist/config/index.d.ts +1250 -0
  2. package/dist/config/index.js +32 -0
  3. package/dist/env/agent/index.d.ts +2279 -0
  4. package/dist/env/agent/index.js +24 -0
  5. package/dist/env/commands/index.d.ts +1131 -0
  6. package/dist/env/commands/index.js +14 -0
  7. package/dist/env/debug/formatters/index.d.ts +236 -0
  8. package/dist/env/debug/formatters/index.js +11 -0
  9. package/dist/env/debug/index.d.ts +1652 -0
  10. package/dist/env/debug/index.js +26 -0
  11. package/dist/env/hook/index.d.ts +279 -0
  12. package/dist/env/hook/index.js +29 -0
  13. package/dist/env/index.d.ts +3481 -0
  14. package/dist/env/index.js +82 -0
  15. package/dist/env/llm/index.d.ts +1760 -0
  16. package/dist/env/llm/index.js +40 -0
  17. package/dist/env/log-trace/index.d.ts +1574 -0
  18. package/dist/env/log-trace/index.js +83 -0
  19. package/dist/env/mcp/index.d.ts +1331 -0
  20. package/dist/env/mcp/index.js +39 -0
  21. package/dist/env/mcp/tool/index.d.ts +183 -0
  22. package/dist/env/mcp/tool/index.js +14 -0
  23. package/dist/env/memory/built-in/index.d.ts +232 -0
  24. package/dist/env/memory/built-in/index.js +11 -0
  25. package/dist/env/memory/index.d.ts +1799 -0
  26. package/dist/env/memory/index.js +56 -0
  27. package/dist/env/memory/plugin/index.d.ts +747 -0
  28. package/dist/env/memory/plugin/index.js +36 -0
  29. package/dist/env/prompt/index.d.ts +1164 -0
  30. package/dist/env/prompt/index.js +20 -0
  31. package/dist/env/session/index.d.ts +1908 -0
  32. package/dist/env/session/index.js +25 -0
  33. package/dist/env/session/storage/index.d.ts +564 -0
  34. package/dist/env/session/storage/index.js +18 -0
  35. package/dist/env/skill/index.d.ts +1266 -0
  36. package/dist/env/skill/index.js +34 -0
  37. package/dist/env/skill/tool/index.d.ts +193 -0
  38. package/dist/env/skill/tool/index.js +9 -0
  39. package/dist/env/task/delegate/index.d.ts +1612 -0
  40. package/dist/env/task/delegate/index.js +18 -0
  41. package/dist/env/task/events/index.d.ts +171 -0
  42. package/dist/env/task/events/index.js +7 -0
  43. package/dist/env/task/hooks/index.d.ts +624 -0
  44. package/dist/env/task/hooks/index.js +7 -0
  45. package/dist/env/task/index.d.ts +1553 -0
  46. package/dist/env/task/index.js +34 -0
  47. package/dist/env/task/plugins/index.d.ts +466 -0
  48. package/dist/env/task/plugins/index.js +23 -0
  49. package/dist/env/task/storage/index.d.ts +241 -0
  50. package/dist/env/task/storage/index.js +14 -0
  51. package/dist/env/task/tools/index.d.ts +1485 -0
  52. package/dist/env/task/tools/index.js +17 -0
  53. package/dist/env/task/tools/operation/index.d.ts +1484 -0
  54. package/dist/env/task/tools/operation/index.js +15 -0
  55. package/dist/env/tool/built-in/index.d.ts +218 -0
  56. package/dist/env/tool/built-in/index.js +25 -0
  57. package/dist/env/tool/index.d.ts +1396 -0
  58. package/dist/env/tool/index.js +39 -0
  59. package/dist/env/workflow/decorators/index.d.ts +2161 -0
  60. package/dist/env/workflow/decorators/index.js +27 -0
  61. package/dist/env/workflow/engine/index.d.ts +3453 -0
  62. package/dist/env/workflow/engine/index.js +28 -0
  63. package/dist/env/workflow/index.d.ts +3546 -0
  64. package/dist/env/workflow/index.js +136 -0
  65. package/dist/env/workflow/nodes/index.d.ts +2092 -0
  66. package/dist/env/workflow/nodes/index.js +19 -0
  67. package/dist/env/workflow/service/index.d.ts +227 -0
  68. package/dist/env/workflow/service/index.js +13 -0
  69. package/dist/env/workflow/storage/index.d.ts +165 -0
  70. package/dist/env/workflow/storage/index.js +27 -0
  71. package/dist/env/workflow/tools/index.d.ts +416 -0
  72. package/dist/env/workflow/tools/index.js +159 -0
  73. package/dist/env/workflow/types/index.d.ts +2255 -0
  74. package/dist/env/workflow/types/index.js +98 -0
  75. package/dist/env/workflow/utils/index.d.ts +2031 -0
  76. package/dist/env/workflow/utils/index.js +637 -0
  77. package/dist/index.d.ts +7858 -0
  78. package/dist/index.js +399 -0
  79. package/dist/shared/@ai-setting/roy-agent-core-0rtxwr28.js +258 -0
  80. package/dist/shared/@ai-setting/roy-agent-core-0vbdz0x7.js +36 -0
  81. package/dist/shared/@ai-setting/roy-agent-core-1akcqxj9.js +349 -0
  82. package/dist/shared/@ai-setting/roy-agent-core-1ce3fqrk.js +117 -0
  83. package/dist/shared/@ai-setting/roy-agent-core-2dhd60aw.js +11 -0
  84. package/dist/shared/@ai-setting/roy-agent-core-3jywqmdd.js +393 -0
  85. package/dist/shared/@ai-setting/roy-agent-core-3rr5k71j.js +200 -0
  86. package/dist/shared/@ai-setting/roy-agent-core-44hnfb02.js +299 -0
  87. package/dist/shared/@ai-setting/roy-agent-core-4t40mkpv.js +206 -0
  88. package/dist/shared/@ai-setting/roy-agent-core-4txzpsbt.js +393 -0
  89. package/dist/shared/@ai-setting/roy-agent-core-5x94xmt6.js +350 -0
  90. package/dist/shared/@ai-setting/roy-agent-core-69jskqjg.js +180 -0
  91. package/dist/shared/@ai-setting/roy-agent-core-6kvtahqv.js +408 -0
  92. package/dist/shared/@ai-setting/roy-agent-core-7fgf85wc.js +284 -0
  93. package/dist/shared/@ai-setting/roy-agent-core-81w1963m.js +762 -0
  94. package/dist/shared/@ai-setting/roy-agent-core-8gxth0eh.js +10 -0
  95. package/dist/shared/@ai-setting/roy-agent-core-92z6t4he.js +14 -0
  96. package/dist/shared/@ai-setting/roy-agent-core-93zfb3r1.js +922 -0
  97. package/dist/shared/@ai-setting/roy-agent-core-9yxb3ty9.js +15 -0
  98. package/dist/shared/@ai-setting/roy-agent-core-b0x5dda6.js +1130 -0
  99. package/dist/shared/@ai-setting/roy-agent-core-bcbqy27c.js +14 -0
  100. package/dist/shared/@ai-setting/roy-agent-core-bvr1761x.js +653 -0
  101. package/dist/shared/@ai-setting/roy-agent-core-ctdhjv68.js +93 -0
  102. package/dist/shared/@ai-setting/roy-agent-core-d7cyjkf7.js +872 -0
  103. package/dist/shared/@ai-setting/roy-agent-core-dh9d7a3m.js +11 -0
  104. package/dist/shared/@ai-setting/roy-agent-core-e25xkv53.js +64 -0
  105. package/dist/shared/@ai-setting/roy-agent-core-eajcvp4e.js +378 -0
  106. package/dist/shared/@ai-setting/roy-agent-core-f7q2x5z6.js +492 -0
  107. package/dist/shared/@ai-setting/roy-agent-core-fs0mn2jk.js +52 -0
  108. package/dist/shared/@ai-setting/roy-agent-core-g1s2h0e5.js +171 -0
  109. package/dist/shared/@ai-setting/roy-agent-core-g99pxzn5.js +862 -0
  110. package/dist/shared/@ai-setting/roy-agent-core-gbqcyegm.js +1387 -0
  111. package/dist/shared/@ai-setting/roy-agent-core-gjq1yk68.js +208 -0
  112. package/dist/shared/@ai-setting/roy-agent-core-gq20wsgv.js +139 -0
  113. package/dist/shared/@ai-setting/roy-agent-core-gwc4h96n.js +534 -0
  114. package/dist/shared/@ai-setting/roy-agent-core-jfh9q2qh.js +204 -0
  115. package/dist/shared/@ai-setting/roy-agent-core-jvatggbb.js +603 -0
  116. package/dist/shared/@ai-setting/roy-agent-core-kkbwepqb.js +97 -0
  117. package/dist/shared/@ai-setting/roy-agent-core-pjr12nnd.js +587 -0
  118. package/dist/shared/@ai-setting/roy-agent-core-psv4v63c.js +176 -0
  119. package/dist/shared/@ai-setting/roy-agent-core-psvxt4c9.js +60 -0
  120. package/dist/shared/@ai-setting/roy-agent-core-qqceba6k.js +442 -0
  121. package/dist/shared/@ai-setting/roy-agent-core-qxhq8ven.js +57 -0
  122. package/dist/shared/@ai-setting/roy-agent-core-qxnbvgwe.js +66 -0
  123. package/dist/shared/@ai-setting/roy-agent-core-r9ezzemr.js +10 -0
  124. package/dist/shared/@ai-setting/roy-agent-core-rhmtwnw1.js +267 -0
  125. package/dist/shared/@ai-setting/roy-agent-core-rvv6ydff.js +584 -0
  126. package/dist/shared/@ai-setting/roy-agent-core-rvxg1wps.js +102 -0
  127. package/dist/shared/@ai-setting/roy-agent-core-satmq6sh.js +549 -0
  128. package/dist/shared/@ai-setting/roy-agent-core-sx7wsvnn.js +15 -0
  129. package/dist/shared/@ai-setting/roy-agent-core-t94ktchq.js +213 -0
  130. package/dist/shared/@ai-setting/roy-agent-core-vf215qfv.js +812 -0
  131. package/dist/shared/@ai-setting/roy-agent-core-vkz81f7v.js +1316 -0
  132. package/dist/shared/@ai-setting/roy-agent-core-vn2bc59q.js +1205 -0
  133. package/dist/shared/@ai-setting/roy-agent-core-wa1kzqky.js +328 -0
  134. package/dist/shared/@ai-setting/roy-agent-core-wft9ra24.js +20 -0
  135. package/dist/shared/@ai-setting/roy-agent-core-wrcy0h6z.js +2098 -0
  136. package/dist/shared/@ai-setting/roy-agent-core-xq8hhqb8.js +419 -0
  137. package/dist/shared/@ai-setting/roy-agent-core-xs5rsgat.js +368 -0
  138. package/dist/shared/@ai-setting/roy-agent-core-zbkpc41z.js +377 -0
  139. package/dist/shared/@ai-setting/roy-agent-core-zgypchmt.js +172 -0
  140. package/dist/shared/@ai-setting/roy-agent-core-zpn0bqa8.js +103 -0
  141. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ import {
2
+ CommandsComponent
3
+ } from "../../shared/@ai-setting/roy-agent-core-f7q2x5z6.js";
4
+ import"../../shared/@ai-setting/roy-agent-core-qxhq8ven.js";
5
+ import"../../shared/@ai-setting/roy-agent-core-kkbwepqb.js";
6
+ import"../../shared/@ai-setting/roy-agent-core-2dhd60aw.js";
7
+ import"../../shared/@ai-setting/roy-agent-core-gjq1yk68.js";
8
+ import"../../shared/@ai-setting/roy-agent-core-44hnfb02.js";
9
+ import"../../shared/@ai-setting/roy-agent-core-xs5rsgat.js";
10
+ import"../../shared/@ai-setting/roy-agent-core-psv4v63c.js";
11
+ import"../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
12
+ export {
13
+ CommandsComponent
14
+ };
@@ -0,0 +1,236 @@
1
+ /**
2
+ * @fileoverview Debug Component Types
3
+ *
4
+ * Type definitions for trace parsing, formatting, and debugging utilities.
5
+ */
6
+ /**
7
+ * Trace action type
8
+ */
9
+ type TraceAction = "enter" | "quit" | "error";
10
+ /**
11
+ * Trace entry representing a single log line with trace info
12
+ */
13
+ interface TraceEntry {
14
+ /** Unique request/trace identifier */
15
+ traceId: string;
16
+ /** Timestamp of the entry (ISO format) */
17
+ timestamp: string;
18
+ /** Function/method name */
19
+ function: string;
20
+ /** Action type: enter, quit, or error */
21
+ action: TraceAction;
22
+ /** Parameters (for enter action) */
23
+ params?: unknown[];
24
+ /** Result (for quit action) */
25
+ result?: unknown;
26
+ /** Error message (for error action) */
27
+ error?: string;
28
+ /** Calculated duration in milliseconds (for quit action) */
29
+ durationMs?: number;
30
+ /** Span ID (for SQLite spans) */
31
+ spanId?: string;
32
+ /** Parent span ID (for SQLite spans) */
33
+ parentSpanId?: string;
34
+ }
35
+ /**
36
+ * Call tree node for hierarchical trace visualization
37
+ */
38
+ interface TraceTreeNode {
39
+ /** Unique request/trace identifier */
40
+ traceId: string;
41
+ /** Function/method name */
42
+ function: string;
43
+ /** Start timestamp */
44
+ startTime: string;
45
+ /** End timestamp (for completed nodes) */
46
+ endTime?: string;
47
+ /** Duration in milliseconds */
48
+ durationMs?: number;
49
+ /** Child nodes */
50
+ children: TraceTreeNode[];
51
+ /** Original trace entry (optional for programmatically created nodes) */
52
+ entry?: TraceEntry;
53
+ /** Span ID (for SQLite spans) */
54
+ spanId?: string;
55
+ /** Parent span ID (for SQLite spans) */
56
+ parentSpanId?: string;
57
+ }
58
+ /**
59
+ * Output format options
60
+ */
61
+ interface FormatOptions {
62
+ /** Use pretty printing */
63
+ pretty?: boolean;
64
+ /** Maximum depth for recursive objects */
65
+ maxDepth?: number;
66
+ /** Include raw data */
67
+ includeRaw?: boolean;
68
+ }
69
+ /**
70
+ * Formats trace entries for human-readable output
71
+ */
72
+ declare class TraceFormatter {
73
+ /**
74
+ * Format a single trace entry
75
+ */
76
+ formatEntry(entry: TraceEntry, options?: FormatOptions): string;
77
+ /**
78
+ * Indent all lines after the first one
79
+ */
80
+ private indentMultilineContent;
81
+ /**
82
+ * Format multiple trace entries
83
+ */
84
+ formatEntries(entries: TraceEntry[], options?: FormatOptions): string;
85
+ /**
86
+ * Format data with proper indentation for multi-line content
87
+ */
88
+ private formatData;
89
+ /**
90
+ * Format data with pretty printing and indentation
91
+ */
92
+ private formatPretty;
93
+ /**
94
+ * Output as JSON
95
+ */
96
+ toJSON(entries: TraceEntry[]): string;
97
+ /**
98
+ * Generate a summary of trace entries
99
+ */
100
+ toSummary(entries: TraceEntry[]): string;
101
+ }
102
+ /**
103
+ * Options for tree formatting
104
+ */
105
+ interface TreeFormatOptions {
106
+ /** Show duration percentage (default: true) */
107
+ showPercent?: boolean;
108
+ /** Show time bar (default: false) */
109
+ showTimeBar?: boolean;
110
+ /** Width of time bar (default: 10) */
111
+ barWidth?: number;
112
+ }
113
+ /**
114
+ * Formats trace call trees for human-readable output
115
+ */
116
+ declare class TreeFormatter {
117
+ private options;
118
+ constructor(options?: TreeFormatOptions);
119
+ /**
120
+ * Color function based on percentage
121
+ */
122
+ private colorByPercent;
123
+ /**
124
+ * Format a single trace tree
125
+ */
126
+ formatTree(node: TraceTreeNode): string;
127
+ /**
128
+ * Format a single node
129
+ */
130
+ private formatNode;
131
+ /**
132
+ * Recursively format children
133
+ */
134
+ private formatChildren;
135
+ /**
136
+ * Render a time bar showing relative duration
137
+ */
138
+ private renderTimeBar;
139
+ /**
140
+ * Format duration in human-readable form
141
+ */
142
+ private formatDuration;
143
+ /**
144
+ * Format multiple trace trees
145
+ */
146
+ formatTrees(trees: TraceTreeNode[]): string;
147
+ /**
148
+ * Output as JSON
149
+ */
150
+ toJSON(trees: TraceTreeNode[]): string;
151
+ /**
152
+ * Generate a summary table of all spans sorted by duration
153
+ */
154
+ formatSummary(node: TraceTreeNode): string;
155
+ /**
156
+ * Format tree with timeline visualization
157
+ */
158
+ formatTimeline(node: TraceTreeNode): string;
159
+ /**
160
+ * Build timeline visualization with absolute positioning
161
+ */
162
+ private buildTimeline;
163
+ }
164
+ interface ReplContext {
165
+ traceId?: string;
166
+ function?: string;
167
+ limit?: number;
168
+ }
169
+ interface ParsedCommand {
170
+ command: string;
171
+ args: Record<string, string>;
172
+ }
173
+ /**
174
+ * Formats output for REPL interface and provides command parsing
175
+ */
176
+ declare class ReplFormatter {
177
+ private context;
178
+ private history;
179
+ /**
180
+ * Get welcome message for REPL
181
+ */
182
+ getWelcomeMessage(): string;
183
+ /**
184
+ * Format prompt with current context
185
+ */
186
+ formatPrompt(context?: Partial<ReplContext>): string;
187
+ /**
188
+ * Get help text
189
+ */
190
+ getHelpText(): string;
191
+ /**
192
+ * Format command result
193
+ */
194
+ formatCommandResult(command: string, data: unknown): string;
195
+ /**
196
+ * Format list command result
197
+ */
198
+ private formatListResult;
199
+ /**
200
+ * Format trace command result
201
+ */
202
+ private formatTraceResult;
203
+ /**
204
+ * Format tree command result
205
+ */
206
+ private formatTreeResult;
207
+ /**
208
+ * Format a single tree node recursively
209
+ */
210
+ private formatTreeNode;
211
+ /**
212
+ * Format JSON in compact form
213
+ */
214
+ private formatJsonCompact;
215
+ /**
216
+ * Parse command string
217
+ */
218
+ parseCommand(input: string): ParsedCommand;
219
+ /**
220
+ * Update context
221
+ */
222
+ setContext(context: Partial<ReplContext>): void;
223
+ /**
224
+ * Get current context
225
+ */
226
+ getContext(): ReplContext;
227
+ /**
228
+ * Add to history
229
+ */
230
+ addToHistory(command: string): void;
231
+ /**
232
+ * Get history
233
+ */
234
+ getHistory(): string[];
235
+ }
236
+ export { TreeFormatter, TraceFormatter, ReplFormatter };
@@ -0,0 +1,11 @@
1
+ import {
2
+ ReplFormatter,
3
+ TraceFormatter,
4
+ TreeFormatter
5
+ } from "../../../shared/@ai-setting/roy-agent-core-rvv6ydff.js";
6
+ import"../../../shared/@ai-setting/roy-agent-core-fs0mn2jk.js";
7
+ export {
8
+ TreeFormatter,
9
+ TraceFormatter,
10
+ ReplFormatter
11
+ };