Event Triggers บน Garudust
The article explains that Garudust uses a single core primitive, `agent.run(task)`, to handle all event triggers, including chat messages, cron jobs, and webhooks, by converting external HTTP POST req…
The article explains that Garudust uses a single core primitive, `agent.run(task)`, to handle all event triggers, including chat messages, cron jobs, and webhooks, by converting external HTTP POST req…
Here is a factual summary of the article: Garudust's agent execution is triggered by a single `agent.run(task)` primitive, meaning any external system capable of sending an HTTP POST can act as an ev…
Garudust Agent, a tool that enables Retrieval-Augmented Generation (RAG) for document querying without requiring a vector database or embedding API calls. Instead, it uses SQLite FTS5 with a trigram t…
To enable Thai text-to-speech (TTS) for the Garudust AI agent using iApp Technology's TTS API, requiring no code changes due to Garudust's pluggable script tool system. Users can install the TTS tool …