@fozikio/tools-journal
v0.1.5
Published
Session journaling for AI agents — structured reflections that persist across conversations. Plugin for cortex-engine.
Maintainers
Readme
@fozikio/tools-journal
Built into cortex-engine v1.0.0+ These tools are now included in
@fozikio/cortex-enginecore � 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.
Journal plugin for cortex-engine. Write and read reflective journal entries keyed by date, with theme, mood, and evolution tracking.
Install
npm install @fozikio/tools-journalTools
| 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 |
Usage
# 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],
});Documentation
- Wiki — Guides, architecture, and full tool reference
- Plugin Authoring — Build your own plugins
- Contributing — How to contribute
License
MIT
