@tramo/anthropic
v0.1.0
Published
Anthropic integration pack for tramo — Claude messages, tool use, vision, summarize, classify.
Maintainers
Readme
@tramo/anthropic
Anthropic / Claude integration pack for tramo. Send messages, analyze images, extract structured data, summarize, classify, tool-use — 6 ops.
import { combinePacks, BUILTIN_PACK } from '@tramo/runtime';
import ANTHROPIC from '@tramo/anthropic';
const { nodes, executors } = combinePacks([BUILTIN_PACK, ANTHROPIC]);