@assemblyline-agents/openui 4.0.2 → 5.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assemblyline-agents/openui",
3
- "version": "4.0.2",
3
+ "version": "5.0.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -17,7 +17,7 @@
17
17
  "react-dom": "19.2.3",
18
18
  "zod": "^4.0.0",
19
19
  "zustand": "4.5.7",
20
- "@assemblyline-agents/core": "4.0.2"
20
+ "@assemblyline-agents/core": "5.0.0"
21
21
  },
22
22
  "description": "Full OpenUI component runtime and branded artifact lifecycle tools for Assembly Line agents.",
23
23
  "files": [
@@ -6,7 +6,7 @@ allowed-tools: [openui_create, openui_update, openui_publish]
6
6
 
7
7
  # Build OpenUI Artifacts
8
8
 
9
- Use OpenUI for a web page, report, dashboard, form, calculator, visualization, or lightweight interactive app. Use `deliver_artifact` for ordinary files.
9
+ Use OpenUI for a web page, report, dashboard, form, calculator, visualization, or lightweight interactive app. For ordinary files, a root agent uses `deliver_artifact`; a subagent uses `handoff_artifact`.
10
10
 
11
11
  ## Workflow
12
12