LICENSE
README.md
pyproject.toml
config/__init__.py
config/chapter_schema.yaml
config/prompts.yaml
config/settings.py
patent_drafting_assistant.egg-info/PKG-INFO
patent_drafting_assistant.egg-info/SOURCES.txt
patent_drafting_assistant.egg-info/dependency_links.txt
patent_drafting_assistant.egg-info/entry_points.txt
patent_drafting_assistant.egg-info/requires.txt
patent_drafting_assistant.egg-info/top_level.txt
src/__init__.py
src/main.py
src/db/__init__.py
src/models/__init__.py
src/models/chapter.py
src/models/figure.py
src/models/project.py
src/models/schemas.py
src/routes/__init__.py
src/routes/chapters.py
src/routes/export.py
src/routes/figures.py
src/routes/generation.py
src/routes/projects.py
src/services/__init__.py
src/services/ai_service.py
src/services/analysis_service.py
src/services/export_service.py
src/services/generation_service.py
src/services/prompt_loader.py
src/static/css/style.css
src/static/js/api.js
src/static/js/common.js
src/static/js/project.js
src/templates/base.html
src/templates/index.html
src/templates/project.html