Skip to content

Commit 4e8cfc3

Browse files
Merge pull request #57 from joaopauloschuler/bpsa
Update main from bpsa
2 parents 6a24150 + 076a6b6 commit 4e8cfc3

20 files changed

Lines changed: 1568 additions & 317 deletions

CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Use `prompt_toolkit` for:
164164
| `/compression-model <model>` | Switch compression model |
165165
| `/exit` | Exit the REPL |
166166
| `/help` | Show available commands and brief descriptions |
167-
| `/load-instructions` | Load agent instruction files into next prompt |
167+
| `/instructions-load` | Load agent instruction files into next prompt |
168168
| `/plan [on\|off\|N]` | Toggle or set planning interval (default: 22) |
169169
| `/pwd` | Show current working directory |
170170
| `/repeat <N> <prompt>` | Run the same prompt N times, each on a fresh agent with current context |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818

1919
* 💻 **Interactive CLI ([`bpsa`](#cli-bpsa)):** Multi-turn REPL with slash commands, command history, tab completion, session stats, and auto-approve mode.
2020
* 🔄 **Infinite runtime CLI ([`ad-infinitum`](#cli-ad-infinitum)):** Allows agents to **run ad infinitum** via autonomous looping.
21-
* 🗜️ **Context compression**: Automatic LLM-based summarization of older memory steps to manage context window size during long-running tasks.
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.
2222
* 🌐 **Browser integration:** Control a headed Chromium browser from agent code blocks via Playwright (`--browser` flag).
2323
* 🖥️ **GUI interaction:** Launch, screenshot, click, type, and send keys to native GUI applications on X11 via xdotool/ImageMagick (`--gui-x11` flag).
2424
* 👁️ **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.

docs/compression-plan.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)