universal-memory-agent / pyproject.toml
Marik1337's picture
Add application file
6059138
raw
history blame contribute delete
454 Bytes
[project]
name = "mistral_hf"
version = "0.1.0"
description = "Universal memory agent with LangGraph, FAISS, and Gradio"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"langchain>=0.3.0",
"langchain-community>=0.3.0",
"langchain-core>=0.3.0",
"langchain-mistralai>=0.2.0",
"langgraph>=0.2.0",
"mistralai>=1.8.0",
"faiss-cpu>=1.8.0",
"python-dotenv>=1.0.0",
"rank-bm25>=0.2.2",
"gradio>=5.0.0",
]