@springbrand/agent-runtime 0.2.0-alpha.54 → 0.2.0-alpha.55
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 +1 -1
- package/src/pi/tool/core-host.ts +2 -0
package/package.json
CHANGED
package/src/pi/tool/core-host.ts
CHANGED
|
@@ -90,6 +90,8 @@ Bundled Skill resources are not Workspace files. Read text with tools.read_skill
|
|
|
90
90
|
|
|
91
91
|
User Attachments are not Workspace files until copied with tools.copy_attachment_to_workspace({ id }).
|
|
92
92
|
|
|
93
|
+
When an asset already exists in Workspace, use state.cp to copy it into the current Website directory. Use actual task paths and reference the destination with a relative URL.
|
|
94
|
+
|
|
93
95
|
Never create or write data URLs, base64 image strings, or embedded binary payloads in Code Mode.
|
|
94
96
|
|
|
95
97
|
Copy a remote asset into Workspace with tools.materialize_url({ url, destination }). Raw fetch remains available. Do not carry large responses, binary payloads, data URLs, or base64 assets through Code Mode.
|