Skip to content

Commit 5322526

Browse files
committed
README cleanup
1 parent a6852d2 commit 5322526

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Currently, memory compaction is only available as a function in `agent_memory_se
297297
- **Semantic Deduplication**: Finds and merges memories with similar meaning using vector search
298298
- **LLM-powered Merging**: Uses language models to intelligently combine memories
299299

300-
### Contributing
300+
## Contributing
301301
1. Fork the repository
302302
2. Create a feature branch
303303
3. Commit your changes
@@ -308,8 +308,5 @@ Currently, memory compaction is only available as a function in `agent_memory_se
308308

309309
```bash
310310
# Run all tests
311-
python -m pytest tests/test_memory_compaction.py
312-
313-
# Run specific integration test
314-
python -m pytest tests/test_memory_compaction.py::TestMemoryCompaction::test_compact_memories_integration -v
311+
pytest tests
315312
```

0 commit comments

Comments
 (0)