Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agentic framework based on Spring AI #102

Open
chickenlj opened this issue Nov 15, 2024 · 2 comments
Open

Agentic framework based on Spring AI #102

chickenlj opened this issue Nov 15, 2024 · 2 comments

Comments

@chickenlj
Copy link
Collaborator

在 Spring AI 框架基础上,抽象和实现一套可用于构建 agent、multi-agent 工作流的框架。

框架具备如下一些核心特性:

  • 支持将LLM、Tools、Human组成工作流成,灵活的支持多种形态的工作流,如并行分支、条件分支、fan-out/fan-in等
  • 支持 Multi Agent(嵌套工作流)
  • 支持暂停/重启(状态持久化)
  • 支持人工介入
  • 提供配套的可视化开发工具

image

@kaori-seasons
Copy link

kaori-seasons commented Nov 27, 2024

@chickenlj 有考虑参考LangChat的流程编排模块实现初版嘛. 如并行分支、条件分支

@CodingNowPls
Copy link

@chickenlj 有考虑参考LangChat的流程编排模块实现初版嘛. 如并行分支、条件分支

@kaori-seasons 这已经有了一个:https://github.com/bsorrentino/langgraph4j

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

No branches or pull requests

3 participants