What problem does it solve?
It solves the problem of getting access to many different AI applications without manually managing provider APIs, models, and authentication.
Core Features & Use Cases
- Unified AI app execution: Runs inference.sh apps (images, video, search, TTS, avatars, and more) through the
infsh CLI using the agent’s terminal tool.
- App discovery first: Finds the correct app ID via search/listing before running, avoiding breakage from renamed or changing IDs.
- Machine-readable outputs for media: Uses
--json output so the agent can surface generated media URLs as MEDIA:<url> for inline display.
- Local file support: Uploads local images/audio/files by passing local paths directly in JSON inputs when the target app accepts URL fields.
Quick Start
Ask the agent to run inference.sh app search for "flux" and then generate an image prompt like "sunset over mountains" using the best matching FLUX app ID, returning results with MEDIA:<url>.