Initial commit

This commit is contained in:
mtayfur
2025-10-03 21:24:22 +03:00
commit 1980461f22
3 changed files with 1519 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
__pycache__/
.venv/
**AGENTS.md

1509
memory_system.py Normal file

File diff suppressed because it is too large Load Diff

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
aiohttp>=3.12.15
pydantic>=2.11.7
sentence-transformers>=5.1.1
torch>=2.8.0
transformers>=4.57.0
open-webui>=0.6.32
tiktoken>=0.11.0