From d1d06293ca8a12034e14d8e0cc3b13704d80ecfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Mi=C5=88o?= Date: Thu, 5 Mar 2026 00:33:40 +0100 Subject: [PATCH] Aktualizovat README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b4f13..5f38860 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Supervisor -Supervisor is a lightweight multi-agent orchestration tool for LLM workflows. \ No newline at end of file +Supervisor is a lightweight multi-agent orchestration tool for LLM workflows. + +It runs multiple AI agents under the control of a central supervisor that plans tasks, +delegates them to worker agents, and evaluates their results. The system provides +a web interface to observe, control, and intervene in agent workflows in real time. + +Designed for development workflows, Supervisor allows agents to analyze code, +generate patches, run tools, review changes, and collaborate on complex tasks +while keeping a human in the loop when needed. + +The core is written in Go and intended to run inside an isolated environment +(such as a VM or container) with secure access through a web interface. \ No newline at end of file