meshagent-computers 0.43.2__tar.gz → 0.44.0__tar.gz
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.
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/CHANGELOG.md +15 -0
- {meshagent_computers-0.43.2/meshagent_computers.egg-info → meshagent_computers-0.44.0}/PKG-INFO +4 -4
- meshagent_computers-0.44.0/meshagent/computers/version.py +1 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0/meshagent_computers.egg-info}/PKG-INFO +4 -4
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent_computers.egg-info/requires.txt +3 -3
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/pyproject.toml +3 -3
- meshagent_computers-0.43.2/meshagent/computers/version.py +0 -1
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/LICENSE +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/MANIFEST.in +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/README.md +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/__init__.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/agent.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/agent_test.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/base_playwright.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/browserbase.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/computer.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/container_playwright.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/container_playwright_test.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/docker.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/local_playwright.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/operator.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/operator_test.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/stagehand.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/stagehand_test.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/utils.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/utils_test.py +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent_computers.egg-info/SOURCES.txt +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent_computers.egg-info/dependency_links.txt +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent_computers.egg-info/top_level.txt +0 -0
- {meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/setup.cfg +0 -0
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [0.44.0]
|
|
2
|
+
- Python agent processes now support multiple thread storages, thread watch/unwatch flows, and storage-aware list/view routing for thread lifecycle operations.
|
|
3
|
+
- Thread startup now preserves better thread naming and metadata, including fallback names derived from message content and attachments when no explicit name is provided.
|
|
4
|
+
- Managed-agent server code now creates thread metadata earlier and persists thread naming information consistently through websocket-driven lifecycles.
|
|
5
|
+
- Single-room and Codex orchestration now avoid unnecessary toolkit-discovery waits and improve startup latency and initialization behavior.
|
|
6
|
+
|
|
7
|
+
## [0.43.4]
|
|
8
|
+
- Public room toolkit metadata now preserves annotations end-to-end, and the SDK exports tool-search metadata for consumers that need to discover searchable tools.
|
|
9
|
+
- Tool listings now round-trip annotations alongside tools and participant IDs, so extra toolkit metadata is no longer lost when clients read or write it.
|
|
10
|
+
- Agent and room message handling now keeps `created_at` timestamps through streamed deltas and live thread updates, improving ordering and replay consistency.
|
|
11
|
+
- Responses integration now supports tool namespaces and search across the Python agent tooling stack.
|
|
12
|
+
|
|
13
|
+
## [0.43.3]
|
|
14
|
+
- Stability
|
|
15
|
+
|
|
1
16
|
## [0.43.2]
|
|
2
17
|
- Added backend-aware fields across agent messages and chat/session APIs in `meshagent-agents`, enabling multi-backend conversations, model changes, and room/thread opening flows.
|
|
3
18
|
- Breaking: `meshagent-codex` was reorganized around a dedicated process, supervisor, and thread-storage stack, so the old internal process/chat wiring moved.
|
{meshagent_computers-0.43.2/meshagent_computers.egg-info → meshagent_computers-0.44.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-computers
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.44.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
|
|
@@ -12,9 +12,9 @@ License-File: LICENSE
|
|
|
12
12
|
Requires-Dist: pytest~=8.4
|
|
13
13
|
Requires-Dist: pytest-asyncio~=0.26
|
|
14
14
|
Requires-Dist: openai~=2.25.0
|
|
15
|
-
Requires-Dist: meshagent-api==0.
|
|
16
|
-
Requires-Dist: meshagent-agents==0.
|
|
17
|
-
Requires-Dist: meshagent-tools==0.
|
|
15
|
+
Requires-Dist: meshagent-api==0.44.0
|
|
16
|
+
Requires-Dist: meshagent-agents==0.44.0
|
|
17
|
+
Requires-Dist: meshagent-tools==0.44.0
|
|
18
18
|
Requires-Dist: playwright~=1.58.0
|
|
19
19
|
Requires-Dist: stagehand~=3.6.0
|
|
20
20
|
Requires-Dist: browserbase~=1.2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.44.0"
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0/meshagent_computers.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-computers
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.44.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
|
|
@@ -12,9 +12,9 @@ License-File: LICENSE
|
|
|
12
12
|
Requires-Dist: pytest~=8.4
|
|
13
13
|
Requires-Dist: pytest-asyncio~=0.26
|
|
14
14
|
Requires-Dist: openai~=2.25.0
|
|
15
|
-
Requires-Dist: meshagent-api==0.
|
|
16
|
-
Requires-Dist: meshagent-agents==0.
|
|
17
|
-
Requires-Dist: meshagent-tools==0.
|
|
15
|
+
Requires-Dist: meshagent-api==0.44.0
|
|
16
|
+
Requires-Dist: meshagent-agents==0.44.0
|
|
17
|
+
Requires-Dist: meshagent-tools==0.44.0
|
|
18
18
|
Requires-Dist: playwright~=1.58.0
|
|
19
19
|
Requires-Dist: stagehand~=3.6.0
|
|
20
20
|
Requires-Dist: browserbase~=1.2
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent_computers.egg-info/requires.txt
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pytest~=8.4
|
|
2
2
|
pytest-asyncio~=0.26
|
|
3
3
|
openai~=2.25.0
|
|
4
|
-
meshagent-api==0.
|
|
5
|
-
meshagent-agents==0.
|
|
6
|
-
meshagent-tools==0.
|
|
4
|
+
meshagent-api==0.44.0
|
|
5
|
+
meshagent-agents==0.44.0
|
|
6
|
+
meshagent-tools==0.44.0
|
|
7
7
|
playwright~=1.58.0
|
|
8
8
|
stagehand~=3.6.0
|
|
9
9
|
browserbase~=1.2
|
|
@@ -15,9 +15,9 @@ dependencies = [
|
|
|
15
15
|
"pytest~=8.4",
|
|
16
16
|
"pytest-asyncio~=0.26",
|
|
17
17
|
"openai~=2.25.0",
|
|
18
|
-
"meshagent-api==0.
|
|
19
|
-
"meshagent-agents==0.
|
|
20
|
-
"meshagent-tools==0.
|
|
18
|
+
"meshagent-api==0.44.0",
|
|
19
|
+
"meshagent-agents==0.44.0",
|
|
20
|
+
"meshagent-tools==0.44.0",
|
|
21
21
|
"playwright~=1.58.0",
|
|
22
22
|
"stagehand~=3.6.0",
|
|
23
23
|
"browserbase~=1.2",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.43.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/base_playwright.py
RENAMED
|
File without changes
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/browserbase.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/local_playwright.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/operator_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent/computers/stagehand_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent_computers.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{meshagent_computers-0.43.2 → meshagent_computers-0.44.0}/meshagent_computers.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|