LICENSE
README.md
pyproject.toml
skills/manifest.json
skills/paper-library/SKILL.md
skills/paper-library/agents/openai.yaml
skills/paper-library/references/api-endpoints.md
skills/paper-workspace/SKILL.md
skills/paper-workspace/agents/openai.yaml
skills/paper-workspace/references/command-contracts.md
skills/zotero-upload/SKILL.md
skills/zotero-upload/agents/openai.yaml
skills/zotero-upload/docs/zotero_troubleshooting.md
src/paper_agent/__init__.py
src/paper_agent/__main__.py
src/paper_agent/cli.py
src/paper_agent/clients/__init__.py
src/paper_agent/clients/frowang.py
src/paper_agent/clients/zotero.py
src/paper_agent/config/__init__.py
src/paper_agent/config/credentials.py
src/paper_agent/config/paths.py
src/paper_agent/config/settings.py
src/paper_agent/plugins/__init__.py
src/paper_agent/plugins/bundle.py
src/paper_agent/protocol/__init__.py
src/paper_agent/protocol/envelope.py
src/paper_agent/protocol/errors.py
src/paper_agent/protocol/exit_codes.py
src/paper_agent/services/__init__.py
src/paper_agent/services/artifact_sync_service.py
src/paper_agent/services/library_service.py
src/paper_agent/services/skill_install_service.py
src/paper_agent/services/workspace_service.py
src/paper_agent/services/zotero_import_service.py
src/paper_agent/skills/__init__.py
src/paper_agent/skills/source.py
src/paper_agent/skills/targets.py
src/paper_agent/storage/__init__.py
src/paper_agent/storage/state_store.py
src/paper_agent/workspace/__init__.py
src/paper_agent/workspace/naming.py
src/paper_agent_skills.egg-info/PKG-INFO
src/paper_agent_skills.egg-info/SOURCES.txt
src/paper_agent_skills.egg-info/dependency_links.txt
src/paper_agent_skills.egg-info/entry_points.txt
src/paper_agent_skills.egg-info/requires.txt
src/paper_agent_skills.egg-info/top_level.txt