meshagent-computers 0.5.18__py3-none-any.whl → 0.6.0__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 meshagent-computers might be problematic. Click here for more details.
- meshagent/computers/agent.py +1 -11
- meshagent/computers/version.py +1 -1
- {meshagent_computers-0.5.18.dist-info → meshagent_computers-0.6.0.dist-info}/METADATA +8 -6
- {meshagent_computers-0.5.18.dist-info → meshagent_computers-0.6.0.dist-info}/RECORD +7 -7
- {meshagent_computers-0.5.18.dist-info → meshagent_computers-0.6.0.dist-info}/WHEEL +0 -0
- {meshagent_computers-0.5.18.dist-info → meshagent_computers-0.6.0.dist-info}/licenses/LICENSE +0 -0
- {meshagent_computers-0.5.18.dist-info → meshagent_computers-0.6.0.dist-info}/top_level.txt +0 -0
meshagent/computers/agent.py
CHANGED
|
@@ -2,8 +2,7 @@ from meshagent.agents import LLMAdapter
|
|
|
2
2
|
from meshagent.tools import Tool, Toolkit, ToolContext
|
|
3
3
|
from meshagent.computers import Computer, Operator, BrowserbaseBrowser
|
|
4
4
|
from meshagent.agents.chat import ChatBot, ChatThreadContext
|
|
5
|
-
from meshagent.api import
|
|
6
|
-
from meshagent.tools.toolkit import register_toolkit_factory
|
|
5
|
+
from meshagent.api import RemoteParticipant
|
|
7
6
|
from meshagent.openai.tools.responses_adapter import OpenAIResponsesTool
|
|
8
7
|
|
|
9
8
|
from typing import Optional, Type, Callable
|
|
@@ -170,15 +169,6 @@ def make_computer_toolkit(
|
|
|
170
169
|
return computer_toolkit
|
|
171
170
|
|
|
172
171
|
|
|
173
|
-
async def make_browserbase_toolkit(context: ToolContext, requirement: RequiredToolkit):
|
|
174
|
-
return make_computer_toolkit(
|
|
175
|
-
operator_cls=Operator(), computer_cls=BrowserbaseBrowser()
|
|
176
|
-
)
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
register_toolkit_factory("browserbase", make_browserbase_toolkit)
|
|
180
|
-
|
|
181
|
-
|
|
182
172
|
class ComputerAgent(ChatBot):
|
|
183
173
|
def __init__(
|
|
184
174
|
self,
|
meshagent/computers/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.
|
|
1
|
+
__version__ = "0.6.0"
|
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-computers
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Computer Building Blocks for Meshagent
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
7
7
|
Project-URL: Website, https://www.meshagent.com
|
|
8
8
|
Project-URL: Source, https://www.meshagent.com
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.13
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: pytest~=8.4
|
|
13
13
|
Requires-Dist: pytest-asyncio~=0.26
|
|
14
|
-
Requires-Dist: openai~=
|
|
15
|
-
Requires-Dist: meshagent-api~=0.
|
|
16
|
-
Requires-Dist: meshagent-agents~=0.
|
|
17
|
-
Requires-Dist: meshagent-tools~=0.
|
|
14
|
+
Requires-Dist: openai~=2.6.0
|
|
15
|
+
Requires-Dist: meshagent-api~=0.6.0
|
|
16
|
+
Requires-Dist: meshagent-agents~=0.6.0
|
|
17
|
+
Requires-Dist: meshagent-tools~=0.6.0
|
|
18
18
|
Requires-Dist: playwright~=1.51
|
|
19
19
|
Requires-Dist: browserbase~=1.2
|
|
20
20
|
Requires-Dist: scrapybara~=2.4
|
|
21
|
+
Requires-Dist: pillow~=11.3.0
|
|
22
|
+
Requires-Dist: python-dotenv~=1.1.1
|
|
21
23
|
Dynamic: license-file
|
|
22
24
|
|
|
23
25
|
# [Meshagent](https://www.meshagent.com)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
meshagent/computers/__init__.py,sha256=DEm-FN2iAoC5AJmbIeZR0NrNUDGyh0hWqjdfBhv9GSg,519
|
|
2
|
-
meshagent/computers/agent.py,sha256=
|
|
2
|
+
meshagent/computers/agent.py,sha256=irojG8qXxfdJ2shs0nxdEUWLP6Wycpx3IcXKjr-Wz6g,8129
|
|
3
3
|
meshagent/computers/base_playwright.py,sha256=QOzopf6Drs0uP_itg9iusZ2Vn6BvRoV6iQtCRCmNwRA,5887
|
|
4
4
|
meshagent/computers/browserbase.py,sha256=VdvGsasnEMVndi4fSyF5EbXMIRPRMmVzCk603H_dyHQ,8104
|
|
5
5
|
meshagent/computers/computer.py,sha256=znXIMMNxbDBYH0aRfbTjQkVFuAmuS9rqoahBAx_lCrI,1068
|
|
@@ -8,9 +8,9 @@ meshagent/computers/local_playwright.py,sha256=r28blerW1BxiVL0B4Pnkv9Qz5-LtU83rQ
|
|
|
8
8
|
meshagent/computers/operator.py,sha256=29LDS6Jmg5xxIWD_mpXsA0eP0ZjwNYkwZQFChZzJuNs,2914
|
|
9
9
|
meshagent/computers/scrapybara.py,sha256=IoeV02QcBDkpW05A1NH-lc4jnBEmZ4SPsRo3nnXC3UE,7502
|
|
10
10
|
meshagent/computers/utils.py,sha256=N7Ltjx3HfhJ-CYectNodGsBtddk6mSTHkCH0meqHT70,2080
|
|
11
|
-
meshagent/computers/version.py,sha256=
|
|
12
|
-
meshagent_computers-0.
|
|
13
|
-
meshagent_computers-0.
|
|
14
|
-
meshagent_computers-0.
|
|
15
|
-
meshagent_computers-0.
|
|
16
|
-
meshagent_computers-0.
|
|
11
|
+
meshagent/computers/version.py,sha256=cID1jLnC_vj48GgMN6Yb1FA3JsQ95zNmCHmRYE8TFhY,22
|
|
12
|
+
meshagent_computers-0.6.0.dist-info/licenses/LICENSE,sha256=eTt0SPW-sVNdkZe9PS_S8WfCIyLjRXRl7sUBWdlteFg,10254
|
|
13
|
+
meshagent_computers-0.6.0.dist-info/METADATA,sha256=arb3Sm2Ys5OlhrMwaSnlC3NhEGpwfXGvUW6Pdga9Mrk,2532
|
|
14
|
+
meshagent_computers-0.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
meshagent_computers-0.6.0.dist-info/top_level.txt,sha256=GlcXnHtRP6m7zlG3Df04M35OsHtNXy_DY09oFwWrH74,10
|
|
16
|
+
meshagent_computers-0.6.0.dist-info/RECORD,,
|
|
File without changes
|
{meshagent_computers-0.5.18.dist-info → meshagent_computers-0.6.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|