README.md
pyproject.toml
pgagent/__init__.py
pgagent/checkpoint.py
pgagent/cli.py
pgagent/config.py
pgagent/graph.py
pgagent/run_manager.py
pgagent/state.py
pgagent/workspace.py
pgagent.egg-info/PKG-INFO
pgagent.egg-info/SOURCES.txt
pgagent.egg-info/dependency_links.txt
pgagent.egg-info/entry_points.txt
pgagent.egg-info/requires.txt
pgagent.egg-info/top_level.txt
pgagent/agents/__init__.py
pgagent/agents/data.py
pgagent/agents/hypothesis.py
pgagent/agents/literature.py
pgagent/agents/stats.py
pgagent/agents/verifier.py
pgagent/agents/writing.py
pgagent/llm/__init__.py
pgagent/llm/anthropic_client.py
pgagent/llm/gemini_client.py
pgagent/llm/mock.py
pgagent/llm/openai_client.py
pgagent/llm/router.py
pgagent/tools/__init__.py
pgagent/tools/cache.py
pgagent/tools/data.py
pgagent/tools/literature.py
pgagent/tools/plots.py
pgagent/tools/report.py
tests/test_cache.py
tests/test_checkpoint.py
tests/test_evidence.py
tests/test_manifest.py
tests/test_report.py