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 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):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beswarm
3
- Version: 0.2.47
3
+ Version: 0.2.48
4
4
  Summary: MAS
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -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=K0ttCRncqmEJIaSzq9zfnq9cpYAz8XAmgS0r9COmNIw,19752
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.47.dist-info/METADATA,sha256=lhUB9qvkDusaKxyM9jvZVx2WRo107Ir_yq-qfjmEKbE,3878
149
- beswarm-0.2.47.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
150
- beswarm-0.2.47.dist-info/top_level.txt,sha256=pJw4O87wvt5882smuSO6DfByJz7FJ8SxxT8h9fHCmpo,8
151
- beswarm-0.2.47.dist-info/RECORD,,
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,,