|
|
|
|
|
by n4pw01f
179 days ago
|
|
I have used HTMX extensively with AI agents. It is fantastic for dynamic views. Agent one: handles the request and does tool calls Agent two: reads the result and decides on quality vs a re-drive if it’s low quality Agent three: decides how to present the information to the user, creates a collection of HTMX elements HTMX hx-get is reliably, and beautifully rendering the result of the Agentic Workflow without any react, etc. Very happy and passing quality gates. I love not having security alerts every week to patch because of some buried react dependency library |
|