LICENSE
README.md
pyproject.toml
src/pi_agent/__init__.py
src/pi_agent/agent.py
src/pi_agent/cli.py
src/pi_agent/config.py
src/pi_agent/llm.py
src/pi_agent/repl.py
src/pi_agent/sandbox.py
src/pi_agent/skills.py
src/pi_agent/upload.py
src/pi_agent/tools/__init__.py
src/pi_agent/tools/_subprocess.py
src/pi_agent/tools/base.py
src/pi_agent/tools/datasci.py
src/pi_agent/tools/filesystem.py
src/pi_agent/tools/memory.py
src/pi_agent/tools/patch.py
src/pi_agent/tools/planning.py
src/pi_agent/tools/registry.py
src/pi_agent/tools/safe_exec.py
src/pi_agent/tools/search.py
src/pi_agent/tools/shell.py
src/pi_agent/tools/subagent.py
src/pi_agent/tools/vcs.py
src/pi_agent/tools/web.py
src/pi_coding_agent.egg-info/PKG-INFO
src/pi_coding_agent.egg-info/SOURCES.txt
src/pi_coding_agent.egg-info/dependency_links.txt
src/pi_coding_agent.egg-info/entry_points.txt
src/pi_coding_agent.egg-info/requires.txt
src/pi_coding_agent.egg-info/top_level.txt
tests/test_agent.py
tests/test_cli.py
tests/test_datasci.py
tests/test_memory.py
tests/test_patch.py
tests/test_planning.py
tests/test_providers.py
tests/test_resilience.py
tests/test_safe_exec.py
tests/test_skills.py
tests/test_tools.py
tests/test_upload.py
tests/test_vcs.py
tests/test_web.py