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 tie up a servlet thread per client. Depends on agent-start-web only
for the shared ApiResponse envelope; the module itself contains its own SSE
bridge, chat DTOs, and workflow/agent generators.
Artifacts using Agent Start Completion (2)
1.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
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
- Prev
- 1
- Next