claude-code
01Agent
Point Anthropic's Claude Code at a local rapid-mlx server. Claude Code speaks the Anthropic Messages API (POST /v1/messages); rapid-mlx implements that route natively, so you can drive Claude Code with any local model.
31 tagged local llm, measured the same way as everything else here.
Browse within: Apple Silicon 11macos 11fastapi 8inference 8local-ai 7cowork 6private 6llama-cpp 5
Agent
Point Anthropic's Claude Code at a local rapid-mlx server. Claude Code speaks the Anthropic Messages API (POST /v1/messages); rapid-mlx implements that route natively, so you can drive Claude Code with any local model.
Agent
This page renders the Tier-1 agent × model-family integration matrix truthfully from the authoritative test suite in tests/integrations/ — the matrix cells (testagentsmatrix.py), the family aliases and strict-xfail rules (conftest.py), and the pilot run recorded in tests/integrations/README.md.
Agent
Point OpenHands (formerly OpenDevin) at a local rapid-mlx server. OpenHands drives its CodeActAgent inside a Docker sandbox and reaches the model over the OpenAI-compatible chat completions API (POST /v1/chat/completions) via LiteLLM.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues in michaelwilhelmsen/humla. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues on BrettKinny/dotty-stackchan. Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Agent
Runs long lilbee operations (add / sync / crawl / modelpull) and reports back. Does not answer user questions.
Agent
Curate the m3-chatlog store — clean, dedupe, decay ephemeral turns, prune abandoned conversations, promote high-signal chunks to long-term memory. Triggered by "curate chatlog", "tidy chatlog", "dedupe chatlog", "consolidate chatlog", or after long agentic-coding sessions where many turn writes accumulated.
Agent
Curate the m3-memory store — clean, dedupe, supersede stale entries, consolidate overlapping notes. Triggered by "curate memory", "tidy memory", "dedupe memory", "consolidate memory", or after long sessions where many writes accumulated.
Agent Claude Code
Opus reviewer for /vault-code-review; reviews all lenses for a small PR, reviews one large-PR lens, or validates one finding.
Agent Claude Code
Sonnet reviewer for /vault-code-review; summarizes a pull request, reviews it through the performance or clean-code lens, or validates one finding.
Agent
Leads an end-to-end user task, deciding the next useful action and integrating verified results. Use when one agent owns the final outcome.
pillaiharish/opencode-ollama-steroids
Agent
You are the strict reviewer agent for a receipt-first OpenCode + Ollama workflow.
pillaiharish/opencode-ollama-steroids
Agent
You are the builder agent for a receipt-first OpenCode + Ollama workflow.
pillaiharish/opencode-ollama-steroids
Agent
You are a controlled tool-call compatibility probe.
Agent
Use when something is broken and the cause isn't obvious — bugs, error stack traces, "works in dev not prod", performance regressions, weird behavior after a change.
Agent
Use for any task requiring external research — finding documentation, comparing libraries, looking up release notes, market research, fact-checking. Read-only by design — won't modify files. Auto-delegate when query starts with "find", "research", "look up", "compare", "what is the latest".
Agent
Use to review code changes (diffs, PRs, single files) for bugs, security issues, performance problems, style violations, and missing edge cases. Read-only — produces a review, doesn't fix code.