Back to Langflow

Agents

docs/docs/Components/components-agents.mdx

1.12.0.dev02.2 KB
Original Source

import PartialAgentsWork from '@site/docs/_partial-agents-work.mdx';

Langflow's Agent component is critical for building agent flows. This component defines the behavior and capabilities of AI agents in your flows.

<PartialAgentsWork />

Examples of agent flows

For examples of flows using the Agent component, see the following:

Agent component {#agent-component}

The Agent component is the primary agent actor in your agent flows. This component uses an LLM integration to respond to input, such as a chat message or file upload.

The agent can use the tools already available in the base LLM as well as additional tools that you connect to the Agent component's Tools port. You can connect any Langflow component as a tool, including other Agent components and MCP servers through the MCP Tools component.

For more information about using this component, see Use Langflow agents.

See also