This server supports DAU — a protocol that allows chatbots and other systems to discover and call functions dynamically over HTTP.
To explore available capabilities:
?op=list — list all available function libraries?op=get&id=library1 — retrieve full manifest for a specific library?op=list&tag=humor — list libraries matching a specific tagEach manifest describes callable functions and how to invoke them. A chatbot can fetch these, interpret function meaning, and then issue calls directly via HTTP.
For DAU documentation, see /dau/dau.htm
For functions available on this server, use https://kwiver.com/dau?op=list