@fozikio/tools-threads
v0.1.4
Published
Thought threads for AI agents — create, track, and resolve ongoing lines of thinking. Plugin for cortex-engine.
Maintainers
Readme
@fozikio/tools-threads
Thread management plugin for cortex-engine. Track ongoing questions, explorations, and work topics as persistent thought threads stored in Firestore.
Install
npm install @fozikio/tools-threadsTools
| Tool | Description |
|------|-------------|
| thread_create | Create a new thought thread with title, body, kind, priority, and tags |
| thread_update | Add an update to an existing thread |
| thread_resolve | Mark a thread as resolved with a resolution note |
| threads_list | List threads, optionally filtered by status, kind, or project |
Usage
# cortex-engine config
plugins:
- package: "@fozikio/tools-threads"import threadsPlugin from "@fozikio/tools-threads";
import { CortexEngine } from "cortex-engine";
const engine = new CortexEngine({
plugins: [threadsPlugin],
});Documentation
- Wiki — Guides, architecture, and full tool reference
- Plugin Authoring — Build your own plugins
- Contributing — How to contribute
License
MIT
