LangChain 4j runtime
Leverages the LangChain 4j library so you can compose complex agent chains natively in Java.
The AI Agent connector is a LangChain 4j-powered service task extension for Camunda 8.8-alpha4. It allows you to embed goal-driven large language model (LLM) agents directly in BPMN while providing many benefits. Short-term conversation memory process variables are automatically injected into the agent's context and updated every turn. Guardrails and escalation sentiment, hallucination, and policy checks pause the flow and trigger a user task when thresholds are breached. Ad-hoc tool calls agents can request external actions (for example, Send Email, Write Memory, Query DB) that are fulfilled by child sub-processes created on demand. Please note that alpha software interfaces may change without notice.