Skip to main content

Contexts

ALPHA STATE

Please note that Contexts are currently in an alpha state. While agents can read from contexts, the efficiency of source loading could be improved.

Stay tuned for updates on this page as we enhance their deployment and reach a higher level of confidence!

Overview

Contexts are custom knowledge bases designed for agents to access and utilize specific data relevant to their tasks. This feature allows users to create context stores that contain their own custom data, which agents can then reference and use to perform their functions more effectively.

How Contexts Work

Contexts provide agents with a way to access specific data that is not part of their core programming. This data can include information such as user preferences, external knowledge, or any other relevant details that can enhance the agent's performance. When an agent needs to access this data, it can query the context store and retrieve the necessary information.

Creating Contexts

Context stores can be created through the portal. This process involves defining the custom data that will be stored in the context and configuring the context store to make it accessible to the agents. While there is no API currently available for creating custom context stores, this may change in the future as the system evolves. This would provide users with even more flexibility and control over their context stores, further enhancing the capabilities of agents.