@fozikio/tools-social
v0.1.4
Published
Social cognition for AI agents — interaction patterns, engagement tracking, relationship memory. Plugin for cortex-engine.
Maintainers
Readme
@fozikio/tools-social
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-socialTools
| 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 "cortex-engine";
const engine = new CortexEngine({
plugins: [socialPlugin],
});Documentation
- Wiki — Guides, architecture, and full tool reference
- Plugin Authoring — Build your own plugins
- Contributing — How to contribute
License
MIT
