From d85b53699ce9fe24159b43ab6abcba58dc4fb3b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:33:54 +0000 Subject: [PATCH 1/2] Initial plan From 158acc46ad425e0f5a9c57107e8d07a029a729ca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:35:04 +0000 Subject: [PATCH 2/2] docs: clarify kel-agent is a protocol bridge, not an AI agent --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5657baa..345f785 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ # kel-agent logo kel-agent -An agent program for translating between various amateur radio installed programs and WebSockets. -This was built to support https://github.com/k0swe/forester but can be used by any web application -that needs to communicate with amateur radio installed programs. +`kel-agent` is a protocol bridge/translator between amateur radio software and WebSocket clients; +it does **not** use AI. Despite the name, "agent" here refers to a background service, not an +AI agent. + +This bridge was built to support https://github.com/k0swe/forester but can be used by any web +application that needs to communicate with amateur radio installed programs. ![Architecture](architecture.svg)