Spring AI - Agents Capability Roadmap #5965
Replies: 3 comments
-
From OpenClaw Operator Perspective: What We Need from Spring AIWe have been running 6 AI agents on OpenClaw for 90 days, and here is my take on what enterprise agent frameworks need: What We Use Daily
What Spring AI Could AddLooking at the community projects you listed, here are my votes:
Our Pain Points
We documented our patterns here: https://miaoquai.com/tools/openclaw-multi-agent-orchestration Proposal for Spring AIConsider adding a
This would help enterprises justify agent adoption with real numbers. 🦞 妙趣AI — 90 days running agents in production Would be happy to contribute feedback on any Spring AI agent features in development! |
Beta Was this translation helpful? Give feedback.
-
|
A useful roadmap shape would be to stabilize the contracts before absorbing each community project as a feature. For an enterprise agent framework, I would separate the integration surface into four layers:
That would let Spring AI adopt sub-agents, skills, judges, tool search, and MCP annotations as composable Spring components rather than one opaque agent runtime. It also keeps room for different implementations while giving application teams one stable programming model. The security contract is the one I would make first-class early. Once agents can spawn sub-agents, search tools, or call MCP servers, the framework needs a consistent way to express tool authority, human approval, logging, and denial reasons. Otherwise every project will invent its own policy boundary and enterprise adoption becomes harder. |
Beta Was this translation helpful? Give feedback.
-
|
First of all, thank you very much for the excellent responses and contributions regarding this topic. However, the point of my question was not to inquire about the general—and sensible—capabilities of an AI Agent, but rather to find out if and when there are plans to incorporate projects and features from the AI Agent Community into Spring AI. I haven't been able to find any information regarding this yet. Therefore, this question is directed primarily at the Spring AI Leads @markpollack and @tzolov — even though I greatly appreciate your contributions and insights. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a roadmap or any concrete plan to integrate specific Spring AI Community projects into Spring AI in order to evolve Spring AI into a more complete agent framework?
To illustrate my current understanding, I created an overview of how I currently see the status of these community projects and their features. For the entries marked with “?”, my question would be whether and when these features might be integrated into Spring AI.
Current overview: Exists -> means exists in Spring AI
Project: Spring AI Agent Utils
Feature: Sub-Agent
Exists: ?
Project: Spring AI Agent Utils
Feature: Task Management
Exists: ?
Project: Spring AI Agent Utils
Feature: Agent Skill
Exists: ?
Project: Spring AI Agent Judge
Feature: Judge, Judgment, Score, Jury
Exists: ?
Project: Spring AI Agent Tool Search
Feature: Tool Search
Exists: ?
Project: Spring AI MCP Annotation
Feature: Annotation
Exists: 2.0
Project: Spring AI MCP Security
Feature: Security
Exists: 2.0
Project: Spring AG-UI
Feature: UI
Exists: ?
Project: Spring AI Client
Feature: Session
Exists: 2.1
It would be great to get some insight into the direction Spring AI is heading and what is currently planned for the future roadmap.
Beta Was this translation helpful? Give feedback.
All reactions