meshagent 0.9.1__tar.gz → 0.19.1__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.
@@ -0,0 +1,108 @@
1
+ ## [0.19.1]
2
+ - Add optional metadata to agent chat contexts and propagate it through message-stream LLM delegation, including recording thread participant lists
3
+ - Add an option for the mailbot CLI to delegate LLM interactions to a remote participant instead of using the local LLM adapter
4
+
5
+ ## [0.19.0]
6
+ - Add a reusable transcript logger/transcriber agent that writes conversation segments to transcript documents from live conversation events or user-turn completion
7
+ - Add optional voicebot transcription via a provided transcript path, wrapping the voice agent to persist user/assistant speech to a transcript document
8
+ - Refactor meeting transcription to use the shared transcript logger with per-participant sessions and improved session lifecycle cleanup
9
+ - Breaking change: starting a new email thread no longer accepts attachments; attachments are now handled by a dedicated “new thread with attachments” tool that downloads files from room storage before sending
10
+ - Simplify CLI agent room-rules loading and ensure worker message toolkits include inherited toolkits
11
+
12
+ ## [0.18.2]
13
+ - Stability
14
+
15
+ ## [0.18.1]
16
+ - Updated OpenAI Python SDK dependency to `openai~=2.14.0` (from `~2.6.0`).
17
+ - Breaking: OpenAI Responses adapter no longer sends tool definitions with requests, disabling tool/function calling via the Responses API.
18
+ - CLI deploy commands now report “Deployed service” on successful deploys.
19
+ - Shell toolkit/tool builders now pass the configured shell image via the `image` field.
20
+
21
+ ## [0.18.0]
22
+ - Added local TCP port-forwarding helper that bridges to the remote tunnel WebSocket
23
+ - Added a CLI `port forward` command to expose container ports locally
24
+ - Added `writable_root_fs` support when running containers
25
+ - Added `host_port` support for service port specs
26
+ - Added `ApiScope.tunnels` support in participant tokens (including `agent_default(tunnels=...)`)
27
+ - Added container-based Playwright “computer use” and enabled computer-use toolkits for chatbot/worker/mailbot flows
28
+ - Removed `scrapybara` from the computers package dependencies
29
+ - OpenAI proxy client can now optionally log requests/responses with redacted authorization headers
30
+
31
+ ## [0.17.1]
32
+ - Prevented worker toolkit lifecycle collisions when running alongside other toolkits by isolating the worker’s remote toolkit handling.
33
+ - Improved the error message when attempting to start a single-room agent more than once.
34
+
35
+ ## [0.17.0]
36
+ - Added scheduled tasks support to the Python accounts client (create/update/list/delete scheduled tasks) with typed models
37
+ - Added mailbox CRUD helpers to the Python accounts client and improved error handling with typed HTTP exceptions (404/403/409/400/5xx)
38
+ - Added `RequiredTable` requirement type plus helper to create required tables, indexes, and optimize them automatically
39
+ - Added database namespace support for database toolkit operations (inspect/search/insert/update/delete in a namespace)
40
+ - Enhanced worker and mail agents (per-message tool selection, optional remote toolkit exposure for queue task submission, reply-all/cc support)
41
+ - Updated Python dependency: `supabase-auth` from `~2.12.3` to `~2.22.3`
42
+
43
+ ## [0.16.0]
44
+ - Add optional `namespace` support across database client operations (list/inspect/create/drop/index/etc.) to target namespaced tables
45
+ - Update dependencies `livekit-api` to `~1.1` (from `>=1.0`) and `livekit-agents`/`livekit-plugins-openai`/`livekit-plugins-silero`/`livekit-plugins-turn-detector` to `~1.3` (from `~1.2`)
46
+
47
+ ## [0.15.0]
48
+ - Added new UI schema widgets for `tabs`/`tab` (including initial tab selection and active background styling) plus a `visible` boolean widget property for conditional rendering.
49
+ - Updated Python LiveKit integration dependencies to include `livekit==1.0.20`.
50
+
51
+ ## [0.14.0]
52
+ - Breaking change: toolkit extension hooks were simplified to a synchronous `get_toolkit_builders()` API and tool selection now uses per-toolkit configuration objects (not just tool names)
53
+ - `LLMTaskRunner` now supports per-client and per-room rules, plus dynamically injected required toolkits at call time
54
+ - `TaskRunner.ask` now supports optional binary attachments; `LLMTaskRunner` can unpack tar attachments and pass images/files into the LLM conversation context
55
+ - `AgentsClient.ask` now returns `TextResponse` when the agent responds with plain text (instead of always treating answers as JSON)
56
+ - Added a CLI `task-runner` command to run/join LLM task runners with configurable rules, schemas, toolkits, and optional remote LLM delegation
57
+
58
+ ## [0.13.0]
59
+ - Added `initial_json` and explicit schema support when opening MeshDocuments, enabling schema-first document initialization
60
+ - Added binary attachment support when invoking agent tools so tool calls can include raw payload data
61
+ - Breaking change: toolkit construction is now async and receives the active room client, enabling toolkits that introspect room state during build
62
+ - Added database schema inspection and JSON Schema mappings for data types to support tool input validation and generation
63
+ - Introduced database toolkits (list/inspect/search/insert/update/delete) and integrated optional per-table enablement into the chatbot/mailbot/helpers CLI flows
64
+
65
+ ## [0.12.0]
66
+ - Reduce worker-queue logging verbosity to avoid logging full message payloads
67
+
68
+ ## [0.11.0]
69
+ - Stability
70
+
71
+ ## [0.10.1]
72
+ - Stability
73
+
74
+ ## [0.10.0]
75
+ - Stability
76
+
77
+ ## [0.9.3]
78
+ - Stability
79
+
80
+ ## [0.9.2]
81
+ - Stability
82
+
83
+ ## [0.9.1]
84
+ - Stability
85
+
86
+ ## [0.9.0]
87
+ - Stability
88
+
89
+ ## [0.8.4]
90
+ - Stability
91
+
92
+ ## [0.8.3]
93
+ - Stability
94
+
95
+ ## [0.8.2]
96
+ - Stability
97
+
98
+ ## [0.8.1]
99
+ - Stability
100
+
101
+ ## [0.8.0]
102
+ - Stability
103
+
104
+ ## [0.7.2]
105
+ - Stability
106
+
107
+ ## [0.7.1]
108
+ - Stability
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent
3
- Version: 0.9.1
3
+ Version: 0.19.1
4
4
  Summary: Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -10,25 +10,25 @@ Requires-Python: >=3.13
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Provides-Extra: all
13
- Requires-Dist: meshagent-api[all]~=0.9.1; extra == "all"
14
- Requires-Dist: meshagent-agents[all]~=0.9.1; extra == "all"
15
- Requires-Dist: meshagent-cli[all]~=0.9.1; extra == "all"
16
- Requires-Dist: meshagent-computers~=0.9.1; extra == "all"
17
- Requires-Dist: meshagent-livekit~=0.9.1; extra == "all"
18
- Requires-Dist: meshagent-mcp~=0.9.1; extra == "all"
19
- Requires-Dist: meshagent-openai~=0.9.1; extra == "all"
20
- Requires-Dist: meshagent-otel~=0.9.1; extra == "all"
21
- Requires-Dist: meshagent-tools~=0.9.1; extra == "all"
13
+ Requires-Dist: meshagent-api[all]~=0.19.1; extra == "all"
14
+ Requires-Dist: meshagent-agents[all]~=0.19.1; extra == "all"
15
+ Requires-Dist: meshagent-cli[all]~=0.19.1; extra == "all"
16
+ Requires-Dist: meshagent-computers~=0.19.1; extra == "all"
17
+ Requires-Dist: meshagent-livekit~=0.19.1; extra == "all"
18
+ Requires-Dist: meshagent-mcp~=0.19.1; extra == "all"
19
+ Requires-Dist: meshagent-openai~=0.19.1; extra == "all"
20
+ Requires-Dist: meshagent-otel~=0.19.1; extra == "all"
21
+ Requires-Dist: meshagent-tools~=0.19.1; extra == "all"
22
22
  Provides-Extra: agents
23
- Requires-Dist: meshagent-agents[all]~=0.9.1; extra == "agents"
23
+ Requires-Dist: meshagent-agents[all]~=0.19.1; extra == "agents"
24
24
  Provides-Extra: tools
25
- Requires-Dist: meshagent-tools~=0.9.1; extra == "tools"
25
+ Requires-Dist: meshagent-tools~=0.19.1; extra == "tools"
26
26
  Provides-Extra: cli
27
- Requires-Dist: meshagent-cli[all]~=0.9.1; extra == "cli"
27
+ Requires-Dist: meshagent-cli[all]~=0.19.1; extra == "cli"
28
28
  Provides-Extra: mcp-service
29
- Requires-Dist: meshagent-cli[mcp-service]~=0.9.1; extra == "mcp-service"
29
+ Requires-Dist: meshagent-cli[mcp-service]~=0.19.1; extra == "mcp-service"
30
30
  Provides-Extra: otel
31
- Requires-Dist: meshagent-otel~=0.9.1; extra == "otel"
31
+ Requires-Dist: meshagent-otel~=0.19.1; extra == "otel"
32
32
  Dynamic: license-file
33
33
 
34
34
  # [Meshagent](https://www.meshagent.com)
@@ -0,0 +1 @@
1
+ __version__ = "0.19.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent
3
- Version: 0.9.1
3
+ Version: 0.19.1
4
4
  Summary: Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -10,25 +10,25 @@ Requires-Python: >=3.13
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Provides-Extra: all
13
- Requires-Dist: meshagent-api[all]~=0.9.1; extra == "all"
14
- Requires-Dist: meshagent-agents[all]~=0.9.1; extra == "all"
15
- Requires-Dist: meshagent-cli[all]~=0.9.1; extra == "all"
16
- Requires-Dist: meshagent-computers~=0.9.1; extra == "all"
17
- Requires-Dist: meshagent-livekit~=0.9.1; extra == "all"
18
- Requires-Dist: meshagent-mcp~=0.9.1; extra == "all"
19
- Requires-Dist: meshagent-openai~=0.9.1; extra == "all"
20
- Requires-Dist: meshagent-otel~=0.9.1; extra == "all"
21
- Requires-Dist: meshagent-tools~=0.9.1; extra == "all"
13
+ Requires-Dist: meshagent-api[all]~=0.19.1; extra == "all"
14
+ Requires-Dist: meshagent-agents[all]~=0.19.1; extra == "all"
15
+ Requires-Dist: meshagent-cli[all]~=0.19.1; extra == "all"
16
+ Requires-Dist: meshagent-computers~=0.19.1; extra == "all"
17
+ Requires-Dist: meshagent-livekit~=0.19.1; extra == "all"
18
+ Requires-Dist: meshagent-mcp~=0.19.1; extra == "all"
19
+ Requires-Dist: meshagent-openai~=0.19.1; extra == "all"
20
+ Requires-Dist: meshagent-otel~=0.19.1; extra == "all"
21
+ Requires-Dist: meshagent-tools~=0.19.1; extra == "all"
22
22
  Provides-Extra: agents
23
- Requires-Dist: meshagent-agents[all]~=0.9.1; extra == "agents"
23
+ Requires-Dist: meshagent-agents[all]~=0.19.1; extra == "agents"
24
24
  Provides-Extra: tools
25
- Requires-Dist: meshagent-tools~=0.9.1; extra == "tools"
25
+ Requires-Dist: meshagent-tools~=0.19.1; extra == "tools"
26
26
  Provides-Extra: cli
27
- Requires-Dist: meshagent-cli[all]~=0.9.1; extra == "cli"
27
+ Requires-Dist: meshagent-cli[all]~=0.19.1; extra == "cli"
28
28
  Provides-Extra: mcp-service
29
- Requires-Dist: meshagent-cli[mcp-service]~=0.9.1; extra == "mcp-service"
29
+ Requires-Dist: meshagent-cli[mcp-service]~=0.19.1; extra == "mcp-service"
30
30
  Provides-Extra: otel
31
- Requires-Dist: meshagent-otel~=0.9.1; extra == "otel"
31
+ Requires-Dist: meshagent-otel~=0.19.1; extra == "otel"
32
32
  Dynamic: license-file
33
33
 
34
34
  # [Meshagent](https://www.meshagent.com)
@@ -0,0 +1,26 @@
1
+
2
+ [agents]
3
+ meshagent-agents[all]~=0.19.1
4
+
5
+ [all]
6
+ meshagent-api[all]~=0.19.1
7
+ meshagent-agents[all]~=0.19.1
8
+ meshagent-cli[all]~=0.19.1
9
+ meshagent-computers~=0.19.1
10
+ meshagent-livekit~=0.19.1
11
+ meshagent-mcp~=0.19.1
12
+ meshagent-openai~=0.19.1
13
+ meshagent-otel~=0.19.1
14
+ meshagent-tools~=0.19.1
15
+
16
+ [cli]
17
+ meshagent-cli[all]~=0.19.1
18
+
19
+ [mcp-service]
20
+ meshagent-cli[mcp-service]~=0.19.1
21
+
22
+ [otel]
23
+ meshagent-otel~=0.19.1
24
+
25
+ [tools]
26
+ meshagent-tools~=0.19.1
@@ -32,33 +32,33 @@ readme = { file = "README.md", content-type = "text/markdown" }
32
32
 
33
33
  [project.optional-dependencies]
34
34
  all = [
35
- "meshagent-api[all]~=0.9.1",
36
- "meshagent-agents[all]~=0.9.1",
37
- "meshagent-cli[all]~=0.9.1",
38
- "meshagent-computers~=0.9.1",
39
- "meshagent-livekit~=0.9.1",
40
- "meshagent-mcp~=0.9.1",
41
- "meshagent-openai~=0.9.1",
42
- "meshagent-otel~=0.9.1",
43
- "meshagent-tools~=0.9.1"
35
+ "meshagent-api[all]~=0.19.1",
36
+ "meshagent-agents[all]~=0.19.1",
37
+ "meshagent-cli[all]~=0.19.1",
38
+ "meshagent-computers~=0.19.1",
39
+ "meshagent-livekit~=0.19.1",
40
+ "meshagent-mcp~=0.19.1",
41
+ "meshagent-openai~=0.19.1",
42
+ "meshagent-otel~=0.19.1",
43
+ "meshagent-tools~=0.19.1"
44
44
  ]
45
45
 
46
46
  agents = [
47
- "meshagent-agents[all]~=0.9.1",
47
+ "meshagent-agents[all]~=0.19.1",
48
48
  ]
49
49
 
50
50
  tools = [
51
- "meshagent-tools~=0.9.1",
51
+ "meshagent-tools~=0.19.1",
52
52
  ]
53
53
 
54
54
  cli = [
55
- "meshagent-cli[all]~=0.9.1"
55
+ "meshagent-cli[all]~=0.19.1"
56
56
  ]
57
57
 
58
58
  mcp-service = [
59
- "meshagent-cli[mcp-service]~=0.9.1"
59
+ "meshagent-cli[mcp-service]~=0.19.1"
60
60
  ]
61
61
 
62
62
  otel = [
63
- "meshagent-otel~=0.9.1",
63
+ "meshagent-otel~=0.19.1",
64
64
  ]
@@ -1,213 +0,0 @@
1
- ## [0.9.1]
2
- - Stability
3
-
4
- ## [0.9.0]
5
- - Stability
6
-
7
- ## [0.8.4]
8
- - Stability
9
-
10
- ## [0.8.3]
11
- - Stability
12
-
13
- ## [0.8.2]
14
- - Stability
15
-
16
- ## [0.8.1]
17
- - Stability
18
-
19
- ## [0.8.0]
20
- - Stability
21
-
22
- ## [0.7.2]
23
- - Stability
24
-
25
- ## [0.7.1]
26
- - Stability
27
-
28
- ## [0.7.0]
29
- - Stability
30
-
31
- ## [0.6.14]
32
- - Stability
33
-
34
- ## [0.6.13]
35
- - Stability
36
-
37
- ## [0.6.12]
38
- - Stability
39
-
40
- ## [0.6.11]
41
- - Stability
42
-
43
- ## [0.6.10]
44
- - Stability
45
-
46
- ## [0.6.9]
47
- - Stability
48
-
49
- ## [0.6.8]
50
- - Stability
51
-
52
- ## [0.6.7]
53
- - Stability
54
-
55
- ## [0.6.6]
56
- - Stability
57
-
58
- ## [0.6.5]
59
- - Stability
60
-
61
- ## [0.6.4]
62
- - Stability
63
-
64
- ## [0.6.3]
65
- - Stability
66
-
67
- ## [0.6.2]
68
- - Stability
69
-
70
- ## [0.6.1]
71
- - Stability
72
-
73
- ## [0.6.0]
74
- - Stability
75
-
76
- ## [0.5.19]
77
- - Stability
78
-
79
- ## [0.5.18]
80
- - Stability
81
-
82
- ## [0.5.17]
83
- - Stability
84
-
85
- ## [0.5.16]
86
- - Stability
87
-
88
- ## [0.5.15]
89
- - Stability
90
-
91
- ## [0.5.14]
92
- - Stability
93
-
94
- ## [0.5.13]
95
- - Stability
96
-
97
- ## [0.5.12]
98
- - Stability
99
-
100
- ## [0.5.8]
101
- - Stability
102
-
103
- ## [0.5.7]
104
- - Stability
105
-
106
- ## [0.5.6]
107
- - Stability
108
-
109
- ## [0.5.5]
110
- - Stability
111
-
112
- ## [0.5.4]
113
- - Stability
114
-
115
- ## [0.5.3]
116
- - Stability
117
-
118
- ## [0.5.2]
119
- - Stability
120
-
121
- ## [0.5.1]
122
- - Stability
123
-
124
- ## [0.5.0]
125
- - Stability
126
-
127
- ## [0.4.3]
128
- - Stability
129
-
130
- ## [0.4.2]
131
- - Stability
132
-
133
- ## [0.4.1]
134
- - Stability
135
-
136
- ## [0.4.0]
137
- - Stability
138
-
139
- ## [0.3.1]
140
- - Stability
141
-
142
- ## [0.3.0]
143
- - Stability
144
-
145
- ## [0.2.1]
146
- - Stability
147
-
148
- ## [0.2.0]
149
- - Stability
150
-
151
- ## [0.1.0]
152
- - Stability
153
-
154
- ## [0.0.39]
155
- - Stability
156
-
157
- ## [0.0.38]
158
- - Stability
159
-
160
- ## [0.0.37]
161
- - Stability
162
-
163
- ## [0.0.36]
164
- - Stability
165
-
166
- ## [0.0.35]
167
- - Stability
168
-
169
- ## [0.0.34]
170
- - Stability
171
-
172
- ## [0.0.33]
173
- - Stability
174
-
175
- ## [0.0.32]
176
- - Stability
177
-
178
- ## [0.0.31]
179
- - Stability
180
-
181
- ## [0.0.31]
182
- - Stability
183
-
184
- ## [0.0.29]
185
- - Stability
186
-
187
- ## [0.0.28]
188
- - Stability
189
-
190
- ## [0.0.27]
191
- - Stability
192
-
193
- ## [0.0.26]
194
- - Stability
195
-
196
- ## [0.0.25]
197
- - Stability
198
-
199
- ## [0.0.24]
200
- - Stability
201
-
202
- ## [0.0.23]
203
- - Stability
204
-
205
- ## [0.0.22]
206
- - Stability
207
-
208
- ## [0.0.20]
209
- - Stability
210
-
211
- ## [0.0.21]
212
- - Stability
213
-
@@ -1 +0,0 @@
1
- __version__ = "0.9.1"
@@ -1,26 +0,0 @@
1
-
2
- [agents]
3
- meshagent-agents[all]~=0.9.1
4
-
5
- [all]
6
- meshagent-api[all]~=0.9.1
7
- meshagent-agents[all]~=0.9.1
8
- meshagent-cli[all]~=0.9.1
9
- meshagent-computers~=0.9.1
10
- meshagent-livekit~=0.9.1
11
- meshagent-mcp~=0.9.1
12
- meshagent-openai~=0.9.1
13
- meshagent-otel~=0.9.1
14
- meshagent-tools~=0.9.1
15
-
16
- [cli]
17
- meshagent-cli[all]~=0.9.1
18
-
19
- [mcp-service]
20
- meshagent-cli[mcp-service]~=0.9.1
21
-
22
- [otel]
23
- meshagent-otel~=0.9.1
24
-
25
- [tools]
26
- meshagent-tools~=0.9.1
File without changes
File without changes
File without changes
File without changes