Files
ragflow/docs/guides/agent/agent_overview/purpose_of_agent.md
YanZhang 7f85a5776e docs: update user guide (#17358)
add model config guide word and picture
add teams guide words
2026-07-29 20:46:04 +08:00

764 B

sidebar_position, slug, sidebar_custom_props
sidebar_position slug sidebar_custom_props
1 /purpose_of_agent
categoryIcon
RagAiAgent

Purpose of Agent

Agent is the business workflow orchestration capability in RAGFlow. Users can add components on a no-code canvas and define execution order via connections. Components can be executed sequentially, or enter different paths according to conditional branches, classification results or loop logic.

Agents are commonly used in the following scenarios:

  • Answering user questions based on knowledge bases.
  • Identifying user intents and routing to different processing flows.
  • Calling HTTP interfaces, databases, MCP tools or custom code.
  • Splitting and batch processing long texts.
  • Saving session memory or exporting processing results.