Skip to content

Fozikio/tools-evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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-evolution

Tools

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

License

MIT

About

Identity evolution tracking tools plugin for cortex-engine

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors