# ai-agent-example **Repository Path**: future94/ai-agent-example ## Basic Information - **Project Name**: ai-agent-example - **Description**: 智能体(ai agent)开发的相关知识与代码示例 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://ai.debug-tools.cc - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 5 - **Created**: 2025-03-19 - **Last Updated**: 2025-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: AIAgent, Java, SpringAI, AI ## README # 智能体(ai agent)开发的相关知识与代码示例 ## 概念 - [AI核心概念](https://ai.debug-tools.cc/guide/concepts.html) ## SpringAI ### 概览 - [Spring Ai概念](https://ai.debug-tools.cc/spring/concepts.html) ### 教程 - [聊天模型(Chat Model)](https://ai.debug-tools.cc/spring/chat-mode.html) - [嵌入模型(Embedding Model)](https://ai.debug-tools.cc/spring/embedding-model.html) - [Chat Client](https://ai.debug-tools.cc/spring/chat-client.html) - [工具(Tool)/功能调用(Function Calling)](https://ai.debug-tools.cc/spring/function-calling.html) - [结构化输出(Structured Output)](https://ai.debug-tools.cc/spring/structured-output.html) - [文档检索(Document Retriever)](https://ai.debug-tools.cc/spring/document-retriever.html) - [ETL管道(ETL Pipeline)](https://ai.debug-tools.cc/spring/etl-pipeline.html) - [向量存储(Vector Store)](https://ai.debug-tools.cc/spring/vector-store.html) - [索引增强生成(RAG)](https://ai.debug-tools.cc/spring/rag.html) - [聊天记忆(Chat Memory)](https://ai.debug-tools.cc/spring/chat-memory.html) - [模型上下文协议(MCP)](https://ai.debug-tools.cc/spring/mcp.html) - [多模态(Multimodality)](https://ai.debug-tools.cc/spring/multimodality.html) ## 示例应用 - [WebSearch应用搭建](https://ai.debug-tools.cc/demo/web-search.html) - [机票预订助手](https://ai.debug-tools.cc/demo/flight-booking.html)