Skip to main content

EXTENSIONS

Built by operatives — models, drivers, vaults, and reports, the parts that plug into Swamp.

Filter by what you need and pull what fits.

Selection
9 results
label:llm

Griptape/models

@webframp/griptape/models · v2026.08.29.1

Griptape Cloud Models — model configurations and provider auth configs

upd Aug 300 pullsA100/100

Openwebui

@sntxrr/openwebui · v2026.08.07.1

Read a running OpenWebUI instance and report how far its version has drifted behind upstream. Both methods are strictly read-only — this extension never upgrades the instance, edits its settings, manages users, or touches the container; it tells you an update is available and stops there. `sync` records what the instance reports about itself: version plus the feature flags that decide what automation can reach it, including `enable_api_keys`, which when false blocks every token-authenticated integration and cannot be worked around with any credential — reported as `null` rather than `false` when the instance withholds it, which OpenWebUI has done for unauthenticated callers since v0.9.6, because absent is not the same as off. `drift` compares the running version against the repo's published GitHub releases and reports status (`current`/`behind`/`ahead`), how many releases were missed, and which ones. Needs no credentials at all: both endpoints it uses answer before login. Versions are compared numerically because OpenWebUI's break lexical ordering in both directions — `0.8.12` sorts above `0.11.0` and below `0.8.9` as strings — so a string compare reports an instance eleven releases behind as up to date. An exhausted GitHub rate limit, a missing repo, and an unparseable running version are all raised as errors rather than folded into a reassuring `current`, and a release page that fills up before reaching the running version is reported as `truncated` rather than passed off as a total.

upd Aug 80 pullsA100/100

Terraform Scanner

@figura/terraform-scanner · v2026.07.21.1

LLM-powered Terraform code quality scanner. Analyzes repositories (local or GitLab remote) for naming convention consistency, internal module usage patterns, code organization, and Terraform best practices. Uses LiteLLM-compatible API for intelligent pattern detection and produces structured findings with severity, suggestions, and agent-consumable output.

upd Jul 231 pullsA100/100

Scaleway Inference

@sntxrr/scaleway-inference · v2026.07.19.1

Manage a Scaleway Managed Inference deployment — sync state, create, update, and delete dedicated model serving deployments, and discover deployments in a region, via the Managed Inference API with X-Auth-Token auth.

upd Jul 190 pullsA100/100

Ollama

@keeb/ollama · v2026.07.18.1

Ollama LLM integration (generate, batch generate, unload)

upd Jul 1828 pullsA100/100

Anthropic

@keeb/anthropic · v2026.07.18.1

Generate text with Anthropic's Claude models via the Messages API from swamp workflows.

upd Jul 18263 pullsA100/100

Meeting Summarizer

@mgreten/meeting-summarizer · v2026.07.16.1

Chunk a Whisper transcript and summarize it into a Granola-style meeting note via a local Ollama LLM. Handles long recordings with greedy segment-boundary chunking and an LLM merge pass. Pure TypeScript — no Python, no subprocess. Also provides combine_notes (merge handwritten + analysis) and write_note (write markdown to disk) for full pipeline workflows.

upd Jul 1615 pullsA100/100

Llm Catalog

@stateless/llm-catalog · v2026.06.23.1

A sourced, versioned knowledge base of LLM-ops knowledge — NOT a control plane for running models, but the structured, CEL-queryable record that running extensions read to decide which model to run where, with what settings, at what cost. Six subject kinds (model, runtime, provider, hardware, technique, endpoint), all the same uniform `entry` shape (open kind + open facets, like @stateless/inventory); a model's run-options embed on the model in runsOn[] keyed by endpoint, and capacity/plan answer "what to run where" over them. The twist: it records external, decaying knowledge, so every volatile assertion carries a provenance envelope (asOf, source, versionPins, supersededBy) — "best vLLM version" is derived as the latest un-superseded claim, never a bare rotting field. Declarative: `apply` materialises one `entry` resource per id (re-run = versioned trend); `prune` soft-retires undeclared entries.

upd Jun 230 pullsA100/100

Openrouter

@sntxrr/openrouter · v2026.06.20.1

Chat completions and model catalog listing against the OpenRouter LLM gateway API

upd Jun 207 pullsA100/100