Skip to content

Fozikio/tools-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@fozikio/tools-journal

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-journal

Tools

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

License

MIT

About

Journal tools plugin for cortex-engine

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors