Tool / connector ecosystem: a Tool SPI, built-in tools, a Spring AI ToolCallback adapter and an
MCP client provider — the n8n-style integration layer agents and workflows call into.
Artifacts using Agent Start Tools (7)
Workflow / agent orchestration: a DAG engine with a variable pool and real nodes (LLM, agent,
knowledge retrieval, condition, HTTP, template, classifier, iteration). Depends on agent-start-model;
knowledge retrieval is optional.
Last Release on Jul 29, 2026
Enterprise agent runtime: pluggable strategies (ReAct, function-calling), persistent conversation
memory, multi-agent delegation and human-in-the-loop tool approval. Depends on agent-start-model and
agent-start-tools.
Last Release on Jul 29, 2026
Ready-to-use REST web layer that exposes every module (model providers,
knowledge, workflow, agent, tools, observability) over HTTP. Built on Spring MVC
(servlet) for the request/response surface; token-level SSE for AI chat lives in
...
Last Release on Jul 29, 2026
4.Agent Start Completion Spring Starter
io.github.aigoodle » agent-start-completion-spring-starter Apache
Spring Boot Starter —— WebFlux/Netty 侧的流式 AI 聊天层聚合。
引入本 starter 即等价于同时引入:
- agent-start-completion OpenAI 兼容 /chat/completions/{appId} + Dify 兼容 /chat-messages
(含 springdoc / swagger-webflux)
...
Last Release on Jul 29, 2026
Runnable demo wiring all modules together; also hosts cross-module integration tests.
Last Release on Jul 29, 2026
Standalone Spring Boot server: bundles every module and exposes /api/v1 REST + SSE endpoints. Run this to have a working backend without embedding the SDK into your own app.
Last Release on Jul 29, 2026
Spring Boot Starter —— MVC/Tomcat 侧的 REST CRUD 层聚合。
引入本 starter 即等价于同时引入:
- agent-start-web REST CRUD 端点 (含 springdoc / swagger-webmvc)
- agent-start-model 模型/凭证/预设 provider
- agent-start-agent ...
Last Release on Jul 29, 2026
- Prev
- 1
- Next