Evolution tracking plugin for cortex-engine. Propose and track identity changes -- shifts in values, preferences, patterns, or beliefs -- with an auditable proposal workflow.
npm install @fozikio/tools-evolution
| Tool | Description |
|---|---|
evolve |
Propose an identity evolution with change description, trigger, confidence level, and dimension |
evolution_list |
List evolution proposals filtered by status (proposed, applied, rejected, reverted) |
# cortex-engine config
plugins:
- package: "@fozikio/tools-evolution"import evolutionPlugin from "@fozikio/tools-evolution";
import { CortexEngine } from "@fozikio/cortex-engine";
const engine = new CortexEngine({
plugins: [evolutionPlugin],
});- Wiki — Guides, architecture, and full tool reference
- Plugin Authoring — Build your own plugins
- Contributing — How to contribute
MIT