meshagent-agents 0.6.0__tar.gz → 0.6.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.
Potentially problematic release.
This version of meshagent-agents might be problematic. Click here for more details.
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/CHANGELOG.md +3 -0
- {meshagent_agents-0.6.0/meshagent_agents.egg-info → meshagent_agents-0.6.1}/PKG-INFO +6 -6
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/schemas/transcript.py +0 -16
- meshagent_agents-0.6.1/meshagent/agents/version.py +1 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1/meshagent_agents.egg-info}/PKG-INFO +6 -6
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent_agents.egg-info/requires.txt +5 -5
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/pyproject.toml +5 -5
- meshagent_agents-0.6.0/meshagent/agents/version.py +0 -1
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/LICENSE +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/MANIFEST.in +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/README.md +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/__init__.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/adapter.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/agent.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/chat.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/context.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/development.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/indexer.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/listener.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/llmrunner.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/mail.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/planning.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/prompt.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/pydantic.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/schemas/__init__.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/schemas/document.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/schemas/gallery.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/schemas/presentation.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/schemas/schema.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/schemas/super_editor_document.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/single_shot_writer.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/thread_schema.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/utils.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/worker.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/writer.py +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent_agents.egg-info/SOURCES.txt +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent_agents.egg-info/dependency_links.txt +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent_agents.egg-info/top_level.txt +0 -0
- {meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-agents
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: Agent Building Blocks for Meshagent
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -12,19 +12,19 @@ License-File: LICENSE
|
|
|
12
12
|
Requires-Dist: pyjwt~=2.10
|
|
13
13
|
Requires-Dist: pytest~=8.4
|
|
14
14
|
Requires-Dist: pytest-asyncio~=0.26
|
|
15
|
-
Requires-Dist: meshagent-api~=0.6.
|
|
16
|
-
Requires-Dist: meshagent-tools~=0.6.
|
|
17
|
-
Requires-Dist: meshagent-openai~=0.6.
|
|
15
|
+
Requires-Dist: meshagent-api~=0.6.1
|
|
16
|
+
Requires-Dist: meshagent-tools~=0.6.1
|
|
17
|
+
Requires-Dist: meshagent-openai~=0.6.1
|
|
18
18
|
Requires-Dist: pydantic~=2.11
|
|
19
19
|
Requires-Dist: opentelemetry-distro~=0.54b1
|
|
20
20
|
Provides-Extra: all
|
|
21
|
-
Requires-Dist: meshagent-api[all]~=0.6.
|
|
21
|
+
Requires-Dist: meshagent-api[all]~=0.6.1; extra == "all"
|
|
22
22
|
Requires-Dist: chonkie~=0.5.1; extra == "all"
|
|
23
23
|
Requires-Dist: chonkie[semantic]~=0.5.1; extra == "all"
|
|
24
24
|
Requires-Dist: chonkie[openai]~=0.5.1; extra == "all"
|
|
25
25
|
Requires-Dist: aiosmtplib~=4.0.1; extra == "all"
|
|
26
26
|
Provides-Extra: sync
|
|
27
|
-
Requires-Dist: meshagent-api[sync]~=0.6.
|
|
27
|
+
Requires-Dist: meshagent-api[sync]~=0.6.1; extra == "sync"
|
|
28
28
|
Provides-Extra: mail
|
|
29
29
|
Requires-Dist: aiosmtplib~=4.0.1; extra == "mail"
|
|
30
30
|
Provides-Extra: rag
|
|
@@ -24,26 +24,10 @@ transcript_schema = MeshSchema(
|
|
|
24
24
|
"the Transcriber agent."
|
|
25
25
|
),
|
|
26
26
|
properties=[
|
|
27
|
-
ValueProperty(
|
|
28
|
-
name="session_id",
|
|
29
|
-
description="Identifier for the transcription session or LiveKit room.",
|
|
30
|
-
type="string",
|
|
31
|
-
),
|
|
32
|
-
ValueProperty(
|
|
33
|
-
name="room_id",
|
|
34
|
-
description="MeshAgent room identifier backing this transcript.",
|
|
35
|
-
type="string",
|
|
36
|
-
),
|
|
37
|
-
ValueProperty(
|
|
38
|
-
name="created_at",
|
|
39
|
-
description="ISO-8601 timestamp indicating when the session began.",
|
|
40
|
-
type="string",
|
|
41
|
-
),
|
|
42
27
|
ChildProperty(
|
|
43
28
|
name="segments",
|
|
44
29
|
description="Ordered collection of speech segments captured during the session.",
|
|
45
30
|
child_tag_names=["segment"],
|
|
46
|
-
ordered=True,
|
|
47
31
|
),
|
|
48
32
|
],
|
|
49
33
|
),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.6.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-agents
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: Agent Building Blocks for Meshagent
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Documentation, https://docs.meshagent.com
|
|
@@ -12,19 +12,19 @@ License-File: LICENSE
|
|
|
12
12
|
Requires-Dist: pyjwt~=2.10
|
|
13
13
|
Requires-Dist: pytest~=8.4
|
|
14
14
|
Requires-Dist: pytest-asyncio~=0.26
|
|
15
|
-
Requires-Dist: meshagent-api~=0.6.
|
|
16
|
-
Requires-Dist: meshagent-tools~=0.6.
|
|
17
|
-
Requires-Dist: meshagent-openai~=0.6.
|
|
15
|
+
Requires-Dist: meshagent-api~=0.6.1
|
|
16
|
+
Requires-Dist: meshagent-tools~=0.6.1
|
|
17
|
+
Requires-Dist: meshagent-openai~=0.6.1
|
|
18
18
|
Requires-Dist: pydantic~=2.11
|
|
19
19
|
Requires-Dist: opentelemetry-distro~=0.54b1
|
|
20
20
|
Provides-Extra: all
|
|
21
|
-
Requires-Dist: meshagent-api[all]~=0.6.
|
|
21
|
+
Requires-Dist: meshagent-api[all]~=0.6.1; extra == "all"
|
|
22
22
|
Requires-Dist: chonkie~=0.5.1; extra == "all"
|
|
23
23
|
Requires-Dist: chonkie[semantic]~=0.5.1; extra == "all"
|
|
24
24
|
Requires-Dist: chonkie[openai]~=0.5.1; extra == "all"
|
|
25
25
|
Requires-Dist: aiosmtplib~=4.0.1; extra == "all"
|
|
26
26
|
Provides-Extra: sync
|
|
27
|
-
Requires-Dist: meshagent-api[sync]~=0.6.
|
|
27
|
+
Requires-Dist: meshagent-api[sync]~=0.6.1; extra == "sync"
|
|
28
28
|
Provides-Extra: mail
|
|
29
29
|
Requires-Dist: aiosmtplib~=4.0.1; extra == "mail"
|
|
30
30
|
Provides-Extra: rag
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
pyjwt~=2.10
|
|
2
2
|
pytest~=8.4
|
|
3
3
|
pytest-asyncio~=0.26
|
|
4
|
-
meshagent-api~=0.6.
|
|
5
|
-
meshagent-tools~=0.6.
|
|
6
|
-
meshagent-openai~=0.6.
|
|
4
|
+
meshagent-api~=0.6.1
|
|
5
|
+
meshagent-tools~=0.6.1
|
|
6
|
+
meshagent-openai~=0.6.1
|
|
7
7
|
pydantic~=2.11
|
|
8
8
|
opentelemetry-distro~=0.54b1
|
|
9
9
|
|
|
10
10
|
[all]
|
|
11
|
-
meshagent-api[all]~=0.6.
|
|
11
|
+
meshagent-api[all]~=0.6.1
|
|
12
12
|
chonkie~=0.5.1
|
|
13
13
|
chonkie[semantic]~=0.5.1
|
|
14
14
|
chonkie[openai]~=0.5.1
|
|
@@ -23,4 +23,4 @@ chonkie[semantic]~=0.5.1
|
|
|
23
23
|
chonkie[openai]~=0.5.1
|
|
24
24
|
|
|
25
25
|
[sync]
|
|
26
|
-
meshagent-api[sync]~=0.6.
|
|
26
|
+
meshagent-api[sync]~=0.6.1
|
|
@@ -17,16 +17,16 @@ dependencies = [
|
|
|
17
17
|
"pyjwt~=2.10",
|
|
18
18
|
"pytest~=8.4",
|
|
19
19
|
"pytest-asyncio~=0.26",
|
|
20
|
-
"meshagent-api~=0.6.
|
|
21
|
-
"meshagent-tools~=0.6.
|
|
22
|
-
"meshagent-openai~=0.6.
|
|
20
|
+
"meshagent-api~=0.6.1",
|
|
21
|
+
"meshagent-tools~=0.6.1",
|
|
22
|
+
"meshagent-openai~=0.6.1",
|
|
23
23
|
"pydantic~=2.11",
|
|
24
24
|
"opentelemetry-distro~=0.54b1"
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
[project.optional-dependencies]
|
|
28
28
|
all = [
|
|
29
|
-
"meshagent-api[all]~=0.6.
|
|
29
|
+
"meshagent-api[all]~=0.6.1",
|
|
30
30
|
"chonkie~=0.5.1",
|
|
31
31
|
"chonkie[semantic]~=0.5.1",
|
|
32
32
|
"chonkie[openai]~=0.5.1",
|
|
@@ -34,7 +34,7 @@ all = [
|
|
|
34
34
|
]
|
|
35
35
|
|
|
36
36
|
sync = [
|
|
37
|
-
"meshagent-api[sync]~=0.6.
|
|
37
|
+
"meshagent-api[sync]~=0.6.1",
|
|
38
38
|
]
|
|
39
39
|
|
|
40
40
|
mail = [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.6.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent/agents/schemas/super_editor_document.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{meshagent_agents-0.6.0 → meshagent_agents-0.6.1}/meshagent_agents.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|