@runcore-sh/runcore 0.5.8 → 0.5.9
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/dictionary.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,8 +24,8 @@ If you've ever watched an agent burn tokens repeating the same mistake three tim
|
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
26
|
# 1. Clone
|
|
27
|
-
git clone https://github.com/XDM-ZSBW/
|
|
28
|
-
cd
|
|
27
|
+
git clone https://github.com/XDM-ZSBW/runcore.git
|
|
28
|
+
cd runcore
|
|
29
29
|
|
|
30
30
|
# 2. Install
|
|
31
31
|
npm install
|
|
@@ -345,6 +345,7 @@ The key innovation is not autonomy — many systems are autonomous. It's **adapt
|
|
|
345
345
|
- **[The File System Is the New Database: How I Built a Personal OS for AI Agents](https://x.com/koylanai/status/2025286163641118915)** — Muratcan Koylan. Personal Brain OS, progressive disclosure, format-function mapping, skill system.
|
|
346
346
|
- [Agent Skills for Context Engineering](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering) — Skill format and patterns.
|
|
347
347
|
- [Agent Architecture: From Prompt to Context](https://www.agent32.org/agent-architecture-overview-from-prompt-to-context/) — Context engineering as the core discipline.
|
|
348
|
+
- **[Context Engineering: From Vibe Coder to Software Engineer](https://augmentedadvisors.com/book/)** — Craig Trulove. Practical guide to production AI systems: system prompts, RAG, multi-agent architectures, memory systems, testing, and deployment.
|
|
348
349
|
- [Beyond the Prompt (COALA)](https://medium.com/google-cloud/beyond-the-prompt-why-your-next-ai-agent-needs-a-brain-and-how-coala-research-paper-provides-an-ba187a906ea0) — Modular memory, internal/external actions.
|
|
349
350
|
|
|
350
351
|
---
|
package/dictionary.json
CHANGED