Model management: provider/credential registry, model instance factory and a Spring AI based
invocation layer (chat, embedding, rerank). Importable standalone.
Artifacts using Agent Start Model (11)
Knowledge base / RAG: document loading, template-based chunking, embedding indexing and
hybrid (vector + keyword) retrieval with reranking. Depends on agent-start-model.
Last Release on Jul 29, 2026
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
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.
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
Observability / LLMOps: per-call token + cost + latency metering for every LLM invocation, persisted
for aggregation, with optional Micrometer metrics. Plugs into the model module via ChatModelDecorator.
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
7.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
DeepSeek model provider using the official spring-ai-deepseek SDK.
Adding this jar transparently upgrades the built-in "deepseek" preset from
the generic OpenAI-compatible client to the native DeepSeek client, which
surfaces ...
Last Release on Jul 29, 2026
Volcengine Ark (Doubao) model provider. Uses the OpenAI-compatible
REST protocol under the hood but exposes an explicit "endpointId" credential
field — Volcengine identifies inference endpoints by ep-xxx ids rather than
model ...
Last Release on Jul 29, 2026