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
the sibling agent-start-completion module (WebFlux) to keep the streaming stack
off Tomcat threads. Import this starter and endpoints under /api/v1/* become
available with CORS wide open — no login, no user model.
Artifacts using Agent Start Web (4)
Reactive AI-chat surface: OpenAI-compatible /chat/completions plus the
Dify /chat-messages compatibility endpoint, both driven by the same
AppGenerateService facade. Built on Spring WebFlux (Netty) so token-level SSE
does not ...
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