NidraRoute is a compact general-purpose Track 1 agent built for the AMD Developer Hackathon ACT II. It reads the official /input/tasks.json file, routes each task through a deterministic-first policy, and writes a strict /output/results.json response with only task_id and answer fields. The local layer handles structured tasks such as arithmetic, extraction, formatting, sentiment, summaries, and constrained logic where the answer can be derived directly from the prompt. For open-ended or code-oriented tasks, the agent escalates to the allowed Fireworks route through the harness-provided FIREWORKS_BASE_URL and ALLOWED_MODELS settings, using short final-answer prompts to keep token use low. The Docker image is linux/amd64 and validated locally against the official container contract. The goal is to preserve correctness while reducing unnecessary model calls in a transparent, auditable way.
Category tags: