meshagent-agents 0.0.39__tar.gz → 0.2.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.

Potentially problematic release.


This version of meshagent-agents might be problematic. Click here for more details.

Files changed (39) hide show
  1. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/CHANGELOG.md +6 -0
  2. {meshagent_agents-0.0.39/meshagent_agents.egg-info → meshagent_agents-0.2.0}/PKG-INFO +6 -6
  3. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/chat.py +1 -1
  4. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/planning.py +0 -8
  5. meshagent_agents-0.2.0/meshagent/agents/schemas/__init__.py +11 -0
  6. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/single_shot_writer.py +0 -4
  7. meshagent_agents-0.2.0/meshagent/agents/version.py +1 -0
  8. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0/meshagent_agents.egg-info}/PKG-INFO +6 -6
  9. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent_agents.egg-info/requires.txt +5 -5
  10. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/pyproject.toml +5 -5
  11. meshagent_agents-0.0.39/meshagent/agents/schemas/__init__.py +0 -11
  12. meshagent_agents-0.0.39/meshagent/agents/version.py +0 -1
  13. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/LICENSE +0 -0
  14. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/MANIFEST.in +0 -0
  15. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/README.md +0 -0
  16. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/__init__.py +0 -0
  17. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/adapter.py +0 -0
  18. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/agent.py +0 -0
  19. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/context.py +0 -0
  20. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/development.py +0 -0
  21. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/hosting.py +0 -0
  22. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/indexer.py +0 -0
  23. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/listener.py +0 -0
  24. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/mail.py +0 -0
  25. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/prompt.py +0 -0
  26. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/pydantic.py +0 -0
  27. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/schemas/document.py +0 -0
  28. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/schemas/gallery.py +0 -0
  29. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/schemas/presentation.py +0 -0
  30. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/schemas/schema.py +0 -0
  31. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/schemas/super_editor_document.py +0 -0
  32. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/thread_schema.py +0 -0
  33. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/utils.py +0 -0
  34. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/worker.py +0 -0
  35. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent/agents/writer.py +0 -0
  36. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent_agents.egg-info/SOURCES.txt +0 -0
  37. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent_agents.egg-info/dependency_links.txt +0 -0
  38. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/meshagent_agents.egg-info/top_level.txt +0 -0
  39. {meshagent_agents-0.0.39 → meshagent_agents-0.2.0}/setup.cfg +0 -0
@@ -1,3 +1,9 @@
1
+ ## [0.2.0]
2
+ - Stability
3
+
4
+ ## [0.1.0]
5
+ - Stability
6
+
1
7
  ## [0.0.39]
2
8
  - Stability
3
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-agents
3
- Version: 0.0.39
3
+ Version: 0.2.0
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.0.39
16
- Requires-Dist: meshagent-tools~=0.0.39
17
- Requires-Dist: meshagent-openai~=0.0.39
15
+ Requires-Dist: meshagent-api~=0.2.0
16
+ Requires-Dist: meshagent-tools~=0.2.0
17
+ Requires-Dist: meshagent-openai~=0.2.0
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.0.39; extra == "all"
21
+ Requires-Dist: meshagent-api[all]~=0.2.0; 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.39; extra == "sync"
27
+ Requires-Dist: meshagent-api[sync]~=0.2.0; extra == "sync"
28
28
  Provides-Extra: mail
29
29
  Requires-Dist: aiosmtplib~=4.0.1; extra == "mail"
30
30
  Provides-Extra: rag
@@ -760,7 +760,7 @@ class ChatBot(SingleRoomAgent):
760
760
 
761
761
  def on_participant_added(participant: RemoteParticipant):
762
762
  # will spawn the initial thread
763
- self._get_message_channel(participant_id=participant.id)
763
+ self._get_message_channel(participant.id)
764
764
 
765
765
  room.messaging.on("participant_added", on_participant_added)
766
766
 
@@ -274,8 +274,6 @@ class PlanningWriter(Writer):
274
274
  output_schema=rs,
275
275
  )
276
276
 
277
- logger.info("COMPLETION RESPONSE %s", responses)
278
-
279
277
  except Exception as e:
280
278
  logger.error("Unable to execute reasoning completion task", exc_info=e)
281
279
  # retry
@@ -434,8 +432,6 @@ class PlanningResponder(TaskRunner):
434
432
  i += 1
435
433
 
436
434
  try:
437
- logger.info("COMPLETION STARTING: Step %s", i)
438
-
439
435
  responses = await self._llm_adapter.next(
440
436
  context=context.chat,
441
437
  room=room,
@@ -444,8 +440,6 @@ class PlanningResponder(TaskRunner):
444
440
  output_schema=rs,
445
441
  )
446
442
 
447
- logger.info("COMPLETION RESPONSE %s", responses)
448
-
449
443
  except Exception as e:
450
444
  logger.error("Unable to execute reasoning completion task", exc_info=e)
451
445
  # retry
@@ -616,8 +610,6 @@ class DynamicPlanningResponder(TaskRunner):
616
610
  output_schema=rs,
617
611
  )
618
612
 
619
- logger.info("COMPLETION RESPONSE %s", responses)
620
-
621
613
  except Exception as e:
622
614
  logger.error("Unable to execute reasoning completion task", exc_info=e)
623
615
  # retry
@@ -0,0 +1,11 @@
1
+ from .document import document_schema
2
+ from .gallery import gallery_schema
3
+ from .presentation import presentation_schema
4
+ from .super_editor_document import super_editor_document_schema
5
+
6
+ __all__ = [
7
+ document_schema,
8
+ gallery_schema,
9
+ presentation_schema,
10
+ super_editor_document_schema,
11
+ ]
@@ -66,8 +66,6 @@ class SingleShotWriter(Writer):
66
66
  toolkits = [*self._toolkits, *writer_context.call_context.toolkits]
67
67
 
68
68
  try:
69
- logger.info("SINGLE SHOT COMPLETION STARTING")
70
-
71
69
  response = await self._llm_adapter.next(
72
70
  context=writer_context.call_context.chat,
73
71
  room=writer_context.room,
@@ -76,8 +74,6 @@ class SingleShotWriter(Writer):
76
74
  output_schema=writer_context.document.schema.to_json(),
77
75
  )
78
76
 
79
- logger.info("SINGLE SHOT COMPLETION RESPONSE %s", response)
80
-
81
77
  except Exception as e:
82
78
  logger.error("Unable to execute reasoning completion task", exc_info=e)
83
79
  # retry
@@ -0,0 +1 @@
1
+ __version__ = "0.2.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-agents
3
- Version: 0.0.39
3
+ Version: 0.2.0
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.0.39
16
- Requires-Dist: meshagent-tools~=0.0.39
17
- Requires-Dist: meshagent-openai~=0.0.39
15
+ Requires-Dist: meshagent-api~=0.2.0
16
+ Requires-Dist: meshagent-tools~=0.2.0
17
+ Requires-Dist: meshagent-openai~=0.2.0
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.0.39; extra == "all"
21
+ Requires-Dist: meshagent-api[all]~=0.2.0; 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.39; extra == "sync"
27
+ Requires-Dist: meshagent-api[sync]~=0.2.0; 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.0.39
5
- meshagent-tools~=0.0.39
6
- meshagent-openai~=0.0.39
4
+ meshagent-api~=0.2.0
5
+ meshagent-tools~=0.2.0
6
+ meshagent-openai~=0.2.0
7
7
  pydantic~=2.11
8
8
  opentelemetry-distro~=0.54b1
9
9
 
10
10
  [all]
11
- meshagent-api[all]~=0.0.39
11
+ meshagent-api[all]~=0.2.0
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.39
26
+ meshagent-api[sync]~=0.2.0
@@ -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.0.39",
21
- "meshagent-tools~=0.0.39",
22
- "meshagent-openai~=0.0.39",
20
+ "meshagent-api~=0.2.0",
21
+ "meshagent-tools~=0.2.0",
22
+ "meshagent-openai~=0.2.0",
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.0.39",
29
+ "meshagent-api[all]~=0.2.0",
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.39",
37
+ "meshagent-api[sync]~=0.2.0",
38
38
  ]
39
39
 
40
40
  mail = [
@@ -1,11 +0,0 @@
1
- from document import document_schema
2
- from gallery import gallery_schema
3
- from presentation import presentation_schema
4
- from super_editor_document import super_editor_document_schema
5
-
6
- __all__ = [
7
- document_schema,
8
- gallery_schema,
9
- presentation_schema,
10
- super_editor_document_schema,
11
- ]
@@ -1 +0,0 @@
1
- __version__ = "0.0.39"