.png&w=828&q=75)
Minima is a compact token efficient routing agent for Track 1 of the AMD Developer Hackathon. It reads hidden natural-language tasks from /input/tasks.json, classifies each prompt into one of the required categories, and routes the task to the appropriate model from the provided ALLOWED_MODELS list. The goal is to maintain answer quality and keep Fireworks token usage low. The agent is built around conservative routing, category specific prompts, output validation, and a fallback path for malformed responses. It never hardcodes model IDs, never stores secrets, and sends all Fireworks requests through the provided FIREWORKS_BASE_URL. Results are written only as the required JSON schema: task_id and answer.
13 Jul 2026