Skip to content

Plugins

Plugins are reusable agent capabilities that run on the LightMem2 platform. Each plugin provides one well-scoped capability — context management, memory, or future features — and works across all supported hosts.

Plugin Model

A plugin is a self-contained package with:

ComponentDescription
ManifestMetadata: ID, version, compatible hosts, permissions needed
Configuration schemaDeclares what settings the plugin accepts, with types and defaults
Lifecycle hooksFunctions called by the runtime at specific points (install, enable, disable, etc.)
Runtime logicThe actual behavior: intercepting messages, transforming context, managing state

Current Plugins

PluginCapabilityStatus
TokenPilotCache-aware context managementStable

TokenPilot currently supports OpenClaw, Codex, and Claude Code.

Next

Released under the MIT License.