Cleared 2m ago · Agent-Field/agentfield #91 · Go · ★ 2.5k · Apache-2.0

[TypeScript SDK] Add helpers for image, audio, and file inputs/outputs

The Python SDK has convenient wrappers for multimodal content (images, audio, files). Add similar helpers to TypeScript. What we need Input helpers import { Image, Audio, File } from '@agentfield/sdk'; const img = await Image.fromFile('./photo.jpg'); const audio = await…

What we checked

Similar unclaimed issues