Skip to content

Commit b847096

Browse files
committed
docs(memory): sync multimodal-rag + working-memory updates
1 parent 234e565 commit b847096

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/memory/MULTIMODAL_RAG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,17 @@ This keeps the base retrieval system consistent while still allowing richer moda
179179

180180
| Symbol | Repo | Path |
181181
|---|---|---|
182-
| [`MultimodalIndexer`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/multimodal/MultimodalIndexer.ts) | `framersai/agentos` | `src/cognition/rag/multimodal/MultimodalIndexer.ts` |
183-
| [`MultimodalAggregator`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/io/ingestion/MultimodalAggregator.ts) | `framersai/agentos` | `src/cognition/memory/io/ingestion/MultimodalAggregator.ts` |
184-
| [`UnifiedRetriever`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/unified/UnifiedRetriever.ts) | `framersai/agentos` | `src/cognition/rag/unified/UnifiedRetriever.ts` |
185-
| [`EmbeddingManager`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/EmbeddingManager.ts) | `framersai/agentos` | `src/cognition/rag/EmbeddingManager.ts` |
186-
| [`VectorStoreManager`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/VectorStoreManager.ts) | `framersai/agentos` | `src/cognition/rag/VectorStoreManager.ts` |
187-
| [`RetrievalAugmentor`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/RetrievalAugmentor.ts) | `framersai/agentos` | `src/cognition/rag/RetrievalAugmentor.ts` |
188-
| [`SqlVectorStore`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/SqlVectorStore.ts) | `framersai/agentos` | `src/cognition/rag/vector_stores/SqlVectorStore.ts` |
189-
| [`HnswlibVectorStore`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/HnswlibVectorStore.ts) | `framersai/agentos` | `src/cognition/rag/vector_stores/HnswlibVectorStore.ts` |
190-
| [`QdrantVectorStore`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/QdrantVectorStore.ts) | `framersai/agentos` | `src/cognition/rag/vector_stores/QdrantVectorStore.ts` |
191-
| [Vector stores tree](https://github.com/framersai/agentos/tree/master/src/cognition/rag/vector_stores) | `framersai/agentos` | `src/cognition/rag/vector_stores/` |
192-
| [Multimodal tree (Aggregator + Indexer + types)](https://github.com/framersai/agentos/tree/master/src/cognition/rag/multimodal) | `framersai/agentos` | `src/cognition/rag/multimodal/` |
182+
| [`MultimodalIndexer`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/multimodal/MultimodalIndexer.ts) | `framersai/agentos` | [`src/cognition/rag/multimodal/MultimodalIndexer.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/multimodal/MultimodalIndexer.ts) |
183+
| [`MultimodalAggregator`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/io/ingestion/MultimodalAggregator.ts) | `framersai/agentos` | [`src/cognition/memory/io/ingestion/MultimodalAggregator.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/io/ingestion/MultimodalAggregator.ts) |
184+
| [`UnifiedRetriever`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/unified/UnifiedRetriever.ts) | `framersai/agentos` | [`src/cognition/rag/unified/UnifiedRetriever.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/unified/UnifiedRetriever.ts) |
185+
| [`EmbeddingManager`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/EmbeddingManager.ts) | `framersai/agentos` | [`src/cognition/rag/EmbeddingManager.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/EmbeddingManager.ts) |
186+
| [`VectorStoreManager`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/VectorStoreManager.ts) | `framersai/agentos` | [`src/cognition/rag/VectorStoreManager.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/VectorStoreManager.ts) |
187+
| [`RetrievalAugmentor`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/RetrievalAugmentor.ts) | `framersai/agentos` | [`src/cognition/rag/RetrievalAugmentor.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/RetrievalAugmentor.ts) |
188+
| [`SqlVectorStore`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/SqlVectorStore.ts) | `framersai/agentos` | [`src/cognition/rag/vector_stores/SqlVectorStore.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/SqlVectorStore.ts) |
189+
| [`HnswlibVectorStore`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/HnswlibVectorStore.ts) | `framersai/agentos` | [`src/cognition/rag/vector_stores/HnswlibVectorStore.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/HnswlibVectorStore.ts) |
190+
| [`QdrantVectorStore`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/QdrantVectorStore.ts) | `framersai/agentos` | [`src/cognition/rag/vector_stores/QdrantVectorStore.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/rag/vector_stores/QdrantVectorStore.ts) |
191+
| [Vector stores tree](https://github.com/framersai/agentos/tree/master/src/cognition/rag/vector_stores) | `framersai/agentos` | [`src/cognition/rag/vector_stores/`](https://github.com/framersai/agentos/tree/master/src/cognition/rag/vector_stores) |
192+
| [Multimodal tree (Aggregator + Indexer + types)](https://github.com/framersai/agentos/tree/master/src/cognition/rag/multimodal) | `framersai/agentos` | [`src/cognition/rag/multimodal/`](https://github.com/framersai/agentos/tree/master/src/cognition/rag/multimodal) |
193193
| [`createAgentOSRagRouter`](https://github.com/framersai/agentos-ext-http-api/blob/master/src/rag/rag.routes.ts) | `framersai/agentos-ext-http-api` | `src/rag/rag.routes.ts` |
194194
| [Multimodal route tests](https://github.com/framersai/agentos-ext-http-api/blob/master/src/rag/rag.multimodal.routes.test.ts) | `framersai/agentos-ext-http-api` | `src/rag/rag.multimodal.routes.test.ts` |
195195
| [HTTP API package root](https://github.com/framersai/agentos-ext-http-api) | `framersai/agentos-ext-http-api` | (root) |

docs/memory/WORKING_MEMORY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ Changes are picked up on the next conversation turn with no restart required.
112112

113113
| Symbol | Repo | Path |
114114
|---|---|---|
115-
| [`MarkdownWorkingMemory`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/MarkdownWorkingMemory.ts) | `framersai/agentos` | `src/cognition/memory/core/working/MarkdownWorkingMemory.ts` |
116-
| [`CognitiveWorkingMemory`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/CognitiveWorkingMemory.ts) (Baddeley) | `framersai/agentos` | `src/cognition/memory/core/working/CognitiveWorkingMemory.ts` |
117-
| [`ReadWorkingMemoryTool`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/ReadWorkingMemoryTool.ts) | `framersai/agentos` | `src/cognition/memory/core/working/ReadWorkingMemoryTool.ts` |
118-
| [`UpdateWorkingMemoryTool`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/UpdateWorkingMemoryTool.ts) | `framersai/agentos` | `src/cognition/memory/core/working/UpdateWorkingMemoryTool.ts` |
119-
| [`MemoryPromptAssembler`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/prompt/MemoryPromptAssembler.ts) | `framersai/agentos` | `src/cognition/memory/core/prompt/MemoryPromptAssembler.ts` |
120-
| [Working memory tree](https://github.com/framersai/agentos/tree/master/src/cognition/memory/core/working) | `framersai/agentos` | `src/cognition/memory/core/working/` |
115+
| [`MarkdownWorkingMemory`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/MarkdownWorkingMemory.ts) | `framersai/agentos` | [`src/cognition/memory/core/working/MarkdownWorkingMemory.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/MarkdownWorkingMemory.ts) |
116+
| [`CognitiveWorkingMemory`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/CognitiveWorkingMemory.ts) (Baddeley) | `framersai/agentos` | [`src/cognition/memory/core/working/CognitiveWorkingMemory.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/CognitiveWorkingMemory.ts) |
117+
| [`ReadWorkingMemoryTool`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/ReadWorkingMemoryTool.ts) | `framersai/agentos` | [`src/cognition/memory/core/working/ReadWorkingMemoryTool.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/ReadWorkingMemoryTool.ts) |
118+
| [`UpdateWorkingMemoryTool`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/UpdateWorkingMemoryTool.ts) | `framersai/agentos` | [`src/cognition/memory/core/working/UpdateWorkingMemoryTool.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/working/UpdateWorkingMemoryTool.ts) |
119+
| [`MemoryPromptAssembler`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/prompt/MemoryPromptAssembler.ts) | `framersai/agentos` | [`src/cognition/memory/core/prompt/MemoryPromptAssembler.ts`](https://github.com/framersai/agentos/blob/master/src/cognition/memory/core/prompt/MemoryPromptAssembler.ts) |
120+
| [Working memory tree](https://github.com/framersai/agentos/tree/master/src/cognition/memory/core/working) | `framersai/agentos` | [`src/cognition/memory/core/working/`](https://github.com/framersai/agentos/tree/master/src/cognition/memory/core/working) |

0 commit comments

Comments
 (0)