> ## Documentation Index
> Fetch the complete documentation index at: https://docs.contextual.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Composer

> Quickstart Guide

<Note>
  **Template agents (Basic Search and Agentic Search) are available for self-serve users.** Full Agent Composer capabilities, including building custom workflows with prompts and full config customization via either the visual GUI builder or YAML are available in public preview for enterprise users. For more information or to request access, please contact your Contextual AI representative.
</Note>

## Overview

Contextual AI’s Agent Composer is a framework that enables platform users to build customized query workflows by assembling pre-made components such as search tools, third-party API/MCP integrations, and various LLMs.

By combining these primitives into arbitrary computational graphs, users can design specialized agents tailored to their needs.

### Why Agent Composer?

Engineering teams across semiconductor, manufacturing, energy, and other highly technical industries spend significant time on complex and repetitive work—analyzing device logs, planning production, resolving customer engineering tickets, and more. These tasks demand deep domain expertise, yet occur often enough that the right automation can deliver transformative results.

Until now, AI hasn’t delivered on that promise. Generic AI tools struggle with specialized technical content and often hallucinate. Custom-built solutions take months to deploy and quickly break as underlying data evolves. Agent frameworks provide building blocks, but leave teams to stitch together fragile, production-grade systems on their own.

**What’s been missing is context:** a reliable way for AI to access and reason over the technical documentation, specifications, and institutional knowledge engineers rely on every day.

Agent Composer is Contextual AI’s answer: the infrastructure and orchestration layer that manages context, enforces guardrails, and maintains accuracy throughout multi-step engineering workflows.

### What Makes Agent Composer Unique

Unlike simple workflow tools, Agent Composer supports **hybrid agentic behavior**:

* **Static Workflows:** Defined steps, loops, and branches where you control the recipe
* **Agentic Research Steps:** LLM-powered research agents that operate within a structured agent loop, using explicitly defined tools and constraints to plan, retrieve information, and determine the best approach for answering a query.

This gives enterprises the best of both worlds: intelligence where you need flexibility, and control where you need predictability.

### Real World Results

Agent Composer is in public preview, early customers are seeing dramatic improvements:

| Industry       | Task                                  | Before   | With Agent Composer |
| :------------- | :------------------------------------ | :------- | :------------------ |
| Semiconductors | Customer engineering issue resolution | 8 hours  | 10 minutes          |
| Electronics    | Device log analysis                   | 10 hours | 20 minutes          |
| Logistics      | Technical docs Q\&A                   | 5 hours  | 5 minutes           |
| Manufacturing  | Production planning                   | 10 hours | 5 minutes           |

***

## Agent Composer Workflows

You can create Agent Composer workflows in three ways: using natural language with the Prompt Builder, building visually with the GUI, or editing YAML directly.

### [Prompt Builder](/quickstarts/prompt-builder)

Describe what you want your agent to do in plain language, and the Prompt Builder generates the workflow configuration automatically. This is the fastest way to create a new agent.

* [Prompt Builder Quickstart](/quickstarts/prompt-builder)

### [Agent Composer GUI](/how-to-guides/agent-composer-gui)

The Agent Composer GUI offers a visual workflow builder that lets users design workflows graphically, which are then automatically translated into the corresponding YAML.

* [Agent Composer GUI How-to Guide](/how-to-guides/agent-composer-gui)

### [Agent Composer YAML](/how-to-guides/agent-composer-yaml)

Users can create Agent Composer workflows programmatically by providing a YAML file that defines the workflow graph and its configuration. This file outlines the required syntax, framework rules, and expected behaviors.

The YAML can be entered directly into the text field under the **Advanced Context** tab when creating an agent.

* [Agent Composer YAML How-to Guide](/how-to-guides/agent-composer-yaml)
* [Reference Catalog](/how-to-guides/ac-yaml-reference)
* [Cheatsheet](/how-to-guides/ac-yaml-cheatsheet)

### Tools Included

The following tools can be added to your workflows to help your agents carry out a variety of tasks and functions.

* **Retrieval tools:** Search vector databases, structured data sources, MCP servers, enterprise applications, and any external API read call
* **Ingestion tools:** [Parse](/connectors/overview), extraction, ingestion, [enterprise data connections](/connectors/overview)
* **Action tools:** Connect to business applications, webhooks
* **Planning Tools:** [Query reformulation](/reference/enable-query-expansion), decomposition
* **Evaluation Tools:** [LMUnit](/quickstarts/lmunit), groundedness checks
* **Memory Tools:** Chat history, multi-turn manager, and more to come

***

## Additional Resources

The following resources will help you get up to speed with Agent Composer and make the most of it as you build your workflows.

### Blog Post

Read the launch announcement to learn more about the vision and capabilities:

* [Introducing Agent Composer—AI for when it IS rocket science](https://contextual.ai/blog/introducing-agent-composer)

### Examples

See Agent Composer in action to get a clearer view of how it works.

* [Rocket Science Demo](/examples/rocket_science)
* [Test Program Generation](/examples/test-automation)
