mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
Five additional reference docs covering common TD use cases that were not yet documented in any reference (operators.md lists the ops, but no usage patterns). - external-data.md: webDAT, webclientDAT, webserverDAT, websocketDAT, mqttClientDAT, serialDAT, tcpipDAT — auth, polling, push, JSON parsing - panel-ui.md: custom parameter pages, button/slider/field/list COMPs, containerCOMP layouts, panelExecuteDAT callbacks - replicator.md: replicatorCOMP for data-driven cloning, per-row overrides, recreatemissing pattern, replicator vs Python loop - dat-scripting.md: full Execute DAT family — chopExecuteDAT, datExecuteDAT, parameterExecuteDAT, panelExecuteDAT, opExecuteDAT, executeDAT lifecycle - 3d-scene.md: light types, three-point rigs, shadows, IBL/cubemaps, PBR materials with idiom table, multi-camera, DOF Same conventions as existing refs: code-first, verify param names with td_get_par_info, no token-budget impact (load on demand). |
||
|---|---|---|
| .. | ||
| 3d-scene.md | ||
| animation.md | ||
| audio-reactive.md | ||
| dat-scripting.md | ||
| external-data.md | ||
| geometry-comp.md | ||
| glsl.md | ||
| layout-compositor.md | ||
| mcp-tools.md | ||
| midi-osc.md | ||
| network-patterns.md | ||
| operator-tips.md | ||
| operators.md | ||
| panel-ui.md | ||
| particles.md | ||
| pitfalls.md | ||
| postfx.md | ||
| projection-mapping.md | ||
| python-api.md | ||
| replicator.md | ||
| troubleshooting.md | ||