Skip to content

Commit

Permalink
testing inter-agent communication #5
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetke committed Oct 2, 2024
1 parent 178e546 commit 94d7fd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.7
0.2.8
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
license:
name: MIT License
url: https://github.com/glaciation-heu/swarm-agent/blob/main/LICENSE
version: 0.2.7
version: 0.2.8
paths:
/api/v0/swarm_agent:
post:
Expand Down
2 changes: 2 additions & 0 deletions server/app/swarm_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ def step(self):
forward_message = self.create_forward_message()
print("forward_message =", forward_message.model_dump_json())

self.get_swarm_agent_pods()

# we need to modify the message
# update visited nodes list!

Expand Down

0 comments on commit 94d7fd7

Please sign in to comment.