CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
requirements-mlx.txt
requirements.txt
bin/agent
bin/ploop
docs/README.md
docs/agent-tools.md
docs/architecture.md
docs/cli.md
docs/security.md
docs/test.md
docs/troubleshooting.md
ploop/__init__.py
ploop/__main__.py
ploop/cli.py
ploop/core.py
ploop/llm.py
ploop/state.py
ploop/tools.py
ploop.egg-info/PKG-INFO
ploop.egg-info/SOURCES.txt
ploop.egg-info/dependency_links.txt
ploop.egg-info/entry_points.txt
ploop.egg-info/requires.txt
ploop.egg-info/top_level.txt
tests/test_cli.py
tests/test_core.py
tests/test_llm.py
tests/test_packaging.py
tests/test_smoke.py
tests/test_state.py
tests/test_tools.py