openinterpreter/openinterpreter
原文摘要
A coding agent for low-cost models Open Interpreter A coding agent optimized for low-cost models. Blog post ↗ Installation macOS and Linux: curl -fsSL https://www.openinterpreter.com/install | sh Windows: irm https://www.openinterpreter.com/install.ps1 | iex Then type i or interpreter in your terminal to start a session. Harness Emulation Open Interpreter is a fork of OpenAI's Codex, with a focus on emulating the agent harness that gets the best performance out of low-cost models. Use /harness to switch the active harness: > /harness native claude-code claude-code-bare zcode kimi-cli qwen-code deepseek-tui swe-agent minimal Read more in the harness docs and model provider docs . Computer Use Open Interpreter ships with a QA skill that lets any model operate and test interfaces. It can drive web apps in a real browser with agent-browser , or operate and test native apps with trycua . Features Runs commands inside native sandboxing on macOS, Linux, and Windows. Switches providers and models from the TUI with /model . Inspects or switches Rust-native model harnesses with /harness . Tests web and native apps through the built-in QA skill. Runs as an Agent Client Protocol agent for edit…
📋 本文为 GitHub Trending Daily RSS 的 RSS 摘要原文,未经 AI 整理。完整上下文请以 原文 为准。