agents-flex
Lightweight Java AI agent development framework supporting RAG, MCP, Skills, and more.
- Type
- Agent Skill
- Transport
- http
- Open source
- Yes
- GitHub Stars
- ★ 1.0k
- Source
- skill-github
- Repository
- github.com/agents-flex/agents-flex
Overview
Agents-flex is a lightweight Java AI agent development framework, positioned as an alternative to Spring AI. It supports various features such as RAG, MCP, Skills, Text2SQL, LLM Wiki, sub-agents, web search, TTS (synchronous and streaming), and STT. The framework aims to help enterprises and developers quickly build production-grade LLM applications. With Agents-flex, users can easily integrate mainstream LLM models and leverage built-in tool calling and data querying capabilities to enable zero-code data analysis and business logic encapsulation.
Capabilities
- ▪RAG support
- ▪MCP protocol integration
- ▪AI skill encapsulation
- ▪Text2SQL and natural language data analysis
- ▪Multi-format document loading
- ▪Vector store integration
Use cases
Setup
Add the dependency to your Maven project:\<dependency>\<groupId>com.agentsflex\</groupId>\<artifactId>agents-flex-core\</artifactId>\<version>2.1.8\</version>\</dependency>
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to configure the model?
Configure the model using the OpenAIChatConfig builder, supporting providers like GiteeAI and OpenAI.
Does it support asynchronous responses?
Yes, it supports synchronous, streaming, and asynchronous responses.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.