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.
Artifacts using Agent Start Trigger (4)
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
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