Files
ragflow/docs/guides/agent/agent_overview/purpose_of_agent.md
YanZhang 611e0596f6 docs: modify docs display & add images (#17575)
### Summary

modify docs display
add some images
delete enterprise docs
standardize capitalization
2026-07-30 21:24:15 +08:00

820 B

sidebar_position, title, sidebar_label, slug, sidebar_custom_props
sidebar_position title sidebar_label slug sidebar_custom_props
1 Purpose of Agent Purpose of Agent /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.