deepagents-printshop 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/PKG-INFO +6 -6
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/README.md +5 -5
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/pyproject.toml +1 -1
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/.env.example +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/.gitattributes +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/.github/workflows/ci.yml +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/.gitignore +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/CLAUDE.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/Dockerfile +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/HANDOFF.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/LICENSE +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/SETUP.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/SYSTEM_DEPS.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/content_editor/__init__.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/content_editor/agent.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/content_editor/content_reviewer.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/content_editor/versioned_agent.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/latex_specialist/__init__.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/latex_specialist/agent.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/latex_specialist/latex_analyzer.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/latex_specialist/latex_optimizer.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/__init__.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/agent.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/langgraph_workflow.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/pipeline_types.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/quality_gates.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/workflow_coordinator.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/research_agent/__init__.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/research_agent/agent.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/research_agent/llm_report_generator.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/research_agent/report_generator.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/visual_qa/__init__.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/visual_qa/agent.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/architecture.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/output/.gitkeep +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/reviewed_content/.gitkeep +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/conclusion.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/config.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/data/ablation_study.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/data/overall_performance.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/data/per_cluster_results.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/experimental_setup.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/images/README.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/introduction.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/related_work.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/results.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/ieee_conference/system_design.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/conclusion.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/config.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/cover_story.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/data/adoption_metrics.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/data/framework_comparison.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/data/model_performance.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/data/training_metrics.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/detailed_results.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/README.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/adoption_chart.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/cost_comparison.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/cover-image.jpg +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/fake-barcode.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/framework_comparison.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/image2.jpg +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/image3.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/image4.jpg +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/image5.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/image6.jpg +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/image7.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/images/model_performance.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/introduction.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/methodology.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/performance_table.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/research_areas.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/magazine/results.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/conclusion.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/config.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/data/model_performance.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/data/research_metrics.csv +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/images/README.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/images/performance_comparison.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/introduction.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/methodology.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/research_areas.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/results.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/sample_content/research_report/visualizations.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/content_types/magazine/type.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/content_types/research_report/type.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docker-compose.yml +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/PIPELINE_WALKTHROUGH.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/after_intro_reflow.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/after_last_page.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/after_toc.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/before_intro_reflow.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/before_last_page.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/before_toc.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/get-docker.sh +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/llms.txt +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/pos-visual-qa-llm-optimized.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/pre-visual-qa-checkpoint.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/recursion-flow.png +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/requirements.txt +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/research_report/latex_best_practices.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/research_report/optimization_patterns.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/research_report/table_figure_standards.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/research_report/typography_rules.md +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/run_agent.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/run_agent.sh +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/run_llm_generator.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tests/__init__.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tests/conftest.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tests/test_langgraph_workflow.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tests/test_quality_gates.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/__init__.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/change_tracker.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/content_type_loader.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/graph_generator.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/latex_generator.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/llm_latex_generator.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/magazine_layout.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/pattern_injector.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/pattern_learner.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/pdf_compiler.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/version_manager.py +0 -0
- {deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/tools/visual_qa.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: deepagents-printshop
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Multi-agent LaTeX document generation with LangGraph QA pipeline
|
|
5
5
|
Project-URL: Homepage, https://github.com/kormco/deepagents-printshop
|
|
6
6
|
Project-URL: Repository, https://github.com/kormco/deepagents-printshop
|
|
@@ -37,7 +37,7 @@ Description-Content-Type: text/markdown
|
|
|
37
37
|
|
|
38
38
|
# DeepAgents PrintShop - Intelligent LaTeX Document Generator
|
|
39
39
|
|
|
40
|
-
[](LICENSE)
|
|
40
|
+
[](https://github.com/kormco/deepagents-printshop/blob/main/LICENSE)
|
|
41
41
|
[](https://python.org)
|
|
42
42
|
[](https://github.com/langchain-ai/langgraph)
|
|
43
43
|
[](https://pypi.org/project/deepagents-cli/)
|
|
@@ -59,7 +59,7 @@ A professional academic-style research report with tables, figures, TikZ diagram
|
|
|
59
59
|
- TikZ vector diagrams (neural network architecture)
|
|
60
60
|
- "Typeset by DeepAgents PrintShop" attribution
|
|
61
61
|
|
|
62
|
-
[View sample PDF](deepagents-printshop-SAMPLE-research_report.pdf) (~217KB, 10 pages) | [View pipeline walkthrough](docs/pipeline-walkthrough/PIPELINE_WALKTHROUGH.md)
|
|
62
|
+
[View sample PDF](https://github.com/kormco/deepagents-printshop/raw/main/deepagents-printshop-SAMPLE-research_report.pdf) (~217KB, 10 pages) | [View pipeline walkthrough](https://github.com/kormco/deepagents-printshop/blob/main/docs/pipeline-walkthrough/PIPELINE_WALKTHROUGH.md)
|
|
63
63
|
|
|
64
64
|
### Magazine
|
|
65
65
|
A full-color magazine layout with multi-column text, pull quotes, and professional typography.
|
|
@@ -73,7 +73,7 @@ A full-color magazine layout with multi-column text, pull quotes, and profession
|
|
|
73
73
|
- Back cover with barcode and issue/price info
|
|
74
74
|
- "Generated by DeepAgents PrintShop" attribution
|
|
75
75
|
|
|
76
|
-
[View sample PDF](deepagents-printshop-SAMPLE-magazine.pdf) (~7MB, 10-15 pages)
|
|
76
|
+
[View sample PDF](https://github.com/kormco/deepagents-printshop/raw/main/deepagents-printshop-SAMPLE-magazine.pdf) (~7MB, 10-15 pages)
|
|
77
77
|
|
|
78
78
|
> **Note:** All generated documents include a disclaimer stating they contain fictitious sample content created for demonstration purposes.
|
|
79
79
|
|
|
@@ -311,7 +311,7 @@ docker-compose run --rm deepagents-printshop python agents/research_agent/llm_re
|
|
|
311
311
|
pip install deepagents-printshop
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
This installs the Python package and CLI entry point (`printshop`). You still need system dependencies (TeX Live, Poppler) for PDF compilation — see [SYSTEM_DEPS.md](SYSTEM_DEPS.md).
|
|
314
|
+
This installs the Python package and CLI entry point (`printshop`). You still need system dependencies (TeX Live, Poppler) for PDF compilation — see [SYSTEM_DEPS.md](https://github.com/kormco/deepagents-printshop/blob/main/SYSTEM_DEPS.md).
|
|
315
315
|
|
|
316
316
|
### From Source
|
|
317
317
|
|
|
@@ -728,7 +728,7 @@ QualityThresholds(
|
|
|
728
728
|
|
|
729
729
|
## License
|
|
730
730
|
|
|
731
|
-
This project uses a dual license structure. See [LICENSE](LICENSE) for full details.
|
|
731
|
+
This project uses a dual license structure. See [LICENSE](https://github.com/kormco/deepagents-printshop/blob/main/LICENSE) for full details.
|
|
732
732
|
|
|
733
733
|
**Software**: Apache License 2.0 — free to use, modify, and distribute with attribution.
|
|
734
734
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# DeepAgents PrintShop - Intelligent LaTeX Document Generator
|
|
2
2
|
|
|
3
|
-
[](LICENSE)
|
|
3
|
+
[](https://github.com/kormco/deepagents-printshop/blob/main/LICENSE)
|
|
4
4
|
[](https://python.org)
|
|
5
5
|
[](https://github.com/langchain-ai/langgraph)
|
|
6
6
|
[](https://pypi.org/project/deepagents-cli/)
|
|
@@ -22,7 +22,7 @@ A professional academic-style research report with tables, figures, TikZ diagram
|
|
|
22
22
|
- TikZ vector diagrams (neural network architecture)
|
|
23
23
|
- "Typeset by DeepAgents PrintShop" attribution
|
|
24
24
|
|
|
25
|
-
[View sample PDF](deepagents-printshop-SAMPLE-research_report.pdf) (~217KB, 10 pages) | [View pipeline walkthrough](docs/pipeline-walkthrough/PIPELINE_WALKTHROUGH.md)
|
|
25
|
+
[View sample PDF](https://github.com/kormco/deepagents-printshop/raw/main/deepagents-printshop-SAMPLE-research_report.pdf) (~217KB, 10 pages) | [View pipeline walkthrough](https://github.com/kormco/deepagents-printshop/blob/main/docs/pipeline-walkthrough/PIPELINE_WALKTHROUGH.md)
|
|
26
26
|
|
|
27
27
|
### Magazine
|
|
28
28
|
A full-color magazine layout with multi-column text, pull quotes, and professional typography.
|
|
@@ -36,7 +36,7 @@ A full-color magazine layout with multi-column text, pull quotes, and profession
|
|
|
36
36
|
- Back cover with barcode and issue/price info
|
|
37
37
|
- "Generated by DeepAgents PrintShop" attribution
|
|
38
38
|
|
|
39
|
-
[View sample PDF](deepagents-printshop-SAMPLE-magazine.pdf) (~7MB, 10-15 pages)
|
|
39
|
+
[View sample PDF](https://github.com/kormco/deepagents-printshop/raw/main/deepagents-printshop-SAMPLE-magazine.pdf) (~7MB, 10-15 pages)
|
|
40
40
|
|
|
41
41
|
> **Note:** All generated documents include a disclaimer stating they contain fictitious sample content created for demonstration purposes.
|
|
42
42
|
|
|
@@ -274,7 +274,7 @@ docker-compose run --rm deepagents-printshop python agents/research_agent/llm_re
|
|
|
274
274
|
pip install deepagents-printshop
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
This installs the Python package and CLI entry point (`printshop`). You still need system dependencies (TeX Live, Poppler) for PDF compilation — see [SYSTEM_DEPS.md](SYSTEM_DEPS.md).
|
|
277
|
+
This installs the Python package and CLI entry point (`printshop`). You still need system dependencies (TeX Live, Poppler) for PDF compilation — see [SYSTEM_DEPS.md](https://github.com/kormco/deepagents-printshop/blob/main/SYSTEM_DEPS.md).
|
|
278
278
|
|
|
279
279
|
### From Source
|
|
280
280
|
|
|
@@ -691,7 +691,7 @@ QualityThresholds(
|
|
|
691
691
|
|
|
692
692
|
## License
|
|
693
693
|
|
|
694
|
-
This project uses a dual license structure. See [LICENSE](LICENSE) for full details.
|
|
694
|
+
This project uses a dual license structure. See [LICENSE](https://github.com/kormco/deepagents-printshop/blob/main/LICENSE) for full details.
|
|
695
695
|
|
|
696
696
|
**Software**: Apache License 2.0 — free to use, modify, and distribute with attribution.
|
|
697
697
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/content_editor/content_reviewer.py
RENAMED
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/content_editor/versioned_agent.py
RENAMED
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/latex_specialist/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/latex_specialist/latex_analyzer.py
RENAMED
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/latex_specialist/latex_optimizer.py
RENAMED
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/pipeline_types.py
RENAMED
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/qa_orchestrator/quality_gates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/agents/research_agent/report_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/artifacts/reviewed_content/.gitkeep
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/content_types/research_report/type.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/after_toc.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/docs/pipeline-walkthrough/before_toc.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/research_report/latex_best_practices.md
RENAMED
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/research_report/optimization_patterns.md
RENAMED
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/research_report/table_figure_standards.md
RENAMED
|
File without changes
|
{deepagents_printshop-0.1.0 → deepagents_printshop-0.1.1}/research_report/typography_rules.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|