From 8078ba6d4b7b22602394a7f195612351ab06a7a7 Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Mon, 16 Feb 2026 13:25:19 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b5116..f68b68f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Icon](docs/icon-256.png) -`webterm` serves terminal sessions over HTTP/WebSocket, with a dashboard mode for multiple sessions and live-updating terminal tiles. +`webterm` serves terminal sessions over HTTP/WebSocket, with a dashboard mode for multiple sessions and live-updating terminal tiles that is perfect for running multiple AI coding agents in [`agentbox`](https://github.com/rcarmo/agentbox). This repository is the Go port of the original Python implementation, which is preserved in the `python` branch.