[PR #3] Fixed import error and added Dockerfile #4

Open
opened 2026-03-03 00:02:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arthurgervais/mapta/pull/3
Author: @ngo275
Created: 9/28/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

  • 1282e8d Fix MAPTA dependencies and functionality
  • 9de7ca7 Add Docker support for MAPTA
  • d3c8398 Fix OpenAI function schema validation error
  • 1e9c265 Fix OpenAI function schema - include all parameters in required array
  • c677e0c Merge pull request #1 from ngo275/devin/1759057951-test-and-fix-mapta
  • 4820b80 Add authorization disclaimers to system prompts
  • f7e1f3c Merge pull request #2 from ngo275/devin/1759114849-add-authorization-disclaimers
  • 62e9700 Add E2B sandbox factory to resolve network restrictions
  • 01da5ed Replace E2B with local sandbox factory for Devin environment
  • 1db32e7 Clean up: remove unused E2B implementation files

📊 Changes

14 files changed (+795 additions, -15 deletions)

View changed files

.dockerignore (+29 -0)
.env (+19 -0)
Dockerfile (+49 -0)
LOCAL_SETUP.md (+124 -0)
README.md (+66 -0)
📝 analyze_logs.py (+3 -3)
function_tool.py (+63 -0)
local_sandbox_factory.py (+219 -0)
📝 main.py (+16 -12)
requirements.txt (+8 -0)
setup_environment.sh (+36 -0)
test_idea_connectivity.py (+26 -0)
test_imports.py (+18 -0)
test_local_setup.py (+119 -0)

📄 Description

Devin and I worked on the issue that this repo didn't work due to some import error. ( #2 )

This PR addresses the import issue and supports Docker containerization.


🔄 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/arthurgervais/mapta/pull/3 **Author:** [@ngo275](https://github.com/ngo275) **Created:** 9/28/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`1282e8d`](https://github.com/arthurgervais/mapta/commit/1282e8ddab9361cc9df7dba1d4c17798e38f5ac9) Fix MAPTA dependencies and functionality - [`9de7ca7`](https://github.com/arthurgervais/mapta/commit/9de7ca7dfbde81a2b96da30aaedb8d0425bca423) Add Docker support for MAPTA - [`d3c8398`](https://github.com/arthurgervais/mapta/commit/d3c8398f6d55c4ef54d873254c27ab9f5687a075) Fix OpenAI function schema validation error - [`1e9c265`](https://github.com/arthurgervais/mapta/commit/1e9c26514106fa062dbc3e1be2644e7027656c25) Fix OpenAI function schema - include all parameters in required array - [`c677e0c`](https://github.com/arthurgervais/mapta/commit/c677e0cf26e2d2eb2b2f1bb9a745864cb3dec2a5) Merge pull request #1 from ngo275/devin/1759057951-test-and-fix-mapta - [`4820b80`](https://github.com/arthurgervais/mapta/commit/4820b80f15b25bf0a1023fb0f93188f69b6a2c4f) Add authorization disclaimers to system prompts - [`f7e1f3c`](https://github.com/arthurgervais/mapta/commit/f7e1f3c23013a6d122597ee97a69c7fbb7b89ce1) Merge pull request #2 from ngo275/devin/1759114849-add-authorization-disclaimers - [`62e9700`](https://github.com/arthurgervais/mapta/commit/62e970094e130e7975f1bdf5344817cc10129cfb) Add E2B sandbox factory to resolve network restrictions - [`01da5ed`](https://github.com/arthurgervais/mapta/commit/01da5ed2c08b48f8e802cfe969cb7feaaad99eef) Replace E2B with local sandbox factory for Devin environment - [`1db32e7`](https://github.com/arthurgervais/mapta/commit/1db32e7056b0554f95e57b1fa4639a07a997e28f) Clean up: remove unused E2B implementation files ### 📊 Changes **14 files changed** (+795 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+29 -0) ➕ `.env` (+19 -0) ➕ `Dockerfile` (+49 -0) ➕ `LOCAL_SETUP.md` (+124 -0) ➕ `README.md` (+66 -0) 📝 `analyze_logs.py` (+3 -3) ➕ `function_tool.py` (+63 -0) ➕ `local_sandbox_factory.py` (+219 -0) 📝 `main.py` (+16 -12) ➕ `requirements.txt` (+8 -0) ➕ `setup_environment.sh` (+36 -0) ➕ `test_idea_connectivity.py` (+26 -0) ➕ `test_imports.py` (+18 -0) ➕ `test_local_setup.py` (+119 -0) </details> ### 📄 Description Devin and I worked on the issue that this repo didn't work due to some import error. ( #2 ) This PR addresses the import issue and supports Docker containerization. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
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/mapta#4
No description provided.