LICENSE
README.md
pyproject.toml
src/vinf_agent/__init__.py
src/vinf_agent/__main__.py
src/vinf_agent/agent_loop.py
src/vinf_agent/bootstrap.py
src/vinf_agent/config.py
src/vinf_agent/filter.py
src/vinf_agent/llm.py
src/vinf_agent/memory_gate.py
src/vinf_agent/tools.py
src/vinf_agent/web.py
src/vinf_agent.egg-info/PKG-INFO
src/vinf_agent.egg-info/SOURCES.txt
src/vinf_agent.egg-info/dependency_links.txt
src/vinf_agent.egg-info/entry_points.txt
src/vinf_agent.egg-info/top_level.txt
tests/test_config.py
tests/test_filter.py
tests/test_loop.py
tests/test_memory_gate.py
tests/test_tools.py
tests/test_web.py