@fozikio/tools-evolution
v0.1.4
Published
Identity evolution for AI agents — track how personality and values change over time. Plugin for cortex-engine.
Maintainers
Readme
@fozikio/tools-evolution
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 "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
