Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -2,7 +2,7 @@ import chess, chess.svg, math
|
|
2 |
from autogen import ConversableAgent, register_function
|
3 |
from typing_extensions import Annotated
|
4 |
|
5 |
-
class MultiAgent
|
6 |
made_move = False
|
7 |
|
8 |
board = chess.Board()
|
|
|
2 |
from autogen import ConversableAgent, register_function
|
3 |
from typing_extensions import Annotated
|
4 |
|
5 |
+
class MultiAgent:
|
6 |
made_move = False
|
7 |
|
8 |
board = chess.Board()
|