Skip to main content

shepherd-meta-agents

Shepherd — runtime substrate para meta-agents con traces reversibles tipo Git y copy-on-write fork

跳到安装

来源信息

仓库
Ntizar/NtizarBrainMasterMind
最近来源活动
2026年7月11日 03:39
检测到的 SKILL.md 语言
西班牙语
星标
2
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
shepherd-meta-agents
version
1.0.0
description
Shepherd — runtime substrate para meta-agents con traces reversibles tipo Git y copy-on-write fork
# Shepherd — Reversible Agent Execution Traces ## Descripción Shepherd es un runtime substrate para agents que necesitan inspección, reversibilidad y supervisión. Registra ejecuciones de agents como traces duraderos e inspeccionables, con copy-on-write fork ~5x más rápido que docker commit y ~95% KV-cache reuse en replay. ## Por qué importa para David - **Meta-agents**: Patrón avanzado de agents que supervisan/optimizan/entrenan otros agents - **Reversible execution**: Git-like traces permiten replay, fork y revert de cualquier run - **Copy-on-write**: Fork de workspace ultra-rápido sin duplicar datos - **KV-cache reuse**: Reutiliza 95% del KV cache en replay → ahorrísimo en inference cost ## Arquitectura ``` Meta-Agent → Supervisor ↓ Agent Run (workspace forked copy-on-write) ↓ Durable Execution Trace (inspectable, reversible) ↓ Meta-Agent: Observe → Fork → Replay → Revert ``` ## Instalación ```bash pip install shepherd-ai # Requiere Python 3.11+ # macOS: Seatbelt enforcement # Linux: Landlock enforcement ``` ## Integración con proyectos de David - **Mastermind Orchestration**: Patrón de supervisión de sub-agents con reversibilidad - **Debugging de agents**: Replay de runs para debugging y optimización - **Multi-agent training**: Tree RL con MCTS para optimización de agents ## Pitfalls - Proyecto alpha (junio 2026) → API inestable, puede cambiar - Requiere Python 3.11+ - Enforcement OS-level (Seatbelt en macOS, Landlock en Linux) - No tiene docs completas aún, hay que leer el código fuente - Depende de kernel-level features que pueden no estar disponibles en MicroVM de NaN ## Referencias - GitHub: https://github.com/shepherd-agents/shepherd - Docs: https://docs.shepherd-agents.ai/ - Paper: https://arxiv.org/abs/2605.10913 - Paper: https://arxiv.org/abs/2505.10913
在 GitHub 查看