Project Files
DEVELOPING.md
This document contains instructions for building, running, and modifying the OmniMind plugin from source.
If you are an AI agent assisting with the codebase, please refer to the AGENTS.md file for architectural rules and constraints.
@lmstudio/sdkmupdf.act() loop).act() workflows. The agent inherently decides when to query the knowledge graph or answer directly, eliminating the need for heavy, error-prone third-party orchestration frameworks like LangChain.If you want to modify the plugin from source:
Clone the repository:
Install dependencies:
Build the project:
To start the plugin server with live-reloading for local development:
This will automatically compile changes and connect the plugin to your running LM Studio instance.
OmniMind uses the native node:test runner. To execute the test suite:
git clone https://github.com/phuocnguyen90/omnimind.git
cd omnimind
npm install
npm run build
lms dev
npm run test