[PR #148] [MERGED] Added LLM refinement #178

Closed
opened 2026-05-06 12:38:01 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/148
Author: @patrickchugh
Created: 11/30/2025
Status: Merged
Merged: 11/30/2025
Merged by: @patrickchugh

Base: mainHead: feature-llm-refinement


📝 Commits (5)

📊 Changes

16 files changed (+2172 additions, -472 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+126 -6)
ai-backend-terraform/lambda/handler.py (+0 -247)
ai-backend-terraform/lambda/index.mjs (+107 -0)
ai-backend-terraform/lambda/package-lock.json (+1595 -0)
ai-backend-terraform/lambda/package.json (+10 -0)
ai-backend-terraform/lambda/requirements.txt (+2 -0)
📝 ai-backend-terraform/main.tf (+77 -142)
ai-backend-terraform/payload.json (+0 -1)
📝 ai-backend-terraform/testbackend.py (+16 -10)
📝 modules/cloud_config.py (+42 -0)
📝 modules/gitlibs.py (+0 -1)
📝 modules/helpers.py (+16 -6)
📝 requirements.txt (+2 -1)
📝 terravision.py (+178 -5)
transformation_functions.py (+0 -53)

📄 Description

YOUR PR TITLE

Type of Change

  • Bug Fix
  • New Feature
  • Refactor
  • Documentation

Checklist

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written Documentation/Tests?
  • Have you read done your own code-review?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/patrickchugh/terravision/pull/148 **Author:** [@patrickchugh](https://github.com/patrickchugh) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@patrickchugh](https://github.com/patrickchugh) **Base:** `main` ← **Head:** `feature-llm-refinement` --- ### 📝 Commits (5) - [`bf44c9e`](https://github.com/patrickchugh/terravision/commit/bf44c9ec8112f565f8cf88282f2b5be525adbfcb) added bedrock and ollama refinement - [`c8188b9`](https://github.com/patrickchugh/terravision/commit/c8188b9c59242b5566cbf0dd94fd37f36db56330) Streaming backend in NodeJS - [`da0fbbf`](https://github.com/patrickchugh/terravision/commit/da0fbbfeb5d5240b4c7278bd8d9bea3adff4e93d) Updated docs - [`f228222`](https://github.com/patrickchugh/terravision/commit/f22822208f55d0ab9b88594009bd4742349ba99d) Readme amended - [`c199bd9`](https://github.com/patrickchugh/terravision/commit/c199bd9dbdd036b203100168e20438b548598068) black ### 📊 Changes **16 files changed** (+2172 additions, -472 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+126 -6) ➖ `ai-backend-terraform/lambda/handler.py` (+0 -247) ➕ `ai-backend-terraform/lambda/index.mjs` (+107 -0) ➕ `ai-backend-terraform/lambda/package-lock.json` (+1595 -0) ➕ `ai-backend-terraform/lambda/package.json` (+10 -0) ➕ `ai-backend-terraform/lambda/requirements.txt` (+2 -0) 📝 `ai-backend-terraform/main.tf` (+77 -142) ➖ `ai-backend-terraform/payload.json` (+0 -1) 📝 `ai-backend-terraform/testbackend.py` (+16 -10) 📝 `modules/cloud_config.py` (+42 -0) 📝 `modules/gitlibs.py` (+0 -1) 📝 `modules/helpers.py` (+16 -6) 📝 `requirements.txt` (+2 -1) 📝 `terravision.py` (+178 -5) ➖ `transformation_functions.py` (+0 -53) </details> ### 📄 Description # YOUR PR TITLE ## Type of Change * [ ] Bug Fix * [ ] New Feature * [ ] Refactor * [ ] Documentation ## Checklist All Submissions: * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [ ] Have you written Documentation/Tests? * [ ] Have you read done your own code-review? ### Changes to Core Features: * [ ] Have you added an explanation of what your changes do and why you'd like us to include them? * [ ] Have you written new tests for your core changes, as applicable? * [ ] Have you successfully run tests with your changes locally? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:38:01 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#178
No description provided.