skrills-subagents

Crates.ioskrills-subagents
lib.rsskrills-subagents
version0.5.3
created_at2025-12-21 23:55:39.829717+00
updated_at2026-01-25 00:14:24.138432+00
descriptionSubagent MCP tools for the skrills server with pluggable backends.
homepagehttps://github.com/athola/skrills
repositoryhttps://github.com/athola/skrills
max_upload_size
id1998768
size367,094
Alex Thola (athola)

documentation

https://athola.github.io/skrills/

README

Subagents

This crate provides subagent capabilities for Skrills, enabling task delegation to specialized agents.

Quick Start

  1. Build with the subagents feature:

    cargo run -p skrills-server --features subagents -- serve
    
  2. Use via MCP tools:

    • list-subagents: View available templates.
    • run-subagent: Execute a task (e.g., { "prompt": "list files", "backend": "codex" }).
    • get-run-status: Check progress using run_id.
  3. Configure: Set SKRILLS_SUBAGENTS_DEFAULT_BACKEND=claude to change the default adapter.

Note: Async runs and secure transcripts require the Codex backend. WebSocket/HTTP streaming is planned.

Commit count: 279

cargo fmt