awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
spring-ai-alibaba avatar

spring-ai-alibaba/examples

0
View on GitHub↗
2,744 stele·1,159 fork-uri·Java·Apache-2.0·1 vizualizarejava2ai.com↗

Examples

This project provides a collection of example implementations for building AI agents and workflows using the Spring AI Alibaba framework. It focuses on demonstrating how to create intelligent agents that iteratively reason and act to solve problems, coordinate multiple agents across services, and integrate human oversight into automated processes.

The examples showcase key differentiators such as graph-based workflow automation with conditional routing, nested graphs, and parallel execution, as well as real-time streaming of agent responses to clients. The project also illustrates how to manage agent context through prompt engineering, handle errors with automatic retries, and orchestrate complex multi-agent workflows using patterns like sequential, parallel, and routing execution.

Additional capabilities include connecting agents to various LLM providers, tools, and the Model Context Protocol through Spring AI abstractions, enabling comprehensive API integration for building sophisticated AI applications.

Features

  • Multi-Agent Orchestration Patterns - Combines multiple agents using sequential, parallel, routing, and loop execution patterns.
  • LLM Tooling Integrations - Connects agents to multiple LLM providers, tool-calling, and the Model Context Protocol.
  • MCP Protocol Integrations - Integrates with multiple LLM providers, tool-calling, and the Model Context Protocol.
  • Human-in-the-Loop Workflows - Inserts human feedback and approval steps into agent workflows for supervised execution.
  • Multi-Agent Orchestration - Coordinates multiple AI agents across services with sequential, parallel, and routing patterns.
  • ReAct Agents - Provides example implementations for building ReAct agents that iteratively reason and act.
  • ReAct Agent Development - Provides example implementations for building ReAct agents that iteratively reason and act.
  • Graph-Based Workflow Orchestrators - Uses a graph runtime with conditional routing, nested graphs, and parallel execution.
  • Agent Failure Mitigation - Ships automated retry policies and failure recovery for maintaining agent reliability.
  • Agent Context Management - Applies built-in prompt engineering and conversation flow control to improve agent reliability.
  • Service-Based Coordination - Demonstrates coordinating agents across services using Nacos for distributed collaboration.
  • Agent Response Streams - Streams agent output to clients in real time as it is produced.
  • Real-Time Text Streaming - Sends agent output to clients in real time as it is produced for interactive experiences.

Istoric stele

Graficul istoricului de stele pentru spring-ai-alibaba/examplesGraficul istoricului de stele pentru spring-ai-alibaba/examples

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Examples

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Examples.
  • microsoft/agent-frameworkAvatar microsoft

    microsoft/agent-framework

    7,277Vezi pe GitHub↗

    The agent-framework is an LLM agent orchestration framework and multi-agent workflow engine designed for building autonomous AI agents. It provides a tool integration layer for binding external functions, APIs, and sandboxed code as executable tools for language models. The framework distinguishes itself through a graph-based system for designing sequential and parallel task flows, featuring state management and checkpointing for long-running processes. It implements comprehensive conversational state management and an observability suite that uses telemetry to trace execution flows and monit

    Pythonagent-frameworkagentic-aiagents
    Vezi pe GitHub↗7,277
  • joaomdmoura/crewaiAvatar joaomdmoura

    joaomdmoura/crewai

    53,752Vezi pe GitHub↗

    CrewAI is a multi-agent orchestration framework and autonomous agent workflow engine. It provides a system for coordinating autonomous AI agents with specific roles and goals to solve complex tasks through collaborative intelligence. The framework distinguishes itself through a collaborative AI agent system that enables multiple language model instances to share intelligence and execute multi-step objectives via role-playing. It incorporates human-in-the-loop mechanisms, allowing for manual review checkpoints to validate decisions and refine outcomes within autonomous execution paths. The pl

    Python
    Vezi pe GitHub↗53,752
  • jetbrains/koogAvatar JetBrains

    JetBrains/koog

    3,735Vezi pe GitHub↗

    Koog is an LLM agent framework used to build autonomous entities that execute tool-based workflows. It utilizes a graph-based workflow engine to define agent behaviors and decision paths as a directed graph of nodes and edges. The framework distinguishes itself through a model provider orchestrator that enables dynamic switching, load balancing, and automatic fallbacks between different AI backends. It implements the Model Context Protocol to connect agents to remote tool servers and features a RAG memory system using vector embeddings to maintain long-term conversation context. The project

    Kotlinagentframeworkagentic-aiagents
    Vezi pe GitHub↗3,735
  • i-am-bee/beeai-frameworkAvatar i-am-bee

    i-am-bee/beeai-framework

    3,304Vezi pe GitHub↗

    The BeeAI Framework is an LLM agent framework and multi-agent orchestration engine used to build autonomous agents that coordinate reasoning, tool execution, and complex workflows. It functions as a structured AI output controller and RAG integration library, providing a unified interface to manage multiple language model providers. The framework is distinguished by its implementation of the Model Context Protocol, allowing agents, tools, and models to be shared between different AI platforms and hosted as agentic tooling servers. It enables the design of collaborative agent teams through dec

    Pythonagentsaiai-agent
    Vezi pe GitHub↗3,304
Vezi toate cele 30 alternative pentru Examples→

Întrebări frecvente

Ce face spring-ai-alibaba/examples?

This project provides a collection of example implementations for building AI agents and workflows using the Spring AI Alibaba framework. It focuses on demonstrating how to create intelligent agents that iteratively reason and act to solve problems, coordinate multiple agents across services, and integrate human oversight into automated processes.

Care sunt principalele funcționalități ale spring-ai-alibaba/examples?

Principalele funcționalități ale spring-ai-alibaba/examples sunt: Multi-Agent Orchestration Patterns, LLM Tooling Integrations, MCP Protocol Integrations, Human-in-the-Loop Workflows, Multi-Agent Orchestration, ReAct Agents, ReAct Agent Development, Graph-Based Workflow Orchestrators.

Care sunt câteva alternative open-source pentru spring-ai-alibaba/examples?

Alternativele open-source pentru spring-ai-alibaba/examples includ: microsoft/agent-framework — The agent-framework is an LLM agent orchestration framework and multi-agent workflow engine designed for building… joaomdmoura/crewai — CrewAI is a multi-agent orchestration framework and autonomous agent workflow engine. It provides a system for… jetbrains/koog — Koog is an LLM agent framework used to build autonomous entities that execute tool-based workflows. It utilizes a… i-am-bee/beeai-framework — The BeeAI Framework is an LLM agent framework and multi-agent orchestration engine used to build autonomous agents… alibaba/spring-ai-alibaba — This project is a Java-based framework integration that provides an AI agent runtime, a graph-based AI workflow… panaversity/learn-agentic-ai — This project is an educational curriculum and architectural framework for building autonomous AI agents and…