X-Augenstern/LiteMind-Agent
LiteMind 是基于 Java 21 + Spring Boot 3 + Spring AI + RAG + Tool Calling + MCP 构建的通用 AI 智能体。支持多轮对话、记忆持久化和 RAG 知识库检索,基于 ReAct 智能体工作模式,具备自主思考能力,能够调用工具完成复杂任务,如网页搜索、资源下载、PDF 生成等。
Platform-specific configuration:
{
"mcpServers": {
"LiteMind-Agent": {
"command": "npx",
"args": [
"-y",
"LiteMind-Agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...