A memory layer for AI agents that refuse to take notes
Cognetivy captures the chaotic reasoning of AI coding agents into structured, local workflows so you can inspect, rerun, and audit what actually happened.

What it does
Cognetivy is an operational state layer that sits next to your code repository, giving AI agents durable workflows, runs, events, and collections. It stores everything in a local .cognetivy/ workspace and runs a browser-based studio so you can visualize and advance agent execution without losing context to chat history. A cloud sync option exists if you sign in, but the default posture is local-first.
The interesting bit The project treats agent reasoning as infrastructure rather than conversation: it bundles an HTTP/WebSocket server, a visual graph editor, and an executor that advances workflow nodes on your machine. That makes it closer to a lightweight orchestrator than a simple logger.
Key highlights
- Local-first by default: state lives in a workspace folder next to your repo, with optional cloud sync.
- Visual studio: design workflow graphs, inspect runs, and drive execution through a bundled browser UI.
- Programmatic TypeScript API for building and manipulating workflows outside the CLI.
- Template system for bootstrapping workflows and evolving them through versions.
- Bundled
better-sqlite3dependency for local persistence.
Caveats
- Native dependency
better-sqlite3means you may still hit platform-specific build issues despite bundling. - Node.js 18 or newer is required.
Verdict Worth a look if you are building local AI coding pipelines and tired of debugging agents through scrollback. Skip it if you are looking for a hosted, end-to-end agent framework; this is explicitly a local state and orchestration layer.
Frequently asked
- What is meitarbe/cognetivy?
- Cognetivy captures the chaotic reasoning of AI coding agents into structured, local workflows so you can inspect, rerun, and audit what actually happened.
- Is cognetivy open source?
- Yes — meitarbe/cognetivy is open source, released under the MIT license.
- What language is cognetivy written in?
- meitarbe/cognetivy is primarily written in TypeScript.
- How popular is cognetivy?
- meitarbe/cognetivy has 784 stars on GitHub.
- Where can I find cognetivy?
- meitarbe/cognetivy is on GitHub at https://github.com/meitarbe/cognetivy.