beswarm 0.2.47__py3-none-any.whl → 0.2.48__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of beswarm might be problematic. Click here for more details.
- beswarm/agents/planact.py +0 -2
- {beswarm-0.2.47.dist-info → beswarm-0.2.48.dist-info}/METADATA +1 -1
- {beswarm-0.2.47.dist-info → beswarm-0.2.48.dist-info}/RECORD +5 -5
- {beswarm-0.2.47.dist-info → beswarm-0.2.48.dist-info}/WHEEL +0 -0
- {beswarm-0.2.47.dist-info → beswarm-0.2.48.dist-info}/top_level.txt +0 -0
beswarm/agents/planact.py
CHANGED
|
@@ -48,7 +48,6 @@ class BaseAgent:
|
|
|
48
48
|
"""Handle graph update messages."""
|
|
49
49
|
if message.get("message") == "graph_updated":
|
|
50
50
|
self.graph_tree = message.get("graph")
|
|
51
|
-
print("handle_graph_update self.graph_tree", self.graph_tree)
|
|
52
51
|
|
|
53
52
|
def dispose(self):
|
|
54
53
|
"""Cancels the subscription and cleans up resources."""
|
|
@@ -200,7 +199,6 @@ class WorkerAgent(BaseAgent):
|
|
|
200
199
|
and "<knowledge_graph_tree>" in raw_message["content"] and self.graph_tree:
|
|
201
200
|
raw_message["content"] = replace_xml_content(raw_message["content"], "knowledge_graph_tree", self.graph_tree)
|
|
202
201
|
self.agent.conversation["default"][index] = raw_message
|
|
203
|
-
print("self.agent.conversation['default'][index]", self.agent.conversation["default"][index])
|
|
204
202
|
|
|
205
203
|
instruction = message["instruction"]
|
|
206
204
|
if "find_and_click_element" in json.dumps(self.tools_json):
|
|
@@ -6,7 +6,7 @@ beswarm/prompt.py,sha256=n0a1a6NThIxAYSkisg1sEKjvz2w0tozpKL4BIplaAkI,32286
|
|
|
6
6
|
beswarm/taskmanager.py,sha256=xczsnehCaOAI3SRE8wUxhzmt6i6G7ynndSWS_bAZn3k,12192
|
|
7
7
|
beswarm/utils.py,sha256=S9jEtht0hTZbjZ2Hk24p4Ip41R69BogOkYS6fgPKY2Y,8219
|
|
8
8
|
beswarm/agents/chatgroup.py,sha256=YHofra9kE0x7UrhqZjlP7PbWvinEew1BkjJ0XilzudM,12020
|
|
9
|
-
beswarm/agents/planact.py,sha256
|
|
9
|
+
beswarm/agents/planact.py,sha256=-JPN8L1JgVjy4G36eUHZHyLiBrN5oI8fLTbpweZsUuU,19568
|
|
10
10
|
beswarm/aient/main.py,sha256=SiYAIgQlLJqYusnTVEJOx1WNkSJKMImhgn5aWjfroxg,3814
|
|
11
11
|
beswarm/aient/setup.py,sha256=Mq1M05mT9_UYBK2jk5mP_sLxKQAolcuh8PYXexfj-XU,487
|
|
12
12
|
beswarm/aient/src/aient/__init__.py,sha256=SRfF7oDVlOOAi6nGKiJIUK6B_arqYLO9iSMp-2IZZps,21
|
|
@@ -145,7 +145,7 @@ beswarm/tools/search_web.py,sha256=LhgXOSHL9fwxg5T2AAOV4TTJkcJVLogsfRJW2faPvDE,1
|
|
|
145
145
|
beswarm/tools/subtasks.py,sha256=zZmRCjDocbvrU8MvZvpDWpQCKNntDJ123ByBiS8pRko,9889
|
|
146
146
|
beswarm/tools/worker.py,sha256=-tcLGrdLPZYxc1z66iQIB1VH7RWcR-5CgVWuDIQJBCQ,2013
|
|
147
147
|
beswarm/tools/write_csv.py,sha256=-r5OghcvjCg00hY0YQbp6u31VIJLrgaqDIvczAFoqDE,1470
|
|
148
|
-
beswarm-0.2.
|
|
149
|
-
beswarm-0.2.
|
|
150
|
-
beswarm-0.2.
|
|
151
|
-
beswarm-0.2.
|
|
148
|
+
beswarm-0.2.48.dist-info/METADATA,sha256=x4Nf2GnW7tPwtMAWDVu3tTMWj1aJkM-6gwFPwG5Ga8Q,3878
|
|
149
|
+
beswarm-0.2.48.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
150
|
+
beswarm-0.2.48.dist-info/top_level.txt,sha256=pJw4O87wvt5882smuSO6DfByJz7FJ8SxxT8h9fHCmpo,8
|
|
151
|
+
beswarm-0.2.48.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|