diagram-to-iac 1.0.5__tar.gz → 1.0.7__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.
Files changed (75) hide show
  1. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/PKG-INFO +17 -8
  2. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/README.md +15 -6
  3. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/pyproject.toml +2 -2
  4. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/PKG-INFO +17 -8
  5. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/requires.txt +1 -1
  6. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/setup.cfg +0 -0
  7. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/__init__.py +0 -0
  8. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/__init__.py +0 -0
  9. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/git_entry.py +0 -0
  10. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/supervisor_entry.py +0 -0
  11. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/terraform_agent_entry.py +0 -0
  12. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/__init__.py +0 -0
  13. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/demonstrator_langgraph/__init__.py +0 -0
  14. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/demonstrator_langgraph/agent.py +0 -0
  15. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/git_langgraph/__init__.py +0 -0
  16. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/git_langgraph/agent.py +0 -0
  17. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/git_langgraph/pr.py +0 -0
  18. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/hello_langgraph/__init__.py +0 -0
  19. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/hello_langgraph/agent.py +0 -0
  20. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/__init__.py +0 -0
  21. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/agent.py +0 -0
  22. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/integration_example.py +0 -0
  23. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/tools/__init__.py +0 -0
  24. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/tools/tfsec_tool.py +0 -0
  25. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/__init__.py +0 -0
  26. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/agent.py +0 -0
  27. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/detector.py +0 -0
  28. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/__init__.py +0 -0
  29. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/agent.py +0 -0
  30. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/demonstrator.py +0 -0
  31. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/github_listener.py +0 -0
  32. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/guards.py +0 -0
  33. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/pat_loop.py +0 -0
  34. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/router.py +0 -0
  35. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/terraform_langgraph/__init__.py +0 -0
  36. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/terraform_langgraph/agent.py +0 -0
  37. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/terraform_langgraph/parser.py +0 -0
  38. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/cli.py +0 -0
  39. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/__init__.py +0 -0
  40. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/agent_base.py +0 -0
  41. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/config_loader.py +0 -0
  42. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/enhanced_memory.py +0 -0
  43. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/errors.py +0 -0
  44. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/issue_tracker.py +0 -0
  45. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/memory.py +0 -0
  46. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/registry.py +0 -0
  47. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/r2d.py +0 -0
  48. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/services/__init__.py +0 -0
  49. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/services/commenter.py +0 -0
  50. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/services/observability.py +0 -0
  51. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/services/step_summary.py +0 -0
  52. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/__init__.py +0 -0
  53. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/api_utils.py +0 -0
  54. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/git/__init__.py +0 -0
  55. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/git/git.py +0 -0
  56. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/hello/__init__.py +0 -0
  57. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/hello/cal_utils.py +0 -0
  58. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/hello/text_utils.py +0 -0
  59. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/__init__.py +0 -0
  60. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/anthropic_driver.py +0 -0
  61. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/base_driver.py +0 -0
  62. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/gemini_driver.py +0 -0
  63. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/grok_driver.py +0 -0
  64. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/openai_driver.py +0 -0
  65. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/router.py +0 -0
  66. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/sec_utils.py +0 -0
  67. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/shell/__init__.py +0 -0
  68. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/shell/shell.py +0 -0
  69. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/text_utils.py +0 -0
  70. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/tf/terraform.py +0 -0
  71. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/SOURCES.txt +0 -0
  72. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/dependency_links.txt +0 -0
  73. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/entry_points.txt +0 -0
  74. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/top_level.txt +0 -0
  75. {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/tests/test_devops_in_a_box.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diagram-to-iac
3
- Version: 1.0.5
3
+ Version: 1.0.7
4
4
  Summary: Convert architecture diagrams into IaC modules
5
5
  Author-email: vindpro <admin@vindpro.com>
6
6
  Description-Content-Type: text/markdown
@@ -10,7 +10,7 @@ Requires-Dist: langchain_anthropic==0.3.15
10
10
  Requires-Dist: langchain-core<1.0.0,>=0.3.62
11
11
  Requires-Dist: langchain_google_genai==2.1.5
12
12
  Requires-Dist: langchain_openai==0.3.25
13
- Requires-Dist: langgraph==0.4.8
13
+ Requires-Dist: langgraph==0.4.10
14
14
  Requires-Dist: openai==1.91.0
15
15
  Requires-Dist: protobuf>=5.27.0
16
16
  Requires-Dist: pydantic==2.11.7
@@ -226,8 +226,13 @@ Configure these in your repository settings → Secrets and variables → Action
226
226
  | `TF_CLOUD_TOKEN` | Terraform Cloud workspace token | ✅ Yes |
227
227
  | `OPENAI_API_KEY` | OpenAI API key for AI features | ❌ Optional |
228
228
  | `ANTHROPIC_API_KEY` | Claude API key for AI features | ❌ Optional |
229
+ | `DOCKERHUB_USERNAME` | DockerHub username for private containers | ❌ Optional |
230
+ | `DOCKERHUB_TOKEN` | DockerHub access token for private containers | ❌ Optional |
229
231
 
230
232
  > 📚 **[Complete Setup Guide](docs/R2D_USER_GUIDE.md)** includes examples, troubleshooting, and advanced configurations.
233
+ >
234
+ > **Note**: The system automatically maps `TF_CLOUD_TOKEN` to the internal `TFE_TOKEN` environment variable.
235
+ > **DockerHub**: Only needed if using private container registries.
231
236
 
232
237
  ## 📈 Observability & Monitoring
233
238
 
@@ -255,13 +260,17 @@ pytest
255
260
 
256
261
  ## 📚 Documentation
257
262
 
258
- ## 📚 Documentation
263
+ **🎯 [THE ONLY GUIDE YOU NEED: Definitive Integration Guide](docs/DEFINITIVE_INTEGRATION_GUIDE.md)**
264
+
265
+ *All other documentation is for reference only. Start with the guide above.*
259
266
 
260
- - **[R2D User Guide](docs/R2D_USER_GUIDE.md)** - Complete setup and usage guide
261
- - **[Migration Guide](docs/MIGRATION_GUIDE.md)** - Migrate from old workflows to unified approach
262
- - **[Container Action](.github/actions/r2d/)** - Technical details of the container action
263
- - **[Agent Architecture](src/diagram_to_iac/agents/)** - How the AI agents work together
264
- - **[Simplification Summary](docs/SIMPLIFICATION_COMPLETION_SUMMARY.md)** - What changed in the unified approach
267
+ ### Reference Documentation
268
+ - [Working Examples](docs/WORKING_EXAMPLES.md) - Copy-paste examples that work immediately
269
+ - [R2D User Guide](docs/R2D_USER_GUIDE.md) - Complete setup and usage guide
270
+ - [Migration Guide](docs/MIGRATION_GUIDE.md) - Migrate from old workflows to unified approach
271
+ - [Container Action](.github/actions/r2d/) - Technical details of the container action
272
+ - [Agent Architecture](src/diagram_to_iac/agents/) - How the AI agents work together
273
+ - [Simplification Summary](docs/SIMPLIFICATION_COMPLETION_SUMMARY.md) - What changed in the unified approach
265
274
 
266
275
  ## 🤝 Contributing
267
276
 
@@ -205,8 +205,13 @@ Configure these in your repository settings → Secrets and variables → Action
205
205
  | `TF_CLOUD_TOKEN` | Terraform Cloud workspace token | ✅ Yes |
206
206
  | `OPENAI_API_KEY` | OpenAI API key for AI features | ❌ Optional |
207
207
  | `ANTHROPIC_API_KEY` | Claude API key for AI features | ❌ Optional |
208
+ | `DOCKERHUB_USERNAME` | DockerHub username for private containers | ❌ Optional |
209
+ | `DOCKERHUB_TOKEN` | DockerHub access token for private containers | ❌ Optional |
208
210
 
209
211
  > 📚 **[Complete Setup Guide](docs/R2D_USER_GUIDE.md)** includes examples, troubleshooting, and advanced configurations.
212
+ >
213
+ > **Note**: The system automatically maps `TF_CLOUD_TOKEN` to the internal `TFE_TOKEN` environment variable.
214
+ > **DockerHub**: Only needed if using private container registries.
210
215
 
211
216
  ## 📈 Observability & Monitoring
212
217
 
@@ -234,13 +239,17 @@ pytest
234
239
 
235
240
  ## 📚 Documentation
236
241
 
237
- ## 📚 Documentation
242
+ **🎯 [THE ONLY GUIDE YOU NEED: Definitive Integration Guide](docs/DEFINITIVE_INTEGRATION_GUIDE.md)**
243
+
244
+ *All other documentation is for reference only. Start with the guide above.*
238
245
 
239
- - **[R2D User Guide](docs/R2D_USER_GUIDE.md)** - Complete setup and usage guide
240
- - **[Migration Guide](docs/MIGRATION_GUIDE.md)** - Migrate from old workflows to unified approach
241
- - **[Container Action](.github/actions/r2d/)** - Technical details of the container action
242
- - **[Agent Architecture](src/diagram_to_iac/agents/)** - How the AI agents work together
243
- - **[Simplification Summary](docs/SIMPLIFICATION_COMPLETION_SUMMARY.md)** - What changed in the unified approach
246
+ ### Reference Documentation
247
+ - [Working Examples](docs/WORKING_EXAMPLES.md) - Copy-paste examples that work immediately
248
+ - [R2D User Guide](docs/R2D_USER_GUIDE.md) - Complete setup and usage guide
249
+ - [Migration Guide](docs/MIGRATION_GUIDE.md) - Migrate from old workflows to unified approach
250
+ - [Container Action](.github/actions/r2d/) - Technical details of the container action
251
+ - [Agent Architecture](src/diagram_to_iac/agents/) - How the AI agents work together
252
+ - [Simplification Summary](docs/SIMPLIFICATION_COMPLETION_SUMMARY.md) - What changed in the unified approach
244
253
 
245
254
  ## 🤝 Contributing
246
255
 
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "diagram-to-iac"
7
- version = "1.0.5"
7
+ version = "1.0.7"
8
8
  description = "Convert architecture diagrams into IaC modules"
9
9
  readme = "README.md"
10
10
  authors = [{ name="vindpro", email="admin@vindpro.com" }]
11
- dependencies = ["anthropic==0.55.0", "google_api_python_client==2.173.0", "langchain_anthropic==0.3.15", "langchain-core>=0.3.62,<1.0.0", "langchain_google_genai==2.1.5", "langchain_openai==0.3.25", "langgraph==0.4.8", "openai==1.91.0", "protobuf>=5.27.0", "pydantic==2.11.7", "PyYAML==6.0.2", "Requests==2.32.4", "typing_extensions==4.14.0", "GitPython>=3.1,<4.0"] # ← always overwritten by update_deps.py
11
+ dependencies = ["anthropic==0.55.0", "google_api_python_client==2.173.0", "langchain_anthropic==0.3.15", "langchain-core>=0.3.62,<1.0.0", "langchain_google_genai==2.1.5", "langchain_openai==0.3.25", "langgraph==0.4.10", "openai==1.91.0", "protobuf>=5.27.0", "pydantic==2.11.7", "PyYAML==6.0.2", "Requests==2.32.4", "typing_extensions==4.14.0", "GitPython>=3.1,<4.0"] # ← always overwritten by update_deps.py
12
12
 
13
13
 
14
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diagram-to-iac
3
- Version: 1.0.5
3
+ Version: 1.0.7
4
4
  Summary: Convert architecture diagrams into IaC modules
5
5
  Author-email: vindpro <admin@vindpro.com>
6
6
  Description-Content-Type: text/markdown
@@ -10,7 +10,7 @@ Requires-Dist: langchain_anthropic==0.3.15
10
10
  Requires-Dist: langchain-core<1.0.0,>=0.3.62
11
11
  Requires-Dist: langchain_google_genai==2.1.5
12
12
  Requires-Dist: langchain_openai==0.3.25
13
- Requires-Dist: langgraph==0.4.8
13
+ Requires-Dist: langgraph==0.4.10
14
14
  Requires-Dist: openai==1.91.0
15
15
  Requires-Dist: protobuf>=5.27.0
16
16
  Requires-Dist: pydantic==2.11.7
@@ -226,8 +226,13 @@ Configure these in your repository settings → Secrets and variables → Action
226
226
  | `TF_CLOUD_TOKEN` | Terraform Cloud workspace token | ✅ Yes |
227
227
  | `OPENAI_API_KEY` | OpenAI API key for AI features | ❌ Optional |
228
228
  | `ANTHROPIC_API_KEY` | Claude API key for AI features | ❌ Optional |
229
+ | `DOCKERHUB_USERNAME` | DockerHub username for private containers | ❌ Optional |
230
+ | `DOCKERHUB_TOKEN` | DockerHub access token for private containers | ❌ Optional |
229
231
 
230
232
  > 📚 **[Complete Setup Guide](docs/R2D_USER_GUIDE.md)** includes examples, troubleshooting, and advanced configurations.
233
+ >
234
+ > **Note**: The system automatically maps `TF_CLOUD_TOKEN` to the internal `TFE_TOKEN` environment variable.
235
+ > **DockerHub**: Only needed if using private container registries.
231
236
 
232
237
  ## 📈 Observability & Monitoring
233
238
 
@@ -255,13 +260,17 @@ pytest
255
260
 
256
261
  ## 📚 Documentation
257
262
 
258
- ## 📚 Documentation
263
+ **🎯 [THE ONLY GUIDE YOU NEED: Definitive Integration Guide](docs/DEFINITIVE_INTEGRATION_GUIDE.md)**
264
+
265
+ *All other documentation is for reference only. Start with the guide above.*
259
266
 
260
- - **[R2D User Guide](docs/R2D_USER_GUIDE.md)** - Complete setup and usage guide
261
- - **[Migration Guide](docs/MIGRATION_GUIDE.md)** - Migrate from old workflows to unified approach
262
- - **[Container Action](.github/actions/r2d/)** - Technical details of the container action
263
- - **[Agent Architecture](src/diagram_to_iac/agents/)** - How the AI agents work together
264
- - **[Simplification Summary](docs/SIMPLIFICATION_COMPLETION_SUMMARY.md)** - What changed in the unified approach
267
+ ### Reference Documentation
268
+ - [Working Examples](docs/WORKING_EXAMPLES.md) - Copy-paste examples that work immediately
269
+ - [R2D User Guide](docs/R2D_USER_GUIDE.md) - Complete setup and usage guide
270
+ - [Migration Guide](docs/MIGRATION_GUIDE.md) - Migrate from old workflows to unified approach
271
+ - [Container Action](.github/actions/r2d/) - Technical details of the container action
272
+ - [Agent Architecture](src/diagram_to_iac/agents/) - How the AI agents work together
273
+ - [Simplification Summary](docs/SIMPLIFICATION_COMPLETION_SUMMARY.md) - What changed in the unified approach
265
274
 
266
275
  ## 🤝 Contributing
267
276
 
@@ -4,7 +4,7 @@ langchain_anthropic==0.3.15
4
4
  langchain-core<1.0.0,>=0.3.62
5
5
  langchain_google_genai==2.1.5
6
6
  langchain_openai==0.3.25
7
- langgraph==0.4.8
7
+ langgraph==0.4.10
8
8
  openai==1.91.0
9
9
  protobuf>=5.27.0
10
10
  pydantic==2.11.7
File without changes