open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

A natural language interface for computers

Results 619 open-interpreter issues
Sort by recently updated
recently updated
newest added

## Description This PR adds a comprehensive Agent Definition Language (ADL) specification for Open Interpreter, enabling standardized, declarative agent definitions across platforms. ## Changes - Add comprehensive Agent Definition Language...

### Describe the bug Open Interpreter cannot be installed offline on Windows due to missing platform-specific dependencies (notably `pyreadline3`) and build system requirements (`poetry-core`). Investigation context: - Time invested: 80+...

### Describe the bug ``` interpreter --api_base "http://192.168.1.166:8084/v1" --api_key "MY_KEY" --model gpt-oss-20b-f16 /home/doraemon/Documents/.venv/lib/python3.12/site-packages/interpreter/core/utils/system_debug_info.py:4: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as...

### Is your feature request related to a problem? Please describe. CometAPI is already integrated with LiteLLM and should work with Open Interpreter like other providers, but there's no documentation...

Adds a `reasoning_effort` parameter ("minimal" | "low" | "medium" | "high") and passes it through to LiteLLM for reasoning-capable models. Changed files: - interpreter/core/core.py - interpreter/core/llm/llm.py Usage: interpreter.llm.reasoning_effort = "minimal"...

- Fix CWE-94 code injection in magic_commands.py by adding input validation and blocking dangerous shell commands in %% magic command handler - Fix inadequate error handling in oi-mac-installer.sh by adding...

### Describe the bug The build fails because PyO3 v0.20.3, a dependency used by tiktoken, supports Python versions only up to 3.12. Your system uses Python 3.13, which is newer...

### Conversation History USER: check my os for screen saver ASSISTANT: None ### Error Details Traceback (most recent call last): File "/Users/rotemx/.openinterpreter/venv/lib/python3.12/site-packages/interpreter/interpreter.py", line 991, in async_chat user_input = await async_get_input()...

### Describe the changes you have made: This PR adds diagram representation of the open-interpreter codebase. You can see how it renders here: https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/open-interpreter/on_boarding.md The idea is to help new...

### Describe the bug When trying to run interpreter.chat() I get: AttributeError: module 'interpreter' has no attribute 'chat' This same function worked just a few weeks ago, so I thought...