Group: Mindconnect Semantic UI
Sort by:Popular

1.MC Workflow14 usages

ai.mindconnect » mc-workflow Apache

Core workflow engine: steps, execution, variable scopes, expression resolution
Last Release on Aug 31, 2026
Semantic UI core — model classes and default TypeScript renderer in one module
Last Release on Aug 31, 2026

3.MC Common11 usages

ai.mindconnect » mc-common Apache

Shared value objects and base types — pure Java, no framework
Last Release on Aug 31, 2026

4.MC Agent Tool SPI8 usages

ai.mindconnect » mc-agent-tool-spi Apache

What a tool IS and how it gets bound: Tool, ToolFactory, ToolRegistry, ToolAdvisor, ToolEnvironment plus the ServiceLoader-based registry. Extracted so the eight mc-agent-tools-* modules depend on this instead of on the whole ...
Last Release on Aug 31, 2026
Document-aware built-in agent tools — PDF/Word/text parsing via Tika+PDFBox+POI
Last Release on Aug 31, 2026
Web built-in agent tools — HTTP fetch, search, HTML-to-Markdown (future Playwright home)
Last Release on Aug 31, 2026
Agent tools around the vector-store SPI — vector_upsert / vector_search / vector_delete_file (group "knowledge"), embedding inside the tool so workflows and agents only ever handle text. The ingestion pipeline itself is a workflow ...
Last Release on Aug 31, 2026
JSON (de)serialization of workflow definitions
Last Release on Aug 31, 2026
The agent runtime's core: agent and session domain, the ports around it (chat, tools, token counting, memory strategies, repositories) and the use cases — the turn loop, prompt assembly, tool dispatch. Free of storage, HTTP, ...
Last Release on Aug 31, 2026

10.MC Agent Tools5 usages

ai.mindconnect » mc-agent-tools Apache

Lightweight built-in agent tools — filesystem, workspace, bash (no network, no heavy parsers)
Last Release on Aug 31, 2026

11.MC File Store5 usages

ai.mindconnect » mc-file-store Apache

Id-addressed file storage (OpenAI-Files-API-style): upload once, reference the id from chats and vector stores. Backend SPI via ServiceLoader — filesystem ships built-in, object storage (s3) or database backends slot in as sibling ...
Last Release on Aug 31, 2026

12.MC LLM Gateway5 usages

ai.mindconnect » mc-llm-gateway Apache

LLM server — domain, ports, service, LM Studio (OpenAI-compatible) adapter
Last Release on Aug 31, 2026
The LLM gateway's core: chat/streaming types and the ports (LlmChat, LlmGateway, LlmConfigRepository). Light enough to be a compile dependency of anything — the implementation with its HTTP clients lives in mc-llm-gateway.
Last Release on Aug 31, 2026
The message repository's core: conversations, participants and messages as plain domain types, the ports around them (ConversationManager, ConversationRepository, MessageRepository) and the ConversationService use case. No ...
Last Release on Aug 31, 2026
Semantic UI JSON-viewer extension — adds the `json-viewer` node type: a collapsible, syntax-highlighted view of an arbitrary JSON value. Browser-side only (no Handlebars template), so a server-rendered page shows the core's ...
Last Release on Aug 31, 2026

16.MC Task Queue5 usages

ai.mindconnect » mc-task-queue Apache

Task queue ports (TaskQueue, TaskStore, TaskWorker) with a local virtual-thread implementation. Payloads are data-only, delivery is at-least-once, cancellation is cooperative — the contract is written for the cluster path (DB ...
Last Release on Aug 31, 2026

17.MC Vector Store5 usages

ai.mindconnect » mc-vector-store Apache

Vector store SPI (chunks, similarity search, backends via ServiceLoader) plus the built-in file-persisted in-memory backend with lazy per-store loading and idle eviction. Heavier backends (pgvector, ...) live in sibling modules.
Last Release on Aug 31, 2026
JavaScript (Nashorn) script step support for the workflow engine
Last Release on Aug 31, 2026

19.MC Agent Runtime4 usages

ai.mindconnect » mc-agent-runtime Apache

Agent runtime adapters — file and in-memory repositories, the local in-process runtime, the Pebble prompt renderer and the tokenizer-backed token counters. The domain and use cases live in mc-agent-runtime-core.
Last Release on Aug 31, 2026
Code execution agent tool — runs snippets in disposable containers via docker or podman
Last Release on Aug 31, 2026