@fozikio/tools-evolution
v0.1.5
Published
Identity evolution for AI agents — track how personality and values change over time. Plugin for cortex-engine.
Downloads
232
Maintainers
Readme
@fozikio/tools-evolution
Built into cortex-engine v1.0.0+ These tools are now included in
@fozikio/cortex-enginecore � no separate install needed. This package remains available for use with cortex-engine v0.x only. If you're on v1.0.0+, just install@fozikio/cortex-engine.
Evolution tracking plugin for cortex-engine. Propose and track identity changes -- shifts in values, preferences, patterns, or beliefs -- with an auditable proposal workflow.
Install
npm install @fozikio/tools-evolutionTools
| 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) |
Usage
# 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],
});Documentation
- Wiki — Guides, architecture, and full tool reference
- Plugin Authoring — Build your own plugins
- Contributing — How to contribute
License
MIT
