aillmagentcodingopen-source type: entity 创建: 2026-04-27 更新: 2026-04-27

Open Interpreter

agent | llm-integration

Overview

Open Interpreter gives LLMs a natural language interface to execute code (Python, JavaScript, etc.) on the user's local machine. It is the open-source equivalent of GPT-4's Code Interpreter.

Key Features

  • Code execution: Runs Python, JavaScript, Bash, and more
  • File system access: Read and write files with permission prompts
  • Package installation: Auto-installs missing dependencies
  • Model-agnostic: Works with any LLM backend

Relationship to Other Projects

References