Files
Agents-Flex1/docs/en/index.md
2025-08-27 19:57:13 +08:00

2.7 KiB
Raw Blame History

layout, hero, features
layout hero features
home
name text tagline image actions
Agents-Flex A Java framework for LLM applications lightweight, simple, and more elegant.
src alt
/assets/images/logo.png Agents-Flex
theme text link
brand Quick Start /intro/getting-started
theme text link
alt Documentation /intro/what-is-agentsflex
title details
LLMs Agents-Flex supports common large language models on the market, supports the Ollama deployment model, and also has built-in rich network protocols for docking large models, such as HTTP, SSE, WS, etc., so that developers can use it to easily dock various large models.
title details
Prompt Agents-Flex provides a wealth of large language model development templates and support for Prompt Framework, such as FEW-SHOT, CRISPE, BROKE, ICIO, etc. In addition, Prompt Template we can also customize our own unique content.
title details
Function Calling Agents-Flex has a very flexible Function Calling component. It supports local method definitions, parsing, callbacks through LLMs, and executing local methods to obtain results.
title details
Document Agents-Flex offers Loader, Parser, and Splitter components for the Document. Each component has multiple implementations, making it easy to load data from the web, local files, databases, and various data types.
title details
Memory The Memory module of Agents-Flex is divided into MessageMemory and ContextMemory, used for recording chat messages and Chain execution contexts. Developers can extend the Memory module by inheritance to achieve richer functionalities.
title details
Embedding Agents-Flex includes extensive embedding capabilities and extensions. Developers can implement the Embedding interface to expand their private embedding algorithms and support.
title details
Vector Store Agents-Flex supports multiple vector databases. Developers can also implement the VectorStore interface to expand their private VectorStore services.
title details
Chain Agents-Flexs Chain includes sequential Chains, asynchronous Chains, and loop Chains, helping developers handle various scenarios.
<style> :root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff); --vp-home-hero-image-background-image: linear-gradient(-45deg, #bd34fe 50%, #47caff 50%); --vp-home-hero-image-filter: blur(44px); } @media (min-width: 640px) { :root { --vp-home-hero-image-filter: blur(56px); } } @media (min-width: 960px) { :root { --vp-home-hero-image-filter: blur(68px); } } </style>