Memories
Memories
Chat memory components store and retrieve chat messages by session_id.
AstraDBChatMemory Component
This component creates an AstraDBChatMessageHistory instance, which allows for storing and retrieving chat messages using Astra DB, a cloud-native database service.
Tools
Tools
Tool components are used to interact with external services, APIs, and tools. They can be used to search the web, query databases, and perform other tasks.
Bing Search API
This component allows you to call the Bing Search API.
diff --git a/Configuration/configuration-custom-database.html b/Configuration/configuration-custom-database.html index 388a0c0ad8..43d28642cc 100644 --- a/Configuration/configuration-custom-database.html +++ b/Configuration/configuration-custom-database.html @@ -10,8 +10,8 @@ - - + + diff --git a/agents-overview.html b/agents-overview.html index 7efb24124f..5c9c6bbaee 100644 --- a/agents-overview.html +++ b/agents-overview.html @@ -10,18 +10,18 @@ - - + + -Agents overview
Agents are AI systems that use LLMs as a brain to analyze problems and select external tools.
+Agents overview
Agents are AI systems that use LLMs as a brain to analyze problems and select external tools.
Instead of developers having to create logical statements to direct every possible path of a program, an agent can operate with autonomy. An agent can leverage external tools and APIs to gather information and take action, demonstrate chain-of-thought reasoning, and generate tailored text for specific purposes.
To simplify the development of agents, Langflow created a custom Tool calling agent component that simplifies configuration and lets developers focus on solving problems with agents.
-To get started, see Create a problem solving agent.
To get started, see Create a problem solving agent.