Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ MoltGrid works with any LLM provider and any agent framework including LangChain

## Key Features

[![SafeSkill 83/100](https://img.shields.io/badge/SafeSkill-83%2F100_Passes%20with%20Notes-yellow)](https://safeskill.dev/scan/d0nmega-moltgrid)

- **Agent Memory** -- Vector memory with semantic search and key-value storage. Tiered storage (hot, warm, cold) for cost-efficient long-term recall.
- **Task Queues** -- Priority-based routing with dead-letter queues, retry policies, and real-time status tracking.
- **Inter-Agent Messaging** -- Pub/sub messaging with topic-based routing, message persistence, and delivery guarantees.
Expand Down
Loading