Group: Mindconnect Semantic UI
Sort by:Popular▼

1.MC Common21 usages

ai.mindconnect » mc-common Apache

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

2.MC Agent Domain19 usages

ai.mindconnect » mc-agent-domain Apache

The shared vocabulary of the agents area, package ai.mindconnect.agent: Namespace (the tenant), NamespacedId (the shape every tenant-owned id has), UserId and AuthenticationInfo. A type belongs here only when two modules that ...
Last Release on Sep 24, 2026
Semantic UI core — model classes and default TypeScript renderer in one module
Last Release on Sep 24, 2026

4.MC Workflow14 usages

ai.mindconnect » mc-workflow Apache

Core workflow engine: steps, execution, variable scopes, expression resolution
Last Release on Sep 24, 2026

5.MC Agent Tool SPI13 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 Sep 13, 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 Sep 24, 2026
Document-aware built-in agent tools — PDF/Word/text parsing via Tika+PDFBox+POI
Last Release on Sep 13, 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 Sep 13, 2026

9.MC File Repo7 usages

ai.mindconnect » mc-file-repo Apache

The file counterpart of mc-jdbc: JSON documents in a directory tree, read without locking and written atomically, one writer per file at a time across the whole JVM. FileRepo (one per data directory), Documents (one document ...
Last Release on Sep 13, 2026

10.MC File Store7 usages

ai.mindconnect » mc-file-store Apache

The filesystem adapter of the file store (ports in mc-file-store-core):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, ...
Last Release on Sep 24, 2026

11.MC JDBC7 usages

ai.mindconnect » mc-jdbc Apache

A very small JDBC helper for repositories that store domain objects as JSONB documents next to a few queryable columns: Sql (query/update/ transaction on a DataSource), Row/RowMapper, Json, and DocumentTable (upsert, find, ...
Last Release on Sep 24, 2026

12.MC LLM Gateway7 usages

ai.mindconnect » mc-llm-gateway Apache

LLM server — domain, ports, service, LM Studio (OpenAI-compatible) adapter
Last Release on Sep 13, 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 Sep 24, 2026

14.MC Agent Tools Web6 usages

ai.mindconnect » mc-agent-tools-web Apache

Web built-in agent tools — HTTP fetch, search, HTML-to-Markdown (future Playwright home)
Last Release on Sep 13, 2026
Message repository adapters — file-backed and in-memory implementations of the ports declared in mc-message-repository-core.
Last Release on Sep 13, 2026

16.MC Task Queue6 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 Sep 13, 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 Sep 24, 2026
JSON (de)serialization of workflow definitions
Last Release on Sep 24, 2026

19.MC Agent API REST5 usages

ai.mindconnect » mc-agent-api-rest Apache

Agent REST controllers and DTOs — library, no Spring Boot main class
Last Release on Sep 24, 2026

20.MC Agent Runtime5 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 Sep 13, 2026