We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b30b6d3 + a905821 commit a723e40Copy full SHA for a723e40
1 file changed
README.md
@@ -18,7 +18,7 @@ limitations under the License.
18
19
* 💻 **Interactive CLI ([`bpsa`](#cli-bpsa)):** Multi-turn REPL with slash commands, command history, tab completion, session stats, and auto-approve mode.
20
* 🔄 **Infinite runtime CLI ([`ad-infinitum`](#cli-ad-infinitum)):** Allows agents to **run ad infinitum** via autonomous looping.
21
-* 🗜️ **Context compression**: Biologically inspired [Automatic LLM-based summarization](docs/compression.md) of older memory steps to manage context window size during long-running tasks.
+* 🗜️ **Context compression**: Biologically inspired [automatic LLM-based summarization](docs/compression.md) of older memory steps to manage context window size during long-running tasks.
22
* 🌐 **Browser integration:** Control a headed Chromium browser from agent code blocks via Playwright (`--browser` flag).
23
* 🖥️ **GUI interaction:** Launch, screenshot, click, type, and send keys to native GUI applications on X11 via xdotool/ImageMagick (`--gui-x11` flag).
24
* 👁️ **Image loading:** Agents can load and visually inspect image files (plots, screenshots, diagrams) via the built-in `load_image` tool — always available, no flags needed.
0 commit comments