LICENSE
README.md
pyproject.toml
src/pdo/__init__.py
src/pdo/api.py
src/pdo/banner.py
src/pdo/config.py
src/pdo/llm.py
src/pdo/logging_setup.py
src/pdo/main.py
src/pdo/mcp.py
src/pdo/providers.py
src/pdo/rag.py
src/pdo/serve.py
src/pdo/skills.py
src/pdo/theme.py
src/pdo/agent/__init__.py
src/pdo/agent/core.py
src/pdo/agent/delegate.py
src/pdo/agent/executor.py
src/pdo/agent/memory.py
src/pdo/agent/messages.py
src/pdo/agent/planner.py
src/pdo/agent/reviewer.py
src/pdo/agent/router.py
src/pdo/prompts/system.md
src/pdo/tools/__init__.py
src/pdo/tools/base.py
src/pdo/tools/code.py
src/pdo/tools/data.py
src/pdo/tools/edit.py
src/pdo/tools/filesystem.py
src/pdo/tools/git.py
src/pdo/tools/memory.py
src/pdo/tools/rag.py
src/pdo/tools/registry.py
src/pdo/tools/search.py
src/pdo/tools/shell.py
src/pdo/tools/web.py
src/pdo_agent.egg-info/PKG-INFO
src/pdo_agent.egg-info/SOURCES.txt
src/pdo_agent.egg-info/dependency_links.txt
src/pdo_agent.egg-info/entry_points.txt
src/pdo_agent.egg-info/requires.txt
src/pdo_agent.egg-info/top_level.txt
tests/test_agent.py
tests/test_api.py
tests/test_attachments.py
tests/test_cli.py
tests/test_config.py
tests/test_delegate.py
tests/test_extra_tools.py
tests/test_filesystem.py
tests/test_mcp.py
tests/test_permissions.py
tests/test_plugins.py
tests/test_rag.py
tests/test_registry.py
tests/test_serve.py
tests/test_sessions.py
tests/test_shell.py
tests/test_skills.py
tests/test_summarize.py