LICENSE
README.md
pyproject.toml
src/pip_agent/__init__.py
src/pip_agent/__main__.py
src/pip_agent/agent.py
src/pip_agent/background.py
src/pip_agent/channels.py
src/pip_agent/commands.py
src/pip_agent/compact.py
src/pip_agent/config.py
src/pip_agent/fileutil.py
src/pip_agent/lanes.py
src/pip_agent/profiler.py
src/pip_agent/resilience.py
src/pip_agent/routing.py
src/pip_agent/scheduler.py
src/pip_agent/task_graph.py
src/pip_agent/tool_dispatch.py
src/pip_agent/tools.py
src/pip_agent/types.py
src/pip_agent/worktree.py
src/pip_agent/memory/__init__.py
src/pip_agent/memory/consolidate.py
src/pip_agent/memory/recall.py
src/pip_agent/memory/reflect.py
src/pip_agent/memory/utils.py
src/pip_agent/memory/sops/memory_pipeline_sop.md
src/pip_agent/scaffold/__init__.py
src/pip_agent/scaffold/env.example
src/pip_agent/scaffold/gitignore_entries.txt
src/pip_agent/scaffold/heartbeat.md
src/pip_agent/scaffold/keys.json
src/pip_agent/scaffold/models.json
src/pip_agent/scaffold/owner.md
src/pip_agent/scaffold/pip-boy.md
src/pip_agent/skills/__init__.py
src/pip_agent/skills/agent-team/SKILL.md
src/pip_agent/skills/code-review/SKILL.md
src/pip_agent/skills/create-skill/SKILL.md
src/pip_agent/skills/git/SKILL.md
src/pip_agent/skills/task-planning/SKILL.md
src/pip_agent/team/__init__.py
src/pip_boy.egg-info/PKG-INFO
src/pip_boy.egg-info/SOURCES.txt
src/pip_boy.egg-info/dependency_links.txt
src/pip_boy.egg-info/entry_points.txt
src/pip_boy.egg-info/requires.txt
src/pip_boy.egg-info/top_level.txt
tests/test_agent.py
tests/test_background.py
tests/test_channels.py
tests/test_commands.py
tests/test_compact.py
tests/test_delivery.py
tests/test_fileutil.py
tests/test_lanes.py
tests/test_memory_pipeline.py
tests/test_memory_refactored.py
tests/test_recall_effectiveness.py
tests/test_resilience.py
tests/test_routing.py
tests/test_scaffold.py
tests/test_scheduler_lanes.py
tests/test_skills.py
tests/test_task_graph.py
tests/test_team.py
tests/test_tool_dispatch.py
tests/test_tools.py
tests/test_worktree.py