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.
Artifacts using Agent Start Workflow (7)
Triggers and automation (n8n-style): webhook, cron and event triggers that asynchronously drive
workflows (or any pluggable target), with invocation history and replay. Depends on agent-start-workflow.
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
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
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