local llm agents

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

claude-code

01

raullenchai/Rapid-MLX

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.

3.6k 2d ago A 0 tokens

matrix

02

raullenchai/Rapid-MLX

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.

3.6k 2d ago A 0 tokens

openhands

03

raullenchai/Rapid-MLX

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.

3.6k 2d ago A 0 tokens

domain

04

michaelwilhelmsen/humla

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

255 2d ago A 0 tokens copy · 77% MIT

issue-tracker

05

michaelwilhelmsen/humla

Agent

Issues and PRDs for this repo live as GitHub issues in michaelwilhelmsen/humla. Use the gh CLI for all operations.

255 2d ago A 0 tokens copy · 84% MIT

triage-labels

06

michaelwilhelmsen/humla

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.

255 2d ago A 0 tokens copy · 75% MIT

domain

07

BrettKinny/dotty-stackchan

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

105 1mo ago A 0 tokens copy · 84% MIT

issue-tracker

08

BrettKinny/dotty-stackchan

Agent

Issues and PRDs for this repo live as GitHub issues on BrettKinny/dotty-stackchan. Use the gh CLI for all operations.

105 1mo ago A 0 tokens copy · 88% MIT

triage-labels

09

BrettKinny/dotty-stackchan

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.

105 1mo ago A 0 tokens copy · 75% MIT

lilbee-worker

10

tobocop2/lilbee

Agent

Runs long lilbee operations (add / sync / crawl / modelpull) and reports back. Does not answer user questions.

47 yesterday A 25 tokens original MIT

curate-chatlog

11

skynetcmd/m3-memory

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.

22 2d ago A 79 tokens original Apache-2.0

curate-memory

12

skynetcmd/m3-memory

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.

22 2d ago A 59 tokens original Apache-2.0

review-opus

13

alex-alecu/garden-desk

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.

5 yesterday A 33 tokens original Apache-2.0

review-sonnet

14

alex-alecu/garden-desk

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.

5 yesterday A 33 tokens original Apache-2.0

primary

15

alex-alecu/garden-desk

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.

5 yesterday A 30 tokens original Apache-2.0

debugger

19

Siesher/opencode-homelab

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.

2 3mo ago A 34 tokens original MIT

researcher

20

Siesher/opencode-homelab

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".

2 3mo ago A 61 tokens original MIT

reviewer

21

Siesher/opencode-homelab

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.

2 3mo ago A 43 tokens original MIT