Skip to content

Agent Features

Matecore edited this page Jun 29, 2026 · 1 revision

Agent Features / Funciones del Agente

Swarm Multi-Agent / Enjambre Multi-Agente

Up to 4 concurrent AI workers with independent context. Visible progress UI. Hasta 4 agentes IA concurrentes con contexto independiente. UI de progreso visible.

Plan & Todo Tracking / Seguimiento de Tareas

  • update_plan — Macro architectural strategy
  • update_todo — Micro task list with real-time progress

Plans auto-clear on new sessions.

Checkpoints & Rollback / Puntos de Control

  • Auto-snapshot before each user message (up to 20 per session)
  • Restores chat messages AND file state
  • Diff review between checkpoint and current state

Memory / Memoria

Persistent per-workspace key-value store:

  • memory:set, memory:get, memory:list, memory:delete

RAG Blocks / Bloques RAG

Code snippet library with semantic search via local Word2Vec:

  • rag:save, rag:search, rag:delete

Skills / Habilidades

Workspace-level agent instructions in .agents/skills/<name>/SKILL.md. Loaded automatically into AI context.

Tool Chain / Cadena de Herramientas

Atomic batch of up to 8 file operations with preflight conflict verification. Lote atomico de hasta 8 operaciones con verificacion de conflictos.

Sandbox Mode / Modo Sandbox

Toggle Safe Mode (no autonomous bash/write) vs unrestricted. Alterna entre Modo Seguro (sin bash/escritura autonoma) y sin restricciones.

Clone this wiki locally