meshagent-agents 0.0.23__tar.gz → 0.0.24__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.0.23 → meshagent_agents-0.0.24}/CHANGELOG.md +3 -0
- {meshagent_agents-0.0.23/meshagent_agents.egg-info → meshagent_agents-0.0.24}/PKG-INFO +6 -6
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/mail.py +2 -2
- meshagent_agents-0.0.24/meshagent/agents/version.py +1 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24/meshagent_agents.egg-info}/PKG-INFO +6 -6
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent_agents.egg-info/requires.txt +5 -5
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/pyproject.toml +5 -5
- meshagent_agents-0.0.23/meshagent/agents/version.py +0 -1
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/LICENSE +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/MANIFEST.in +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/README.md +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/__init__.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/adapter.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/agent.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/chat.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/context.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/development.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/hosting.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/indexer.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/listener.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/planning.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/prompt.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/pydantic.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/schemas/__init__.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/schemas/document.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/schemas/gallery.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/schemas/presentation.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/schemas/schema.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/schemas/super_editor_document.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/single_shot_writer.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/thread_schema.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/utils.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/worker.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent/agents/writer.py +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent_agents.egg-info/SOURCES.txt +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent_agents.egg-info/dependency_links.txt +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/meshagent_agents.egg-info/top_level.txt +0 -0
- {meshagent_agents-0.0.23 → meshagent_agents-0.0.24}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-agents
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.24
|
|
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.1
|
|
13
13
|
Requires-Dist: pytest~=8.3.5
|
|
14
14
|
Requires-Dist: pytest-asyncio~=0.26.0
|
|
15
|
-
Requires-Dist: meshagent-api~=0.0.
|
|
16
|
-
Requires-Dist: meshagent-tools~=0.0.
|
|
17
|
-
Requires-Dist: meshagent-openai~=0.0.
|
|
15
|
+
Requires-Dist: meshagent-api~=0.0.24
|
|
16
|
+
Requires-Dist: meshagent-tools~=0.0.24
|
|
17
|
+
Requires-Dist: meshagent-openai~=0.0.24
|
|
18
18
|
Requires-Dist: pydantic~=2.11.1
|
|
19
19
|
Requires-Dist: pydantic-ai~=0.0.48
|
|
20
20
|
Provides-Extra: all
|
|
21
|
-
Requires-Dist: meshagent-api[all]~=0.0.
|
|
21
|
+
Requires-Dist: meshagent-api[all]~=0.0.24; 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.0.
|
|
27
|
+
Requires-Dist: meshagent-api[sync]~=0.0.24; extra == "sync"
|
|
28
28
|
Provides-Extra: mail
|
|
29
29
|
Requires-Dist: aiosmtplib~=4.0.1; extra == "mail"
|
|
30
30
|
Provides-Extra: rag
|
|
@@ -216,7 +216,7 @@ class MailWorker(Worker):
|
|
|
216
216
|
tool_adapter = None,
|
|
217
217
|
toolkits = None,
|
|
218
218
|
rules = None,
|
|
219
|
-
domain: str = os.getenv("MESHAGENT_MAIL_DOMAIN", "meshagent.com"),
|
|
219
|
+
domain: str = os.getenv("MESHAGENT_MAIL_DOMAIN", "mail.meshagent.com"),
|
|
220
220
|
smtp: Optional[SmtpConfiguration] = None):
|
|
221
221
|
|
|
222
222
|
if smtp == None:
|
|
@@ -333,5 +333,5 @@ def decompress_uuid(compressed_uuid: str) -> str:
|
|
|
333
333
|
return standard_uuid
|
|
334
334
|
|
|
335
335
|
|
|
336
|
-
def room_address(*, project_id: str, room_name: str, domain: str = os.getenv("MESHAGENT_MAIL_DOMAIN", "meshagent.com")):
|
|
336
|
+
def room_address(*, project_id: str, room_name: str, domain: str = os.getenv("MESHAGENT_MAIL_DOMAIN", "mail.meshagent.com")):
|
|
337
337
|
return f"{compress_uuid(project_id)}+{room_name}@{domain}"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.24"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-agents
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.24
|
|
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.1
|
|
13
13
|
Requires-Dist: pytest~=8.3.5
|
|
14
14
|
Requires-Dist: pytest-asyncio~=0.26.0
|
|
15
|
-
Requires-Dist: meshagent-api~=0.0.
|
|
16
|
-
Requires-Dist: meshagent-tools~=0.0.
|
|
17
|
-
Requires-Dist: meshagent-openai~=0.0.
|
|
15
|
+
Requires-Dist: meshagent-api~=0.0.24
|
|
16
|
+
Requires-Dist: meshagent-tools~=0.0.24
|
|
17
|
+
Requires-Dist: meshagent-openai~=0.0.24
|
|
18
18
|
Requires-Dist: pydantic~=2.11.1
|
|
19
19
|
Requires-Dist: pydantic-ai~=0.0.48
|
|
20
20
|
Provides-Extra: all
|
|
21
|
-
Requires-Dist: meshagent-api[all]~=0.0.
|
|
21
|
+
Requires-Dist: meshagent-api[all]~=0.0.24; 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.0.
|
|
27
|
+
Requires-Dist: meshagent-api[sync]~=0.0.24; 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.1
|
|
2
2
|
pytest~=8.3.5
|
|
3
3
|
pytest-asyncio~=0.26.0
|
|
4
|
-
meshagent-api~=0.0.
|
|
5
|
-
meshagent-tools~=0.0.
|
|
6
|
-
meshagent-openai~=0.0.
|
|
4
|
+
meshagent-api~=0.0.24
|
|
5
|
+
meshagent-tools~=0.0.24
|
|
6
|
+
meshagent-openai~=0.0.24
|
|
7
7
|
pydantic~=2.11.1
|
|
8
8
|
pydantic-ai~=0.0.48
|
|
9
9
|
|
|
10
10
|
[all]
|
|
11
|
-
meshagent-api[all]~=0.0.
|
|
11
|
+
meshagent-api[all]~=0.0.24
|
|
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.0.
|
|
26
|
+
meshagent-api[sync]~=0.0.24
|
|
@@ -17,16 +17,16 @@ dependencies = [
|
|
|
17
17
|
"pyjwt~=2.10.1",
|
|
18
18
|
"pytest~=8.3.5",
|
|
19
19
|
"pytest-asyncio~=0.26.0",
|
|
20
|
-
"meshagent-api~=0.0.
|
|
21
|
-
"meshagent-tools~=0.0.
|
|
22
|
-
"meshagent-openai~=0.0.
|
|
20
|
+
"meshagent-api~=0.0.24",
|
|
21
|
+
"meshagent-tools~=0.0.24",
|
|
22
|
+
"meshagent-openai~=0.0.24",
|
|
23
23
|
"pydantic~=2.11.1",
|
|
24
24
|
"pydantic-ai~=0.0.48",
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
[project.optional-dependencies]
|
|
28
28
|
all = [
|
|
29
|
-
"meshagent-api[all]~=0.0.
|
|
29
|
+
"meshagent-api[all]~=0.0.24",
|
|
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.0.
|
|
37
|
+
"meshagent-api[sync]~=0.0.24",
|
|
38
38
|
]
|
|
39
39
|
|
|
40
40
|
mail = [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.23"
|
|
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.0.23 → meshagent_agents-0.0.24}/meshagent/agents/schemas/presentation.py
RENAMED
|
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.0.23 → meshagent_agents-0.0.24}/meshagent_agents.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|