LICENSE
README.md
pyproject.toml
setup.py
llamate/__init__.py
llamate/agent.py
llamate/backends.py
llamate/cli.py
llamate/config.py
llamate/embedder.py
llamate/store.py
llamate/utils.py
llamate/vectorstore.py
llamate/vectorstore_postgres.py
llamate.egg-info/PKG-INFO
llamate.egg-info/SOURCES.txt
llamate.egg-info/dependency_links.txt
llamate.egg-info/entry_points.txt
llamate.egg-info/requires.txt
llamate.egg-info/top_level.txt
llamate/commands/init.py
tests/test_agent.py
tests/test_embedder.py
tests/test_memory_agent.py
tests/test_vectorstore.py