No description
  • TypeScript 100%
Find a file
keeb 0a76135131 feat: add embedded ollama skill for AI agents
Bundles a SKILL.md under .claude/skills/ollama/ so AI agents using
swamp pick up specialized knowledge of the @keeb/ollama model type:
generate, generate_batch, and unload methods, global arguments,
result resource shape, and gotchas (1024 token cap, no streaming,
slug collisions, per-model lock).

Adds skills: [ollama] to manifest.yaml so swamp packages the skill
into the extension archive, and bumps version to 2026.04.06.1.
2026-04-06 18:34:12 -07:00
.claude/skills/ollama feat: add embedded ollama skill for AI agents 2026-04-06 18:34:12 -07:00
extensions/models Add unload method, switch to /api/chat, add generate_batch 2026-04-02 11:38:54 -07:00
.gitignore Initial commit: @keeb/ollama extension 2026-03-29 11:48:43 -07:00
.swamp.yaml Initial commit: @keeb/ollama extension 2026-03-29 11:48:43 -07:00
CLAUDE.md Initial commit: @keeb/ollama extension 2026-03-29 11:48:43 -07:00
manifest.yaml feat: add embedded ollama skill for AI agents 2026-04-06 18:34:12 -07:00