Corpus y skills
Vistas Operar (capturas)
| Vista | Guía |
|---|---|
| RAGs | operar-vistas/agent-rags |
| Skills | operar-vistas/skills |
Índice completo: Consola — Operar.
RAG por agente
Colección VectorDB: rag_<host>_<profile>. Sin --host se pierde el aislamiento. En el stack
orquestador de contenedores, el camino operativo canónico es society-executor; --path debe existir dentro de
esa caja, normalmente bajo el SOCIETY_REPO_ROOT montado.
# sin --confirm INGEST es dry-run
containers exec society-executor society rag ingest \
--profile researcher --host <host> --path <ruta-montada>
containers exec society-executor society rag ingest \
--profile researcher --host <host> --path <ruta-montada> --confirm INGEST
containers exec society-executor society rag list --profile researcher --host <host>
Kill-switch: SOCIETY_RAG_WRITE_ENABLED (default off). Activarlo en .env exige recrear el
executor. Una instalación local completa de society-cli puede ejecutar los mismos comandos
sin el prefijo containers exec society-executor.
society/ask-rag consulta el RAG privado del researcher y exige citas (documento + chunk). Flujo chat: Chat → consulta RAG.
Biblioteca compartida / reingesta: runbook 26.
Skills
Marketplace compartido (colección VectorDB society_skills). Publicar:
society skill publish --name <n> --path <dir> --author-profile <p>
Kill-switch: SOCIETY_SKILL_PUBLISH_ENABLED (default off).
El author se resuelve por el par host+nombre. Un writer ambiguo avisa y deja NULL; no tumba la publicación.