@solidxai/core 0.1.13-beta.11 → 0.1.13-beta.13

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 (103) hide show
  1. package/.claude/settings.local.json +16 -0
  2. package/CHANGELOG.md +1128 -0
  3. package/CLAUDE.md +26 -0
  4. package/dist/commands/run-tests.command.d.ts +2 -0
  5. package/dist/commands/run-tests.command.d.ts.map +1 -1
  6. package/dist/commands/run-tests.command.js +20 -3
  7. package/dist/commands/run-tests.command.js.map +1 -1
  8. package/dist/seeders/seed-data/solid-core-metadata.json +1 -1
  9. package/dist/services/chatter-message.service.d.ts +4 -1
  10. package/dist/services/chatter-message.service.d.ts.map +1 -1
  11. package/dist/services/chatter-message.service.js +4 -1
  12. package/dist/services/chatter-message.service.js.map +1 -1
  13. package/dist/services/crud-helper.service.d.ts +1 -2
  14. package/dist/services/crud-helper.service.d.ts.map +1 -1
  15. package/dist/services/crud-helper.service.js +2 -16
  16. package/dist/services/crud-helper.service.js.map +1 -1
  17. package/dist/services/crud.service.d.ts.map +1 -1
  18. package/dist/services/crud.service.js +1 -1
  19. package/dist/services/crud.service.js.map +1 -1
  20. package/dist/services/draft-publish-helper.service.d.ts +1 -0
  21. package/dist/services/draft-publish-helper.service.d.ts.map +1 -1
  22. package/dist/services/draft-publish-helper.service.js +38 -4
  23. package/dist/services/draft-publish-helper.service.js.map +1 -1
  24. package/dist/services/settings/default-settings-provider.service.d.ts +62 -6
  25. package/dist/services/settings/default-settings-provider.service.d.ts.map +1 -1
  26. package/dist/services/settings/default-settings-provider.service.js +34 -3
  27. package/dist/services/settings/default-settings-provider.service.js.map +1 -1
  28. package/dist/testing/reporter/console-reporter.d.ts +3 -0
  29. package/dist/testing/reporter/console-reporter.d.ts.map +1 -1
  30. package/dist/testing/reporter/console-reporter.js +2 -0
  31. package/dist/testing/reporter/console-reporter.js.map +1 -1
  32. package/dist/testing/reporter/progress-reporter.d.ts +64 -0
  33. package/dist/testing/reporter/progress-reporter.d.ts.map +1 -0
  34. package/dist/testing/reporter/progress-reporter.js +224 -0
  35. package/dist/testing/reporter/progress-reporter.js.map +1 -0
  36. package/dist/testing/reporter/reporter.types.d.ts +3 -0
  37. package/dist/testing/reporter/reporter.types.d.ts.map +1 -1
  38. package/dist/testing/reporter/reporter.types.js.map +1 -1
  39. package/dist/testing/runner/run-from-metadata.d.ts.map +1 -1
  40. package/dist/testing/runner/run-from-metadata.js +1 -0
  41. package/dist/testing/runner/run-from-metadata.js.map +1 -1
  42. package/dist/theme/theme-registry.d.ts +14 -0
  43. package/dist/theme/theme-registry.d.ts.map +1 -0
  44. package/dist/theme/theme-registry.js +147 -0
  45. package/dist/theme/theme-registry.js.map +1 -0
  46. package/package.json +1 -1
  47. package/src/commands/run-tests.command.ts +17 -3
  48. package/src/seeders/seed-data/solid-core-metadata.json +1 -1
  49. package/src/services/1.js +6 -0
  50. package/src/services/chatter-message.service.ts +22 -1
  51. package/src/services/crud-helper.service.ts +19 -16
  52. package/src/services/crud.service.ts +2 -1
  53. package/src/services/draft-publish-helper.service.ts +56 -4
  54. package/src/services/settings/default-settings-provider.service.ts +34 -3
  55. package/src/testing/README.md +2 -1
  56. package/src/testing/reporter/console-reporter.ts +4 -0
  57. package/src/testing/reporter/progress-reporter.ts +251 -0
  58. package/src/testing/reporter/reporter.types.ts +3 -0
  59. package/src/testing/runner/run-from-metadata.ts +1 -0
  60. package/src/theme/theme-registry.ts +181 -0
  61. package/dist-tests/api/authenticate.spec.js +0 -119
  62. package/dist-tests/api/authenticate.spec.js.map +0 -1
  63. package/dist-tests/api/crud-service.findOne.cityMaster.spec.js +0 -97
  64. package/dist-tests/api/crud-service.findOne.cityMaster.spec.js.map +0 -1
  65. package/dist-tests/api/ping.spec.js +0 -21
  66. package/dist-tests/api/ping.spec.js.map +0 -1
  67. package/dist-tests/helpers/auth.js +0 -41
  68. package/dist-tests/helpers/auth.js.map +0 -1
  69. package/dist-tests/helpers/env.js +0 -11
  70. package/dist-tests/helpers/env.js.map +0 -1
  71. package/docs/agent-builder/notebook-lm-prompt-for-agent-builder.md +0 -136
  72. package/docs/agent-builder/team-ready-note-agent-builder.md +0 -305
  73. package/docs/agent-hub-grooming.md +0 -301
  74. package/docs/dashboards/AGENTIC_DASHBOARD_IMPLEMENTATION_PLAN.md +0 -438
  75. package/docs/dashboards/dashboard-curl-smoke-tests.txt +0 -146
  76. package/docs/dashboards/delete-legacy-dashboard-metadata.sql +0 -172
  77. package/docs/datasource-introspection-ddl-analysis.md +0 -326
  78. package/docs/datasource-introspection-implementation-plan.md +0 -306
  79. package/docs/grouping-enhancements.md +0 -89
  80. package/docs/java-spring/README.md +0 -3
  81. package/docs/java-spring/solid-core-module-deep-dive-report.md +0 -1317
  82. package/docs/module-package-import-handoff.md +0 -691
  83. package/docs/seed-changes.md +0 -65
  84. package/docs/test-data-workflow.md +0 -200
  85. package/docs/type-declaration-import-issue.md +0 -24
  86. package/docs/workflow/business-automation-example-notes.md +0 -309
  87. package/docs/workflow/control-flow-node-addition-sop.md +0 -324
  88. package/docs/workflow/data-engineering-pipeline-example-notes.md +0 -330
  89. package/docs/workflow/foreach-example-notes.md +0 -187
  90. package/docs/workflow/hello-world-example-notes.md +0 -271
  91. package/docs/workflow/kestra-concepts-plugins-blueprints.md +0 -315
  92. package/docs/workflow/loop-until-example-notes.md +0 -198
  93. package/docs/workflow/microservices-and-apis-example-notes.md +0 -264
  94. package/docs/workflow/samples.md +0 -25
  95. package/docs/workflow/what-is-kestra.md +0 -79
  96. package/docs/workflow/workflow-core-module-handoff-summary.md +0 -191
  97. package/docs/workflow/workflow-module-brd.md +0 -185
  98. package/docs/workflow/workflow-module-domain-model.md +0 -252
  99. package/docs/workflow/workflow-module-metadata-dsl.md +0 -302
  100. package/docs/workflow/workflow-module-technical-spec.md +0 -293
  101. package/docs/workflow/workflow-node-type-contracts.md +0 -635
  102. package/docs/workflow/workflow-node-ui-metadata-contract.md +0 -1262
  103. package/docs/workflow/workflow-solidx-model-field-spec.md +0 -284
@@ -1,305 +0,0 @@
1
- Here’s a team-ready note you can reuse.
2
-
3
- :::writing{variant="document" id="48291"}
4
- # SolidX AI Agent Builder / Agent Registry Vision
5
-
6
- ## Concept
7
-
8
- The **AI Agent Builder** is a SolidX module that allows teams to define, configure, test, and deploy AI agents as first-class metadata-driven entities.
9
-
10
- The goal is to make agents configurable through SolidX rather than hardcoded in application code.
11
-
12
- Each agent is powered by a **Mini-SWE style runtime loop**, but the behaviour of the agent is controlled by SolidX metadata:
13
-
14
- ```text
15
- Agent Definition
16
- + Skills
17
- + Tools
18
- + Knowledge Base
19
- + Policies
20
- + Output Schema
21
- = Runnable Enterprise Agent
22
- ```
23
-
24
- ---
25
-
26
- ## Module Installation
27
-
28
- The AI Agent Builder can be installed as a standard SolidX module.
29
-
30
- Once installed, it brings its own domain model, such as:
31
-
32
- ```text
33
- Agent
34
- Agent Skill
35
- Agent Tool
36
- Agent Knowledge Base
37
- Agent Policy
38
- Agent Run
39
- Agent Interaction
40
- Tool Call Log
41
- ```
42
-
43
- However, the actual agent configuration can be saved directly into SolidX metadata JSON, instead of requiring every configuration detail to be stored as transactional database rows.
44
-
45
- The database can mainly store runtime records such as:
46
-
47
- ```text
48
- Agent Run
49
- Conversation History
50
- Tool Calls
51
- Execution Logs
52
- Errors
53
- Audit Trail
54
- ```
55
-
56
- ---
57
-
58
- ## Agent Configuration UI
59
-
60
- SolidX can provide either:
61
-
62
- 1. A native SolidX CRUD-style UI, or
63
- 2. A custom Agent Builder UI
64
-
65
- to manage agent artefacts.
66
-
67
- The user can configure:
68
-
69
- ```text
70
- Agent name
71
- Agent description
72
- System instructions
73
- Allowed skills
74
- Allowed tools
75
- Linked knowledge bases
76
- Runtime limits
77
- Approval rules
78
- Output schema
79
- ```
80
-
81
- Example:
82
-
83
- ```text
84
- Customer Support Agent
85
- - Skill: Complaint Handling
86
- - Skill: Refund Policy Interpretation
87
- - Tool: Gmail
88
- - Tool: CRM
89
- - Knowledge Base: Support SOPs
90
- - Runtime: Mini-SWE
91
- ```
92
-
93
- ---
94
-
95
- ## Skills
96
-
97
- A skill represents reusable know-how.
98
-
99
- Examples:
100
-
101
- ```text
102
- Contract Review
103
- Invoice Validation
104
- Customer Escalation Handling
105
- Code Review
106
- Document Classification
107
- ```
108
-
109
- A skill may contain:
110
-
111
- ```text
112
- Instructions
113
- Prompt templates
114
- Examples
115
- Decision criteria
116
- Expected output format
117
- ```
118
-
119
- Skill = **how to think / how to perform a task**
120
-
121
- ---
122
-
123
- ## Tools
124
-
125
- Tools are executable capabilities available to agents.
126
-
127
- Examples:
128
-
129
- ```text
130
- Send Email
131
- Search Gmail
132
- Query Database
133
- Create Ticket
134
- Read File
135
- Call API
136
- Search Knowledge Base
137
- ```
138
-
139
- Tool = **what action the agent can perform**
140
-
141
- SolidX can provide a screen where all registered/discovered tools are visible.
142
-
143
- The tool registry can include:
144
-
145
- ```text
146
- Native SolidX tools
147
- Internal APIs
148
- MCP tools
149
- Composio tools
150
- Custom enterprise tools
151
- ```
152
-
153
- Each tool can have metadata:
154
-
155
- ```text
156
- Name
157
- Description
158
- Input schema
159
- Output schema
160
- Auth mode
161
- Approval requirement
162
- Allowed roles
163
- Provider
164
- ```
165
-
166
- ---
167
-
168
- ## Knowledge Base
169
-
170
- Agents can be linked to one or more knowledge bases.
171
-
172
- Examples:
173
-
174
- ```text
175
- Company policies
176
- Product documentation
177
- Support articles
178
- Technical specifications
179
- SOPs
180
- Contract templates
181
- ```
182
-
183
- This allows each agent to operate with controlled enterprise context.
184
-
185
- ---
186
-
187
- ## Agent Runtime
188
-
189
- Each configured agent is executed as a Mini-SWE loop.
190
-
191
- When invoked, SolidX spawns an agent run and gives it:
192
-
193
- ```text
194
- Goal
195
- User input
196
- Agent metadata
197
- Relevant skills
198
- Available tools
199
- Knowledge context
200
- Policies
201
- Output schema
202
- ```
203
-
204
- The agent then runs autonomously:
205
-
206
- ```text
207
- Plan
208
- Act
209
- Use tool
210
- Observe
211
- Re-plan
212
- Complete
213
- ```
214
-
215
- The workflow engine or UI does not need to understand the internal reasoning loop.
216
-
217
- It only receives the final structured result.
218
-
219
- ---
220
-
221
- ## Test Interface
222
-
223
- Once an agent is configured, users can test it inside SolidX.
224
-
225
- Default interface:
226
-
227
- ```text
228
- Chat-based test console
229
- ```
230
-
231
- Future interfaces:
232
-
233
- ```text
234
- Voice
235
- WhatsApp
236
- Slack
237
- Email
238
- Embedded app widget
239
- ```
240
-
241
- This allows business users and developers to validate the agent before attaching it to workflows.
242
-
243
- ---
244
-
245
- ## Workflow Integration
246
-
247
- Any SolidX workflow can include an Agent Handoff step.
248
-
249
- Example:
250
-
251
- ```text
252
- Workflow Step:
253
- Delegate document review to Document Review Agent
254
- ```
255
-
256
- The workflow creates an Agent Run.
257
-
258
- The agent works asynchronously.
259
-
260
- When completed, it sends back a result.
261
-
262
- The workflow then continues.
263
-
264
- ```text
265
- Workflow
266
-
267
- Agent Handoff
268
-
269
- Mini-SWE Agent Run
270
-
271
- Agent Result
272
-
273
- Workflow Continues
274
- ```
275
-
276
- ---
277
-
278
- ## Strategic Value
279
-
280
- This makes SolidX an enterprise agent platform, not just a workflow or low-code platform.
281
-
282
- The key advantage is that agents become:
283
-
284
- ```text
285
- Configurable
286
- Reusable
287
- Governed
288
- Auditable
289
- Workflow-aware
290
- Tool-aware
291
- Knowledge-aware
292
- ```
293
-
294
- SolidX remains the control plane.
295
-
296
- Mini-SWE becomes the execution loop.
297
-
298
- Tools provide actions.
299
-
300
- Skills provide task expertise.
301
-
302
- Knowledge bases provide enterprise context.
303
-
304
- Together, this creates a metadata-driven framework for building and deploying enterprise-grade AI agents.
305
- :::
@@ -1,301 +0,0 @@
1
- # SolidX AI Agent Builder / Agent Registry Vision
2
-
3
- ## Concept
4
-
5
- The **AI Agent Builder** is a SolidX module that allows teams to define, configure, test, and deploy AI agents as first-class metadata-driven entities.
6
-
7
- The goal is to make agents configurable through SolidX rather than hardcoded in application code.
8
-
9
- Each agent is powered by a **Mini-SWE style runtime loop**, but the behaviour of the agent is controlled by SolidX metadata:
10
-
11
- ```text
12
- Agent Definition
13
- + Skills
14
- + Tools
15
- + Knowledge Base
16
- + Policies
17
- + Output Schema
18
- = Runnable Enterprise Agent
19
- ```
20
-
21
- ---
22
-
23
- ## Module Installation
24
-
25
- The AI Agent Builder can be installed as a standard SolidX module.
26
-
27
- Once installed, it brings its own domain model, such as:
28
-
29
- ```text
30
- Agent
31
- Agent Skill
32
- Agent Tool
33
- Agent Knowledge Base
34
- Agent Policy
35
- Agent Run
36
- Agent Interaction
37
- Tool Call Log
38
- ```
39
-
40
- However, the actual agent configuration can be saved directly into SolidX metadata JSON, instead of requiring every configuration detail to be stored as transactional database rows.
41
-
42
- The database can mainly store runtime records such as:
43
-
44
- ```text
45
- Agent Run
46
- Conversation History
47
- Tool Calls
48
- Execution Logs
49
- Errors
50
- Audit Trail
51
- ```
52
-
53
- ---
54
-
55
- ## Agent Configuration UI
56
-
57
- SolidX can provide either:
58
-
59
- 1. A native SolidX CRUD-style UI, or
60
- 2. A custom Agent Builder UI
61
-
62
- to manage agent artefacts.
63
-
64
- The user can configure:
65
-
66
- ```text
67
- Agent name
68
- Agent description
69
- System instructions
70
- Allowed skills
71
- Allowed tools
72
- Linked knowledge bases
73
- Runtime limits
74
- Approval rules
75
- Output schema
76
- ```
77
-
78
- Example:
79
-
80
- ```text
81
- Customer Support Agent
82
- - Skill: Complaint Handling
83
- - Skill: Refund Policy Interpretation
84
- - Tool: Gmail
85
- - Tool: CRM
86
- - Knowledge Base: Support SOPs
87
- - Runtime: Mini-SWE
88
- ```
89
-
90
- ---
91
-
92
- ## Skills
93
-
94
- A skill represents reusable know-how.
95
-
96
- Examples:
97
-
98
- ```text
99
- Contract Review
100
- Invoice Validation
101
- Customer Escalation Handling
102
- Code Review
103
- Document Classification
104
- ```
105
-
106
- A skill may contain:
107
-
108
- ```text
109
- Instructions
110
- Prompt templates
111
- Examples
112
- Decision criteria
113
- Expected output format
114
- ```
115
-
116
- Skill = **how to think / how to perform a task**
117
-
118
- ---
119
-
120
- ## Tools
121
-
122
- Tools are executable capabilities available to agents.
123
-
124
- Examples:
125
-
126
- ```text
127
- Send Email
128
- Search Gmail
129
- Query Database
130
- Create Ticket
131
- Read File
132
- Call API
133
- Search Knowledge Base
134
- ```
135
-
136
- Tool = **what action the agent can perform**
137
-
138
- SolidX can provide a screen where all registered/discovered tools are visible.
139
-
140
- The tool registry can include:
141
-
142
- ```text
143
- Native SolidX tools
144
- Internal APIs
145
- MCP tools
146
- Composio tools
147
- Custom enterprise tools
148
- ```
149
-
150
- Each tool can have metadata:
151
-
152
- ```text
153
- Name
154
- Description
155
- Input schema
156
- Output schema
157
- Auth mode
158
- Approval requirement
159
- Allowed roles
160
- Provider
161
- ```
162
-
163
- ---
164
-
165
- ## Knowledge Base
166
-
167
- Agents can be linked to one or more knowledge bases.
168
-
169
- Examples:
170
-
171
- ```text
172
- Company policies
173
- Product documentation
174
- Support articles
175
- Technical specifications
176
- SOPs
177
- Contract templates
178
- ```
179
-
180
- This allows each agent to operate with controlled enterprise context.
181
-
182
- ---
183
-
184
- ## Agent Runtime
185
-
186
- Each configured agent is executed as a Mini-SWE loop.
187
-
188
- When invoked, SolidX spawns an agent run and gives it:
189
-
190
- ```text
191
- Goal
192
- User input
193
- Agent metadata
194
- Relevant skills
195
- Available tools
196
- Knowledge context
197
- Policies
198
- Output schema
199
- ```
200
-
201
- The agent then runs autonomously:
202
-
203
- ```text
204
- Plan
205
- Act
206
- Use tool
207
- Observe
208
- Re-plan
209
- Complete
210
- ```
211
-
212
- The workflow engine or UI does not need to understand the internal reasoning loop.
213
-
214
- It only receives the final structured result.
215
-
216
- ---
217
-
218
- ## Test Interface
219
-
220
- Once an agent is configured, users can test it inside SolidX.
221
-
222
- Default interface:
223
-
224
- ```text
225
- Chat-based test console
226
- ```
227
-
228
- Future interfaces:
229
-
230
- ```text
231
- Voice
232
- WhatsApp
233
- Slack
234
- Email
235
- Embedded app widget
236
- ```
237
-
238
- This allows business users and developers to validate the agent before attaching it to workflows.
239
-
240
- ---
241
-
242
- ## Workflow Integration
243
-
244
- Any SolidX workflow can include an Agent Handoff step.
245
-
246
- Example:
247
-
248
- ```text
249
- Workflow Step:
250
- Delegate document review to Document Review Agent
251
- ```
252
-
253
- The workflow creates an Agent Run.
254
-
255
- The agent works asynchronously.
256
-
257
- When completed, it sends back a result.
258
-
259
- The workflow then continues.
260
-
261
- ```text
262
- Workflow
263
-
264
- Agent Handoff
265
-
266
- Mini-SWE Agent Run
267
-
268
- Agent Result
269
-
270
- Workflow Continues
271
- ```
272
-
273
- ---
274
-
275
- ## Strategic Value
276
-
277
- This makes SolidX an enterprise agent platform, not just a workflow or low-code platform.
278
-
279
- The key advantage is that agents become:
280
-
281
- ```text
282
- Configurable
283
- Reusable
284
- Governed
285
- Auditable
286
- Workflow-aware
287
- Tool-aware
288
- Knowledge-aware
289
- ```
290
-
291
- SolidX remains the control plane.
292
-
293
- Mini-SWE becomes the execution loop.
294
-
295
- Tools provide actions.
296
-
297
- Skills provide task expertise.
298
-
299
- Knowledge bases provide enterprise context.
300
-
301
- Together, this creates a metadata-driven framework for building and deploying enterprise-grade AI agents.