C3 AI Documentation Home

Agent Gallery in C3 AI Studio

The Agent Gallery is a catalog of all AI agents created in your application, regardless of their deployment status. Use the gallery to:

  • View AI agents in your application.
  • Continue development and testing on an agent.
  • Deploy an agent that is ready for production.

The Agent Gallery page has two tabs: Agents and Tools.

Agents

The Agents tab lets you create or modify AI agents in your application. Select + Create Agent to create an agent, or select an existing agent from the gallery to modify it in the Agent Workbench.

Use the search input to find an agent by name. The Agents tab includes the following collapsible sections:

  • Drafts: Agents under development. Select an agent card to modify its properties or configuration further.
  • Store: Agents in your organization that are ready for use.
  • Templates: Predefined configurations you can use to create an agent.

Tools

The Tools tab shows a list of tools available for your agents to use. A tool is a piece of code that adds functionality to an agent, such as retrieving historical data for an asset.

Agent workbench

Use the Agent workbench to change an agent's configuration or preview its behavior.

The Agent workbench consists of the Configuration and Preview panels.

Configuration

The Configuration panel displays the selected agent's settings and includes the following controls:

  • Objective & Prompts > Instructions: A text input for guidelines that define the agent's behavior and output.
  • Model > LLM Client: The underlying LLM used by the agent. Options include:
    • VertexAI: Google's AI service platform. Suited for data analysis, technical documentation, or scenarios requiring precise, factual responses.
    • AzureOpenAI: OpenAI's models accessed through Microsoft's infrastructure. Suited for customer-facing agents, creative tasks, or scenarios requiring nuanced communication.
  • Memory > Short Term Memory: When this switch is active, the agent maintains context from previous inputs in the conversation. Turn it off to make the agent treat each input as a separate interaction.
  • Tools: Tools assigned to the agent. Select + to browse and add available options.

Preview

The Preview panel provides an embedded chat interface for testing your agent's behavior. Use the message input field to test your agent's task or tool awareness. You can ask questions such as:

  1. "What can you help me with?"
  2. "What tools do you have access to?"

Use the configuration pane to modify the agent's behavior until its responses meet your requirements.

Agent workbench controls

Select Documentation to create or change comprehensive guidelines for your agent's behavior and knowledge base. You can only access this control on non-deployed agents.

Additional controls depend on whether an agent is a draft or ready for deployment:

  • Finish Configuration: Finalize all configuration changes and move the agent out of Draft status. This control is present for draft agents.
  • Duplicate: Create a new AI agent from a copy of the selected agent.
  • Deploy: Make a stored agent available for use in production.
Was this page helpful?