Aktualizovat README.md
This commit is contained in:
13
README.md
13
README.md
@ -1,3 +1,14 @@
|
|||||||
# Supervisor
|
# Supervisor
|
||||||
|
|
||||||
Supervisor is a lightweight multi-agent orchestration tool for LLM workflows.
|
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.
|
||||||
Reference in New Issue
Block a user