Sources and triggers
Running and deploying your AI Agent
Sources is what makes your xpander-built AI Agent versatile - you can configure sources for chatting to your AI Agent in a Web interface, using it via SDK, chatting with it on Slack and Teams, calling it via Webhook, and more.
Generally, you add Sources to the AGS, and determine which Topics they are connected to. When connecting a Source to a Topic, all prompts flowing from the Source (i.e. from your AI application using the xpander SDK), the AI Application is allowed to traverse Operations in the Topic.
Source node types:
SDK
The most powerful Source, used by developers and AI Engineers. When developing your xpander AI Agent on your own, use the xpander SDK to to leverage the benefits of AGS and Agentic Interfaces within your AI Agent’s code.
Chat
The Chat Source allows you to make your AI Agent available for chatting through a Web UI, Slack, Teams, and even embed a chat widget in your website.
Task
The Task Source allows you to built Agentic automation workflows, by attaching a Task source to a Topic on the AGS, and giving it instructions and a trigger time.
Webhook
For developers and AI Engineers, you can trigger your agent via API calls.
SaaS Application triggers
Coming soon!