Skip to main content

Mindconnect

LLM-powered agents, a workflow engine, and a task queue — plain Java libraries at the core, Spring Boot apps on top.

The stack is organized into these areas, each fully self-contained and usable on its own:

  • Agents — an agentic runtime for meta-assistants: agents that call other agents, with their own sessions, memory and tools.
  • Workflow — a small, fast workflow engine you can embed as a library in any Java application. Workflows can be used as tools in the agent runtime — or use the agentic runtime as steps.
  • Task queue — a dependency-free task queue with suspend/resume, retries, scheduling and an optional Postgres backend; the sub-agent engine runs on it.
  • Common — shared, dependency-light utility libraries.
  • Semantic UI — the UI framework all admin UIs use. Originally invented just to make UI development faster, it has evolved into an independent project.

The project is free and Apache-2.0 licensed.