Knowledge Service for ObjectStack — orchestrator implementing IKnowledgeService over pluggable IKnowledgeAdapter backends (RAGFlow, LlamaIndex, Dify, in-memory).
Microkernel Core for ObjectStack
MSW (Mock Service Worker) Plugin for ObjectStack Runtime
Feed/Chatter Service for ObjectStack — implements IFeedService with in-memory adapter for comments, reactions, field changes, and record subscriptions
Package management service for ObjectStack — publish, install, and manage packages
In-memory knowledge adapter for ObjectStack (dev / test reference implementation).
Metadata loading, saving, and persistence for ObjectStack
RAGFlow knowledge adapter for ObjectStack — production-grade RAG via the Apache 2.0 RAGFlow REST API.
ObjectStack Studio - A metadata-driven admin interface for managing data and configuration
Storage Service for ObjectStack — implements IStorageService with local filesystem and S3 adapter skeleton
AI Service for ObjectStack — implements IAIService with LLM adapter layer, conversation management, tool registry, and REST/SSE routes
I18n Service for ObjectStack — implements II18nService with file-based locale loading
Automation Service for ObjectStack — implements IAutomationService with plugin-based DAG flow execution engine
ObjectStack Data Adapter for Object UI
Realtime Service for ObjectStack — implements IRealtimeService with WebSocket and in-memory pub/sub
Job Service for ObjectStack — implements IJobService with setInterval and cron scheduling
Authentication & Identity Plugin for ObjectStack
Command Line Interface for ObjectStack Protocol
Analytics Service for ObjectStack — implements IAnalyticsService with multi-driver strategy pattern (NativeSQL, ObjectQL, InMemory)
Queue Service for ObjectStack — implements IQueueService with in-memory and BullMQ adapters
ObjectStack Core Runtime & Query Engine
ObjectStack Console — opinionated, fork-ready runtime console built on @object-ui/app-shell with the full plugin set wired up. Ships as a Hono UI plugin serving a pre-built SPA.
ObjectStack REST API Server - automatic REST endpoint generation from protocol
Official Client SDK for ObjectStack Protocol