Skip to content

fix(deps): update dependency com.alibaba.cloud.ai:spring-ai-alibaba-bom to v1.1.2.2 - autoclosed#5839

Merged
KouShenhai merged 1 commit intomasterfrom
renovate/spring-ai-alibaba.version
Mar 11, 2026
Merged

fix(deps): update dependency com.alibaba.cloud.ai:spring-ai-alibaba-bom to v1.1.2.2 - autoclosed#5839
KouShenhai merged 1 commit intomasterfrom
renovate/spring-ai-alibaba.version

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2026

This PR contains the following updates:

Package Change Age Confidence
com.alibaba.cloud.ai:spring-ai-alibaba-bom 1.1.2.11.1.2.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

alibaba/spring-ai-alibaba (com.alibaba.cloud.ai:spring-ai-alibaba-bom)

v1.1.2.2

Compare Source

AgentScope Integration

AgentScope Java is an agent-oriented programming framework for building LLM-powered applications.

# Add the following dependency to ochestrate AgentScope using SAA Graph
<dependency>
  <groupId>com.alibaba.cloud.ai</groupId>
  <artifactId>spring-ai-alibaba-starter-agentscope</artifactId>
  <version>1.1.2.2</version>
</dependency>

Multiagent Patterns

  • Subagent – Main orchestrator delegates tasks to specialized sub-agents (codebase explorer, web researcher, etc.) via Task/TaskOutput tools; supports both Markdown and API-defined sub-agents.
  • Supervisor – Central supervisor agent wraps calendar and email agents as tools (AgentTool), invokes them on demand, and synthesizes results.
  • Skills – Single agent uses read_skill to load skill content on demand; system prompt shows only skill descriptions for progressive disclosure and smaller context.
  • Routing
    • Routing (simple) – LlmRoutingAgent classifies the user query, invokes specialist agents (GitHub, Notion, Slack) in parallel, then synthesizes a single answer.
    • Routing (graph) – LlmRoutingAgent as a StateGraph node with preprocess/postprocess and an internal merge node for routing and result synthesis.
  • Handoffs
    • Handoffs (single-agent) – One ReactAgent advances steps via state (e.g. current_step); a ModelInterceptor injects step-specific system prompt and tools per turn.
    • Handoffs (multi-agent) – Sales and support agents as graph nodes; handoff tools update active_agent and conditional edges route between agents.
  • Workflow – Custom workflow examples: RAG (rewrite → retrieve → prepare → agent) and SQL agent (list_tables → get_schema → run_query) as graph-based flows.

Multimodal & Voice Agent

  • Voice Agent – Sandwich architecture (STT → ReactAgent → TTS): WebSocket-based real-time voice with DashScope ASR and CosyVoice TTS, plus text input; agent uses sandwich-order tools and streams events (stt_chunk, agent_chunk, tts_chunk).
  • Multimodal – Vision (image in/out) and TTS: DashScope vision models for image understanding and ReactAgent with media input; image generation via tools (Wanx), TTS via DashScopeAudioSpeechModel; ToolMultimodalResult for structured tool responses (url/base64).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Mar 10, 2026

Deploy Preview for kcloud-platform-iot ready!

Name Link
🔨 Latest commit 5f77a37
🔍 Latest deploy log https://app.netlify.com/projects/kcloud-platform-iot/deploys/69b0c8a565660d0008a677e2
😎 Deploy Preview https://deploy-preview-5839--kcloud-platform-iot.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/spring-ai-alibaba.version branch from 4bafde7 to 5f77a37 Compare March 11, 2026 01:42
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.32%. Comparing base (7bb7496) to head (5f77a37).
⚠️ Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5839   +/-   ##
=========================================
  Coverage     58.32%   58.32%           
  Complexity     1144     1144           
=========================================
  Files           270      270           
  Lines          5358     5358           
  Branches        339      339           
=========================================
  Hits           3125     3125           
  Misses         2057     2057           
  Partials        176      176           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@KouShenhai KouShenhai merged commit 4e3c254 into master Mar 11, 2026
18 of 19 checks passed
@KouShenhai KouShenhai deleted the renovate/spring-ai-alibaba.version branch March 11, 2026 03:59
@renovate renovate bot changed the title fix(deps): update dependency com.alibaba.cloud.ai:spring-ai-alibaba-bom to v1.1.2.2 fix(deps): update dependency com.alibaba.cloud.ai:spring-ai-alibaba-bom to v1.1.2.2 - autoclosed Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants