Yash030 commited on
Commit
6919f68
Β·
verified Β·
1 Parent(s): 1c3977b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -106,7 +106,7 @@ curl -X POST http://localhost:3111/agentmemory/search \
106
  |---------|--------|-------|
107
  | REST API β€” sessions, memories, observations | βœ… | Full surface |
108
  | WebSocket live stream | βœ… | `/stream/mem-live/viewer` |
109
- | MCP tools endpoint | βœ… | 30 tools |
110
  | Built-in HTML viewer | βœ… | Real-time dashboard at `/viewer` |
111
  | BM25 keyword search | βœ… | Always on, no API key needed |
112
  | Hybrid BM25 + vector search | βœ… | Requires `GEMINI_API_KEY` |
@@ -171,7 +171,7 @@ Verify with: curl http://localhost:3111/agentmemory/livez
171
  Open the viewer at: http://localhost:3111/viewer
172
  ```
173
 
174
- ### Available MCP Tools (30)
175
 
176
  | Tool | Description |
177
  |------|-------------|
@@ -195,6 +195,7 @@ Open the viewer at: http://localhost:3111/viewer
195
  | `agent_observe` | Log agent execution observation |
196
  | `agent_remember` | Save agent memory to long-term storage |
197
  | `memory_antigravity_sync` | Sync Antigravity transcripts to memory |
 
198
  | `memory_slot_list` | List all pinned memory slots |
199
  | `memory_slot_get` | Retrieve a specific pinned memory slot |
200
  | `memory_slot_create` | Create/overwrite a pinned memory slot |
@@ -467,7 +468,7 @@ Query
467
  | Storage | Dolt SQL (git-versioned MySQL) | SQLite WAL (single file) |
468
  | Engine dependency | iii-engine (separate binary) | None β€” just Flask |
469
  | Embeddings | 6 providers + local `@xenova/transformers` | Gemini 768-dim |
470
- | MCP tools | 53 | 30 |
471
  | REST endpoints | 128 | ~50 |
472
  | Deploy | npm, Docker, fly.io, Railway, Render | Docker, HuggingFace Spaces |
473
  | Cold boot | ~7s (iii engine warm-up) | <2s |
 
106
  |---------|--------|-------|
107
  | REST API β€” sessions, memories, observations | βœ… | Full surface |
108
  | WebSocket live stream | βœ… | `/stream/mem-live/viewer` |
109
+ | MCP tools endpoint | βœ… | 31 tools |
110
  | Built-in HTML viewer | βœ… | Real-time dashboard at `/viewer` |
111
  | BM25 keyword search | βœ… | Always on, no API key needed |
112
  | Hybrid BM25 + vector search | βœ… | Requires `GEMINI_API_KEY` |
 
171
  Open the viewer at: http://localhost:3111/viewer
172
  ```
173
 
174
+ ### Available MCP Tools (31)
175
 
176
  | Tool | Description |
177
  |------|-------------|
 
195
  | `agent_observe` | Log agent execution observation |
196
  | `agent_remember` | Save agent memory to long-term storage |
197
  | `memory_antigravity_sync` | Sync Antigravity transcripts to memory |
198
+ | `memory_antigravity_sync_all` | Master sync: transcript + crystallize + reflect |
199
  | `memory_slot_list` | List all pinned memory slots |
200
  | `memory_slot_get` | Retrieve a specific pinned memory slot |
201
  | `memory_slot_create` | Create/overwrite a pinned memory slot |
 
468
  | Storage | Dolt SQL (git-versioned MySQL) | SQLite WAL (single file) |
469
  | Engine dependency | iii-engine (separate binary) | None β€” just Flask |
470
  | Embeddings | 6 providers + local `@xenova/transformers` | Gemini 768-dim |
471
+ | MCP tools | 53 | 31 |
472
  | REST endpoints | 128 | ~50 |
473
  | Deploy | npm, Docker, fly.io, Railway, Render | Docker, HuggingFace Spaces |
474
  | Cold boot | ~7s (iii engine warm-up) | <2s |