Skip to main content

Agent Types

There are two main types of agents in SGP: AgentEx Agents are built in code and support streaming and non-streaming responses. This is the preferred way to build agents for production use and will have the most support moving forward. Agent Service Agents are built inside of SGP using a YAML configuration. They are more limited in their capabilities and will be deprecated in the future.

View agents

To view all available agents in SGP navigate to the agents page. On this page you can see a grid or table view of all agents for your account. Metadata like the agent type, status, description, and updated time is visible.
Agents grid view
Clicking on an agent will take you to the agent’s detail page. You can also create an Agent Service Agent by clicking the Create Agent button. Learn more about Agent Service Agents Creation.