with one click
llm-config
Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation
Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation
| name | llm-config |
| description | Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation |
| argument-hint | [--model MODEL] [--adapter microlora|sona] |
| allowed-tools | mcp__claude-flow__ruvllm_generate_config mcp__claude-flow__ruvllm_status mcp__claude-flow__ruvllm_microlora_create mcp__claude-flow__ruvllm_microlora_adapt mcp__claude-flow__ruvllm_sona_create mcp__claude-flow__ruvllm_sona_adapt Bash |
Configure RuVLLM for local inference and fine-tuning.
When you need to configure local LLM inference, create MicroLoRA adapters for task-specific fine-tuning, or set up SONA for real-time adaptation.
mcp__claude-flow__ruvllm_status to see current model and adapter statemcp__claude-flow__ruvllm_generate_config with model parametersmcp__claude-flow__ruvllm_microlora_create for task-specific adaptersmcp__claude-flow__ruvllm_microlora_adapt with training datamcp__claude-flow__ruvllm_sona_create for real-time neural adaptationmcp__claude-flow__ruvllm_sona_adapt with feedback signals| Feature | MicroLoRA | SONA |
|---|---|---|
| Speed | Minutes to train | <0.05ms adaptation |
| Scope | Task-specific fine-tuning | Real-time micro-adjustments |
| Persistence | Saved as adapter weights | Session-scoped |
| Use case | Specialized domain tasks | Continuous feedback loops |
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix
Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
Scaffold a new Claude Code plugin with proper directory structure, plugin.json, skills, commands, and agents