Journal plugin for cortex-engine. Write and read reflective journal entries keyed by date, with theme, mood, and evolution tracking.
npm install @fozikio/tools-journal
| Tool | Description |
|---|---|
journal_write |
Write or update a reflective journal entry for a given date |
journal_read |
Read journal entries by specific date or last N days |
# cortex-engine config
plugins:
- package: "@fozikio/tools-journal"import journalPlugin from "@fozikio/tools-journal";
import { CortexEngine } from "@fozikio/cortex-engine";
const engine = new CortexEngine({
plugins: [journalPlugin],
});- Wiki — Guides, architecture, and full tool reference
- Plugin Authoring — Build your own plugins
- Contributing — How to contribute
MIT