Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

A proof-of-concept implementation of a multi-agent task management system that demonstrates hierarchical agent coordination and task based on [BeeAI Framework](https://i-am-bee.github.io/bee-agent-framework#/) ❤️.

## 🚀 Running the Project

1. Start the Supervisor Agent and send him a message

```sh
npm run start:dev <<< "Can you generate a poem about each of these topics: bee, hive, queen, sun, flowers?"
```

![Supervisor terminal](./media/supervisor.png)

2. **Observe the process** in the Monitor UI.

```sh
npm run monitor
```

![Monitor GUI](./media/monitor.png)

> [!CAUTION] > **Outdated Documentation**
> The README and video are outdated and do not reflect the current state of the project, which has evolved significantly.
> Some of the latest features not covered include:
>
> - **Task Configurations** – Work similarly to agent configurations.
> - **CLI UI Monitor** – Provides real-time monitoring for agents and tasks.
> - **Workspaces** – Enables restoration of previous work.

---

## Features

- **Agent Registry**: Manages different types of agents and maintains agent pools
Expand Down
Binary file added media/monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/supervisor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading