Skip to content

Commit 9b274a0

Browse files
jona62Jonathan James
andauthored
chore: Add README for MemorySessionManager (#100)
* chore: Add README for MemorySessionManager * fix: fixed failing unit test from previous add_turns refactor * fix: Add more to README.md --------- Co-authored-by: Jonathan James <[email protected]>
1 parent 0027298 commit 9b274a0

File tree

3 files changed

+498
-118
lines changed

3 files changed

+498
-118
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ ignore_missing_imports = false
6868
[tool.ruff]
6969
line-length = 120
7070
include = ["examples/**/*.py", "src/**/*.py", "tests/**/*.py", "tests-integ/**/*.py"]
71+
exclude = ["**/*.md"]
7172

7273
[tool.ruff.lint]
7374
select = [

0 commit comments

Comments
 (0)