Ecosystem
Everything Fozikio provides
A cognitive engine, nine plugin packages, a CLI, and a safety layer. Use what you need. Skip what you don't.
cortex-engine
MITThe core. 27 cognitive tools over MCP. Persistent semantic memory modeled on how biological brains actually store, consolidate, and retrieve.
Plugin Ecosystem
9 packagesEach plugin extends cortex-engine with a focused domain. Install what your agent actually needs — cortex-engine auto-discovers installed plugins.
@fozikio/tools-threads
Thought threads: create, update, resolve ongoing lines of thinking
@fozikio/tools-journal
Session journaling: structured reflections that persist
@fozikio/tools-content
Content pipeline: draft, review, publish workflow
@fozikio/tools-evolution
Identity evolution: track personality changes over time
@fozikio/tools-social
Social cognition: interaction patterns, engagement tracking
@fozikio/tools-graph
Graph analysis: memory connections, clustering, visualization
@fozikio/tools-maintenance
Memory maintenance: cleanup, deduplication, health checks
@fozikio/tools-vitals
Vitals tracking: agent health metrics and operational signals
@fozikio/tools-reasoning
Cognitive reasoning: abstraction, contradiction detection
Install any plugin: npm install @fozikio/tools-threads — cortex-engine auto-discovers installed plugins.
fozikio CLI
MITMulti-agent workspace management. Initialize workspaces, start MCP servers, add isolated agents, inspect memory health.
Reflex
MITPortable agent safety rules. YAML-based guardrails that work across any agent runtime.
cognitive-grounding
Forces context loading before action — prevents agents from acting on stale or missing state.
observe-first
Requires reading before writing — prevents overwriting information the agent hasn't seen.
note-about-doing
Logs intent before execution — creates an audit trail of what the agent planned to do.
Rules are portable — use them with Claude Code, Cursor, Codex, or any runtime with a Reflex adapter.