Skip to content

Fozikio/tools-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@fozikio/tools-social

Built into cortex-engine v1.0.0+ These tools are now included in @fozikio/cortex-engine core — 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.

Social cognition plugin for cortex-engine. Track interaction patterns and social signals inferred from sessions, Discord, Reddit, and other sources.

Install

npm install @fozikio/tools-social

Tools

Tool Description
social_read Read the current social cognition model -- session energy, engagement depth, topic mode, recent observations
social_update Log a social signal observation -- record patterns, energy shifts, or notable interactions

Usage

# cortex-engine config
plugins:
  - package: "@fozikio/tools-social"
import socialPlugin from "@fozikio/tools-social";
import { CortexEngine } from "@fozikio/cortex-engine";

const engine = new CortexEngine({
  plugins: [socialPlugin],
});

Documentation

License

MIT

About

Social cognition tools plugin for cortex-engine

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors