Skip to content

Add ai-iq: persistent memory for AI agents#7

Closed
kobie3717 wants to merge 1 commit intoanthropics:mainfrom
kobie3717:add-ai-iq
Closed

Add ai-iq: persistent memory for AI agents#7
kobie3717 wants to merge 1 commit intoanthropics:mainfrom
kobie3717:add-ai-iq

Conversation

@kobie3717
Copy link
Copy Markdown

Plugin: ai-iq

Give your AI long-term memory in 1 command.

SQLite-based persistent memory system with beliefs, predictions, knowledge graphs, FSRS-6 decay, and dream consolidation. Works with any Python agent — not locked to any framework.

Install

/plugin marketplace add kobie3717/ai-iq
/plugin install ai-iq

Features

  • Single SQLite file = your AI's brain
  • Hybrid search (FTS5 keyword + sqlite-vec semantic)
  • Beliefs with confidence tracking
  • Predictions with resolution
  • Knowledge graph (entities, relationships, spreading activation)
  • FSRS-6 memory decay (memories naturally age)
  • Dream mode (AI-powered consolidation)
  • Python API: from ai_iq import Memory
  • CLI: memory-tool add/search/get/update/delete

Links

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Thanks for the PR! This repo is a read-only mirror — its contents are synced nightly from Anthropic's internal review pipeline, so direct pull requests are closed automatically.

To submit a plugin to the community marketplace, use clau.de/plugin-directory-submission.

@github-actions github-actions bot closed this Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant