This is the part of the building where language models show their workings. Try prompts, wire simple tools together, watch an agent pick a path and see where things break in a low risk way.
Prompts are instructions. Temperature nudges creativity; max tokens caps output length. Try variations to feel the shifts.
Tools are abilities the model can call. We show each step so you can see when a tool is invoked and how the answer is composed.
A sketch of routing logic: classify intent, pick a tool if allowed, then compose an answer. Good for building intuition before heavier agent frameworks.
Flow sketch
This is a simplified routing demo. Real agents add memory, retries, guards and better selection logic.
Ask a question, retrieve relevant chunks from your notes, and draft an answer. Stays in-browser for safety.
Add a custom chunk (optional)
Answer
Retrieved chunks
Prompt bench, tools, agents and grounding activity logged here.