Sticky Note (Realtime)

The Sticky Note is exactly what it sounds like—a completely non-functional visual aid for architecture design on the realtime canvas.
Best Practices
Because the realtime-v1/agentcanvas restricts external HTTP modules and massive tooling nodes locally by pushing them onto the Unity environment, Sticky Notes are invaluable for bridging the team communication gap:
- Use sticky notes to document which client-side actions correspond to prompts inside realtime Agent nodes (keep names aligned with what your deployment exposes).
- Annotate required queue JSON schemas so operators know what variables (like
active_agent_id) are expected natively during execution drops.
[!TIP] Sticky notes never compile into the JSON execution map sent to LangChain, resulting in $0$ performance hit during runtime evaluations.