Skip to content

Commit

Permalink
Update blog article
Browse files Browse the repository at this point in the history
  • Loading branch information
naem1023 committed May 30, 2024
1 parent 96acf8e commit 3671ff0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 20 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ The purpose of this project can be changed, and welcome diverse opinions and fee
- [x] Make single agent using Voyager baseline
- [x] Analysis Voyager baseline and make a detail architecture image and pseudo code
- [ ] Setup an architecture for multi-agent based on Voyager
- [ ] Setup local llm via vllm or text-generation-inference
- [ ] Make simple multi agent
- [ ] Improve agent can learn and explore interactive skiils like fighting, talking, and so on.
- [ ] Setup local llm via vllm or text-generation-inference
- [ ] Setup monitoring system for multi-agent

## Installation Guides
Check the [Installation Document](https://naem1023.github.io/minecraft-llm-agent-community/docs/Documents/Installation)
Expand Down
19 changes: 2 additions & 17 deletions docs/docs/Documents/Architecture-of-Project.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,7 @@ sidebar_position: 1
# Architecture of Project
This project should handling real-time parallel multi-agent.

## Pseudo code of creating a bot
```javascript
// Load agent settings like how many, how much agents to generaet.
bot_settings = load_bot_initialization_setting()

// Prepare each agent bot
// - Load trained skills for each agent, etc..
// - If bot is exist already, load the bot.
// - If bot isn't exist, create new bot.
bots = prepare_bots(bot_settings)

// Create bot and execute
for each bot in bots do
create_bot(bot)
execute_bot(bot)
end for
```

## Architecture of executing a bot
It's a sample architecture of executing a bot. It's not a final architecture.
![Architecture-of-project](img/sample-architecture.png)
2 changes: 1 addition & 1 deletion docs/docs/Documents/Fabric-mod-installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
---
# Fabric Mods Install
In this tutorial, we will install the Fabric launcher and 5 mods. Remember to use the correct Fabric version that matches your game version (1.19) of all the mods.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Documents/Installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---

# Installation
Expand Down
14 changes: 14 additions & 0 deletions docs/docs/Documents/Progress-of-Project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
sidebar_position: 2
---

# Progress of Project
## TODO
- [x] Basic Environment Setup using Voyager baseline
- [x] Make single agent using Voyager baseline
- [x] Analysis Voyager baseline and make a detail architecture image and pseudo code
- [ ] Setup an architecture for multi-agent based on Voyager
- [ ] Make simple multi agent
- [ ] Improve agent can learn and explore interactive skiils like fighting, talking, and so on.
- [ ] Setup local llm via vllm or text-generation-inference
- [ ] Setup monitoring system for multi-agent
Binary file added docs/docs/Documents/img/sample-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3671ff0

Please sign in to comment.