mirror of
https://github.com/arthurgervais/mapta.git
synced 2026-04-26 23:45:52 +03:00
[PR #3] Fixed import error and added Dockerfile #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mapta#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/arthurgervais/mapta/pull/3
Author: @ngo275
Created: 9/28/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
1282e8dFix MAPTA dependencies and functionality9de7ca7Add Docker support for MAPTAd3c8398Fix OpenAI function schema validation error1e9c265Fix OpenAI function schema - include all parameters in required arrayc677e0cMerge pull request #1 from ngo275/devin/1759057951-test-and-fix-mapta4820b80Add authorization disclaimers to system promptsf7e1f3cMerge pull request #2 from ngo275/devin/1759114849-add-authorization-disclaimers62e9700Add E2B sandbox factory to resolve network restrictions01da5edReplace E2B with local sandbox factory for Devin environment1db32e7Clean 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.