[TypeScript SDK] Add helpers for image, audio, and file inputs/outputs
#91 · Go · ★ 2.5k · Apache-2.0 · updated 2d ago
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…