spring-ai
spring-ai copied to clipboard
An Application Framework for AI Engineering
Google has introduced a protocol for user-to-agent and agent-to-agent communication, https://a2aprotocol.ai/ Using this protocol it is possible to create agents that bundle with their own tools, like agents you can...
Relates to: #2639 Add presence_penalty, frequency_penalty, and n parameters Following Mistral AI API specifications as referenced in https://docs.mistral.ai/api/#tag/chat
Support a way to auth client-server connection by request params. I think it's necessary, such as, When using Claude Desktop to connect to a remote MCP Server, only one URL...
I have addressed the following warnings and errors that occurred during the Maven build: ```shell [WARNING] [WARNING] Some problems were encountered while building the effective model for org.springframework.ai:spring-ai-docs:jar:1.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version'...
## Overview This PR addresses the issue of duplicate SSE connections and MCP tools creation when both WebFlux and HTTP Client implementations are available. ## Current Issues 1. **Duplicate SSE...
* Add Mistral Saba Latest model to ChatModel * Improve javadoc and update documentation links * Add small code enhancements
**Bug description** the same v1/completions api via destop client cherry studio or restful api for chatting is ok,but based spring ai with package use ChatClient or chatmodel is error,exception info...
* ChatClient observations now include the full prompt content instead of just the userText and systemText. Furthermore, they include consistent telemetry for the tools passed via the ChatClient and a...
Support a way to auth client-server connection by request params. I think it's necessary, such as, When using Claude Desktop to connect to a remote MCP Server, only one URL...