scream-code 0.15.4 → 0.15.6
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/README.md +3 -2
- package/dist/{app-DHA9hN93.mjs → app-Y2DCZTWP.mjs} +1252 -41
- package/dist/{dispatch-CULU8xVW.mjs → dispatch-CkPcMk4b.mjs} +1 -1
- package/dist/{dispatch-m6mYTI1M.mjs → dispatch-jQiqBKV2.mjs} +544 -450
- package/dist/main.mjs +1 -1
- package/dist/{text-input-dialog-CR_kzyR3.mjs → text-input-dialog-DJwYNHcs.mjs} +1 -1
- package/dist/{text-input-dialog-B2a6Ks8f.mjs → text-input-dialog-LOMBSusF.mjs} +89 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
</p>
|
|
20
20
|
|
|
21
21
|
<p align="center">
|
|
22
|
-
<img width="
|
|
22
|
+
<img width="1007" height="890" alt="企业微信20260909-170226@2x" src="https://github.com/user-attachments/assets/a8c1beda-3e73-41d1-855e-7dd80a3cc0e9" />
|
|
23
23
|
</p>
|
|
24
24
|
|
|
25
25
|
---
|
|
@@ -50,6 +50,7 @@ When Scream wants to modify files or run commands, an approval panel pops up —
|
|
|
50
50
|
|
|
51
51
|
- **Goal Loop** — autonomous, goal-driven execution with an independent judge agent and token/time budget control.
|
|
52
52
|
- **Wolfpack** — unlimited parallel sub-agents (coder / explore / plan / verify / reviewer / oracle / writer / worker).
|
|
53
|
+
- **Subagent Collaboration** — steer running sub-agents with directed parent→child messages, request structured JSON replies via `output_schema`, and sandbox each sub-agent with runtime capability modes (read-only / read-write / execute / full).
|
|
53
54
|
- **Persistent Memory** — structured pain-point memory with FTS5 full-text + tag + vector retrieval, shared across sessions.
|
|
54
55
|
- **Local Knowledge Graph** — SAG-based visual knowledge base for multi-hop reasoning; import your own docs anytime.
|
|
55
56
|
- **RLM Mode** — persistent Python workspace for long-running tasks, with unlimited recursive sub-agents.
|
|
@@ -139,7 +140,7 @@ Website: [scream.chat](https://scream.chat)
|
|
|
139
140
|
|
|
140
141
|
### Contributing
|
|
141
142
|
|
|
142
|
-
Free and open — forks, feedback and pull requests are welcome. Scream is a lightweight agent foundation: maximize the model's own capability, don't over-constrain it with framework. Inspired by
|
|
143
|
+
Free and open — forks, feedback and pull requests are welcome. Scream is a lightweight agent foundation: maximize the model's own capability, don't over-constrain it with framework. Inspired by the wider agent-tooling community.
|
|
143
144
|
|
|
144
145
|
---
|
|
145
146
|
|