Topics
Topics are areas or domains that your AI Agent can work within
In the Agent Graph System (AGS), you can create multiple Topics. Each Topic is represented as a visual group with Operations. Here’s a quick explanation of what each of these terms mean:
-
Topics are like a sub-graph of the AGS that each xpander.ai AI Agent is built around. A Topic allows you to create a closed area of operations in your AI Agent, in order to increase the reliability and accuracy of how the AI Agent traverses the different Operations in the AGS.
-
When the AI Agent selects a topic, it is only presented (via function calling) to the Operations and Functions within that Topic, increasing the accuracy of managing complex tasks, avoiding hitting function number limits, and reducing the chances of selecting wrong API operations.
-
Each Topic has a list of Prompts associated with it. You can view and edit prompts by clicking the Prompts button in the header of the topic. When the AI Agent is running, every incoming prompt will be matched to one or more prompt groups, and when the AI Agent is performing tool calls when running inside a specific Topic, it will only be able to execute the Operations within that Topic.
-
When using the SDK, you are able to limit Topic groupings and present all function call options to the AI Model, if needed by your use-case and AI Agent structure.