Skip to content

Commit d2b5d6b

Browse files
committed
Update paper URL (#14)
* updated paper link and authorship * fixed toml error
1 parent 3616ce8 commit d2b5d6b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# MinionsLLM
22
Minions LLM is a Task-adaptive Framework for the Control of Multi-Agent Systems Through Natural Language by integrating Large Language Models with Behavior Trees and
3-
Formal Grammars to enable natural language control of multi-agent systems within arbitrary, user-defined environments.
3+
Formal Grammars to enable the training and control of multi-agent systems within arbitrary, user-defined environments.
44

55
## Disclaimer
66
This framework was built for the research for my masters thesis at VU Amsterdam, supervised by Dr. Eliseo Ferrante.
7-
For a full explanation of the framework and experimental results, feel free to read my thesis:
7+
For a full explanation of the framework and experimental results, feel free to read the paper:
88

9-
https://drive.google.com/file/d/19GDlBFKiZ7za9IqG7FQQxjw5b5SSKyLZ/view?usp=sharing
9+
https://doi.org/10.48550/arXiv.2508.08283
1010

1111
## Installation
1212

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "MinionsLLM"
77
version = "1.0.0"
88
description = "Task-adaptive Framework for the Control of Multi-Agent Systems Through Natural Language"
99
authors = [
10-
{name = "Andres Garcia", email = "a.a.garciarincon@student.vu.nl"}
10+
{name = "Andres Garcia", email = "a.a.garciarincon@student.vu.nl"},
11+
{name = "Eliseo Ferrante", email = "e.ferrante@vu.nl"}
1112
]
1213
readme = "README.md"
1314
requires-python = ">=3.8,<3.13"

0 commit comments

Comments
 (0)