No description
  • TypeScript 100%
Find a file
keeb c3fe926c13 Add property-based schema tests (fast-check via @traversable/zod-test)
Generic harness: derives a fast-check arbitrary from every model zod
schema (globalArguments, method arguments, resource schemas) and asserts
generated data round-trips through the schema's own safeParse. Identical
file across extensions; canonical copy + docs live in mms/tests/property/.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 09:19:17 -07:00
.claude/skills/anthropic feat: add embedded anthropic skill for AI agents 2026-04-06 18:32:04 -07:00
extensions/models feat: add descriptions to all schema fields 2026-03-13 08:28:46 -07:00
tests/property Add property-based schema tests (fast-check via @traversable/zod-test) 2026-07-18 09:19:17 -07:00
.gitignore feat: add descriptions to all schema fields 2026-03-13 08:28:46 -07:00
.swamp.yaml feat: add descriptions to all schema fields 2026-03-13 08:28:46 -07:00
CLAUDE.md Initial commit: @keeb/anthropic swamp extension 2026-03-13 08:17:45 -07:00
manifest.yaml chore: bump version for skill embedding re-push 2026-04-06 18:39:30 -07:00
README.md Initial commit: @keeb/anthropic swamp extension 2026-03-13 08:17:45 -07:00

@keeb/anthropic

Swamp extension for Anthropic Claude API text generation.

Models

anthropic/claude

Generate text using the Anthropic Messages API.

Method Description
generate Generate text with Claude (requires prompt argument)

Global arguments: apiKey, model, systemPrompt, maxTokens

Install

swamp extension pull @keeb/anthropic

License

MIT