From 3101dd0ed5377b2b6569d84220e9c979b663289f Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Wed, 26 Nov 2025 06:14:20 -0800 Subject: [PATCH] polish agents page --- docs/docs/core-components/agents.mdx | 33 ++++++++++++---------------- docs/docs/core-components/chat.mdx | 2 +- 2 files changed, 15 insertions(+), 20 deletions(-) diff --git a/docs/docs/core-components/agents.mdx b/docs/docs/core-components/agents.mdx index dc6ce5d2..1ffe19f1 100644 --- a/docs/docs/core-components/agents.mdx +++ b/docs/docs/core-components/agents.mdx @@ -7,35 +7,30 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -OpenRAG includes a built-in [Langflow](https://docs.langflow.org/) instance for creating and managing application workflows called [_flows_](https://docs.langflow.org/concepts-overview). +OpenRAG includes a built-in [Langflow](https://docs.langflow.org/) instance for creating and managing functional application workflows called _flows_. In a flow, the individual workflow steps are represented by [_components_](https://docs.langflow.org/concepts-components) that are connected together to form a complete process. -OpenRAG includes several built-in flows that you can customize. -You can also create your own flows using OpenRAG's embedded Langflow visual editor. - -## Built-in flows +OpenRAG includes several built-in flows: * The [**OpenRAG OpenSearch Agent** flow](/chat#flow) powers the **Chat** feature in OpenRAG. * The [**OpenSearch Ingestion** and **OpenSearch URL Ingestion** flows](/knowledge#knowledge-ingestion-flows) process documents and web content for storage in your OpenSearch knowledge base. * The [**OpenRAG OpenSearch Nudges** flow](/chat#nudges) provides optional contextual suggestions in the OpenRAG **Chat**. +You can customize these flows and create your own flows using OpenRAG's embedded Langflow visual editor. + ## Inspect and modify flows {#inspect-and-modify-flows} All OpenRAG flows are designed to be modular, performant, and provider-agnostic. -OpenRAG provides quick access to common settings and an embedded [Langflow visual editor](https://docs.langflow.org/concepts-overview) where you can fully customize the flows to suit your use case. - -To modify a flow, click