--- license: mit language: [en] tags: [agent-traces, multi-agent, small-models, gradio, build-small-hackathon, minicpm, nemotron, gpt-oss] --- # Thousand Token Wood -- Council Agent Traces Open agent traces from [Thousand Token Wood](https://huggingface.co/spaces/build-small-hackathon/thousand-token-wood-sim), a tiny emergent economy where five woodland creatures trade goods for pebbles, gossip, and react to reskinned market-history "Wood Legends". Each creature thinks on a **different lab's small model** (distinct-engine budget 29.5B <= 32B): | Creature | Model | Lab | |---|---|---| | Oona (owl) | openai/gpt-oss-20b | OpenAI | | Bramble (squirrel) | openbmb/MiniCPM3-4B | OpenBMB | | Fenn (fox) | nvidia/Nemotron-Mini-4B-Instruct | NVIDIA | | Mossback (tortoise) + Pip (mouse) | AdmiralTaco/ttw-trader-0.5b | fine-tuned (ours) | Each row is one creature's turn: the exact system + user prompt it saw, its raw JSON response, its parsed offers and gossip, its private `thought`, and the model/lab that produced it -- so you can compare how four labs' small models read the *same* market state and choose differently. Shared for the **Sharing is Caring** bonus quest of the Build Small Hackathon. ## Fields - `turn` (int), `creature` (str) - `engine` (str), `model` (str), `lab` (str): which council engine produced the row - `system`, `user` (str): the exact prompt the agent received - `response` (str): the raw model output (normalized; harmony channels stripped) - `thought` (str|null): the agent's private reasoning for the turn - `offers` (list): parsed `{creature, side, good, price, qty}` actions - `gossip` (list[str]): rumors the agent broadcast