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.
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/PKG-INFO +17 -8
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/README.md +15 -6
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/pyproject.toml +2 -2
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/PKG-INFO +17 -8
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/requires.txt +1 -1
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/setup.cfg +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/git_entry.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/supervisor_entry.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/terraform_agent_entry.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/demonstrator_langgraph/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/demonstrator_langgraph/agent.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/git_langgraph/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/git_langgraph/agent.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/git_langgraph/pr.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/hello_langgraph/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/hello_langgraph/agent.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/agent.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/integration_example.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/tools/__init__.py +0 -0
- {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
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/agent.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/detector.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/agent.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/demonstrator.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/github_listener.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/guards.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/pat_loop.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/supervisor_langgraph/router.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/terraform_langgraph/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/terraform_langgraph/agent.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/terraform_langgraph/parser.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/cli.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/agent_base.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/config_loader.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/enhanced_memory.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/errors.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/issue_tracker.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/memory.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/core/registry.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/r2d.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/services/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/services/commenter.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/services/observability.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/services/step_summary.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/api_utils.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/git/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/git/git.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/hello/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/hello/cal_utils.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/hello/text_utils.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/anthropic_driver.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/base_driver.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/gemini_driver.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/grok_driver.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/openai_driver.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/router.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/sec_utils.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/shell/__init__.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/shell/shell.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/text_utils.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/tf/terraform.py +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/SOURCES.txt +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/dependency_links.txt +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/entry_points.txt +0 -0
- {diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/top_level.txt +0 -0
- {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.
|
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.
|
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
|
-
|
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
|
-
|
261
|
-
-
|
262
|
-
-
|
263
|
-
-
|
264
|
-
-
|
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
|
-
|
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
|
-
|
240
|
-
-
|
241
|
-
-
|
242
|
-
-
|
243
|
-
-
|
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.
|
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.
|
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.
|
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.
|
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
|
-
|
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
|
-
|
261
|
-
-
|
262
|
-
-
|
263
|
-
-
|
264
|
-
-
|
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
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/supervisor_entry.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/actions/terraform_agent_entry.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/git_langgraph/__init__.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/git_langgraph/agent.py
RENAMED
File without changes
|
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/hello_langgraph/__init__.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/hello_langgraph/agent.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/__init__.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/policy_agent/agent.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/__init__.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/agent.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/shell_langgraph/detector.py
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
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/agents/terraform_langgraph/agent.py
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
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/__init__.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/anthropic_driver.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/base_driver.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/gemini_driver.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/grok_driver.py
RENAMED
File without changes
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac/tools/llm_utils/openai_driver.py
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
|
{diagram_to_iac-1.0.5 → diagram_to_iac-1.0.7}/src/diagram_to_iac.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|