meshagent-agents 0.5.1__tar.gz → 0.5.3__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.5.1 → meshagent_agents-0.5.3}/CHANGELOG.md +6 -0
- {meshagent_agents-0.5.1/meshagent_agents.egg-info → meshagent_agents-0.5.3}/PKG-INFO +6 -6
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/adapter.py +1 -1
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/agent.py +1 -1
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/chat.py +110 -74
- meshagent_agents-0.5.3/meshagent/agents/version.py +1 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3/meshagent_agents.egg-info}/PKG-INFO +6 -6
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent_agents.egg-info/requires.txt +5 -5
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/pyproject.toml +5 -5
- meshagent_agents-0.5.1/meshagent/agents/version.py +0 -1
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/LICENSE +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/MANIFEST.in +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/README.md +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/__init__.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/context.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/development.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/hosting.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/indexer.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/listener.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/mail.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/planning.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/prompt.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/pydantic.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/schemas/__init__.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/schemas/document.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/schemas/gallery.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/schemas/presentation.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/schemas/schema.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/schemas/super_editor_document.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/single_shot_writer.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/thread_schema.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/utils.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/worker.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent/agents/writer.py +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent_agents.egg-info/SOURCES.txt +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent_agents.egg-info/dependency_links.txt +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/meshagent_agents.egg-info/top_level.txt +0 -0
- {meshagent_agents-0.5.1 → meshagent_agents-0.5.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-agents
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
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.5.
|
|
16
|
-
Requires-Dist: meshagent-tools~=0.5.
|
|
17
|
-
Requires-Dist: meshagent-openai~=0.5.
|
|
15
|
+
Requires-Dist: meshagent-api~=0.5.3
|
|
16
|
+
Requires-Dist: meshagent-tools~=0.5.3
|
|
17
|
+
Requires-Dist: meshagent-openai~=0.5.3
|
|
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.5.
|
|
21
|
+
Requires-Dist: meshagent-api[all]~=0.5.3; 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.5.
|
|
27
|
+
Requires-Dist: meshagent-api[sync]~=0.5.3; extra == "sync"
|
|
28
28
|
Provides-Extra: mail
|
|
29
29
|
Requires-Dist: aiosmtplib~=4.0.1; extra == "mail"
|
|
30
30
|
Provides-Extra: rag
|
|
@@ -44,7 +44,7 @@ class LLMAdapter(Generic[T]):
|
|
|
44
44
|
*,
|
|
45
45
|
context: AgentChatContext,
|
|
46
46
|
room: RoomClient,
|
|
47
|
-
toolkits: Toolkit,
|
|
47
|
+
toolkits: list[Toolkit],
|
|
48
48
|
tool_adapter: Optional[ToolResponseAdapter] = None,
|
|
49
49
|
output_schema: Optional[dict] = None,
|
|
50
50
|
event_handler: Optional[Callable[[T], None]] = None,
|
|
@@ -335,7 +335,7 @@ class TaskRunner(SingleRoomAgent):
|
|
|
335
335
|
requires=None,
|
|
336
336
|
supports_tools: Optional[bool] = None,
|
|
337
337
|
input_schema: dict,
|
|
338
|
-
output_schema: dict,
|
|
338
|
+
output_schema: Optional[dict] = None,
|
|
339
339
|
labels: Optional[list[str]] = None,
|
|
340
340
|
toolkits: Optional[list[Toolkit]] = None,
|
|
341
341
|
):
|
|
@@ -420,58 +420,87 @@ class ChatBot(SingleRoomAgent):
|
|
|
420
420
|
def done_processing_llm_events(task: asyncio.Task):
|
|
421
421
|
try:
|
|
422
422
|
task.result()
|
|
423
|
-
except CancelledError:
|
|
424
|
-
pass
|
|
425
423
|
except Exception as e:
|
|
426
424
|
logger.error("error sending delta", exc_info=e)
|
|
427
425
|
|
|
428
426
|
async def process_llm_events():
|
|
429
|
-
partial = ""
|
|
430
|
-
content_element = None
|
|
431
427
|
context_message = None
|
|
428
|
+
updates = asyncio.Queue()
|
|
432
429
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
430
|
+
# throttle updates so we don't send too many syncs over the wire at once
|
|
431
|
+
async def update_thread():
|
|
432
|
+
try:
|
|
433
|
+
changes = {}
|
|
434
|
+
while True:
|
|
435
|
+
try:
|
|
436
|
+
element, partial = updates.get_nowait()
|
|
437
|
+
changes[element] = partial
|
|
438
438
|
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
partial = ""
|
|
443
|
-
content_element = doc_messages.append_child(
|
|
444
|
-
tag_name="message",
|
|
445
|
-
attributes={
|
|
446
|
-
"text": "",
|
|
447
|
-
"created_at": datetime.datetime.now(datetime.timezone.utc)
|
|
448
|
-
.isoformat()
|
|
449
|
-
.replace("+00:00", "Z"),
|
|
450
|
-
"author_name": self.room.local_participant.get_attribute(
|
|
451
|
-
"name"
|
|
452
|
-
),
|
|
453
|
-
},
|
|
454
|
-
)
|
|
439
|
+
except asyncio.QueueEmpty:
|
|
440
|
+
for e, p in changes.items():
|
|
441
|
+
e["text"] = p
|
|
455
442
|
|
|
456
|
-
|
|
457
|
-
chat_context.messages.append(context_message)
|
|
443
|
+
changes.clear()
|
|
458
444
|
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
content_element["text"] = partial
|
|
462
|
-
context_message["content"] = partial
|
|
445
|
+
e, p = await updates.get()
|
|
446
|
+
changes[e] = p
|
|
463
447
|
|
|
464
|
-
|
|
465
|
-
content_element = None
|
|
448
|
+
await asyncio.sleep(0.1)
|
|
466
449
|
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
450
|
+
except asyncio.QueueShutDown:
|
|
451
|
+
pass
|
|
452
|
+
|
|
453
|
+
update_thread_task = asyncio.create_task(update_thread())
|
|
454
|
+
try:
|
|
455
|
+
async for evt in llm_messages:
|
|
456
|
+
for participant in self._room.messaging.get_participants():
|
|
457
|
+
logger.debug(
|
|
458
|
+
f"sending event {evt.type} to {participant.get_attribute('name')}"
|
|
459
|
+
)
|
|
460
|
+
|
|
461
|
+
# self.room.messaging.send_message_nowait(to=participant, type="llm.event", message=json.loads(evt.to_json()))
|
|
462
|
+
|
|
463
|
+
if evt.type == "response.content_part.added":
|
|
464
|
+
partial = ""
|
|
465
|
+
content_element = doc_messages.append_child(
|
|
466
|
+
tag_name="message",
|
|
467
|
+
attributes={
|
|
468
|
+
"text": "",
|
|
469
|
+
"created_at": datetime.datetime.now(
|
|
470
|
+
datetime.timezone.utc
|
|
471
|
+
)
|
|
472
|
+
.isoformat()
|
|
473
|
+
.replace("+00:00", "Z"),
|
|
474
|
+
"author_name": self.room.local_participant.get_attribute(
|
|
475
|
+
"name"
|
|
476
|
+
),
|
|
477
|
+
},
|
|
471
478
|
)
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
479
|
+
|
|
480
|
+
context_message = {"role": "assistant", "content": ""}
|
|
481
|
+
chat_context.messages.append(context_message)
|
|
482
|
+
|
|
483
|
+
elif evt.type == "response.output_text.delta":
|
|
484
|
+
partial += evt.delta
|
|
485
|
+
updates.put_nowait((content_element, partial))
|
|
486
|
+
context_message["content"] = partial
|
|
487
|
+
|
|
488
|
+
elif evt.type == "response.output_text.done":
|
|
489
|
+
content_element = None
|
|
490
|
+
|
|
491
|
+
with tracer.start_as_current_span(
|
|
492
|
+
"chatbot.thread.message"
|
|
493
|
+
) as span:
|
|
494
|
+
span.set_attribute(
|
|
495
|
+
"from_participant_name",
|
|
496
|
+
self.room.local_participant.get_attribute("name"),
|
|
497
|
+
)
|
|
498
|
+
span.set_attribute("role", "assistant")
|
|
499
|
+
span.set_attributes(thread_attributes)
|
|
500
|
+
span.set_attributes({"text": evt.text})
|
|
501
|
+
finally:
|
|
502
|
+
updates.shutdown()
|
|
503
|
+
await update_thread_task
|
|
475
504
|
|
|
476
505
|
llm_task = asyncio.create_task(process_llm_events())
|
|
477
506
|
llm_task.add_done_callback(done_processing_llm_events)
|
|
@@ -590,16 +619,6 @@ class ChatBot(SingleRoomAgent):
|
|
|
590
619
|
)
|
|
591
620
|
break
|
|
592
621
|
|
|
593
|
-
for participant in get_thread_participants(
|
|
594
|
-
room=self._room, thread=thread
|
|
595
|
-
):
|
|
596
|
-
# TODO: async gather
|
|
597
|
-
self._room.messaging.send_message_nowait(
|
|
598
|
-
to=participant,
|
|
599
|
-
type="thinking",
|
|
600
|
-
message={"thinking": True, "path": path},
|
|
601
|
-
)
|
|
602
|
-
|
|
603
622
|
if chat_with_participant.id == received.from_participant_id:
|
|
604
623
|
self.room.developer.log_nowait(
|
|
605
624
|
type="llm.message",
|
|
@@ -628,13 +647,6 @@ class ChatBot(SingleRoomAgent):
|
|
|
628
647
|
|
|
629
648
|
chat_context.append_user_message(message=text)
|
|
630
649
|
|
|
631
|
-
# if user is typing, wait for typing to stop
|
|
632
|
-
while True:
|
|
633
|
-
if chat_with_participant.id not in self._is_typing:
|
|
634
|
-
break
|
|
635
|
-
|
|
636
|
-
await asyncio.sleep(0.5)
|
|
637
|
-
|
|
638
650
|
if messages.empty():
|
|
639
651
|
break
|
|
640
652
|
|
|
@@ -654,6 +666,16 @@ class ChatBot(SingleRoomAgent):
|
|
|
654
666
|
span.set_attributes({"text": text})
|
|
655
667
|
|
|
656
668
|
try:
|
|
669
|
+
for participant in get_thread_participants(
|
|
670
|
+
room=self._room, thread=thread
|
|
671
|
+
):
|
|
672
|
+
# TODO: async gather
|
|
673
|
+
self._room.messaging.send_message_nowait(
|
|
674
|
+
to=participant,
|
|
675
|
+
type="thinking",
|
|
676
|
+
message={"thinking": True, "path": path},
|
|
677
|
+
)
|
|
678
|
+
|
|
657
679
|
if thread_context is None:
|
|
658
680
|
thread_context = ChatThreadContext(
|
|
659
681
|
path=path,
|
|
@@ -690,6 +712,7 @@ class ChatBot(SingleRoomAgent):
|
|
|
690
712
|
tool_adapter=self._tool_adapter,
|
|
691
713
|
event_handler=handle_event,
|
|
692
714
|
)
|
|
715
|
+
|
|
693
716
|
except Exception as e:
|
|
694
717
|
logger.error("An error was encountered", exc_info=e)
|
|
695
718
|
await self._send_and_save_chat(
|
|
@@ -702,27 +725,34 @@ class ChatBot(SingleRoomAgent):
|
|
|
702
725
|
)
|
|
703
726
|
|
|
704
727
|
finally:
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
728
|
+
|
|
729
|
+
async def cleanup():
|
|
730
|
+
for participant in get_thread_participants(
|
|
731
|
+
room=self._room, thread=thread
|
|
732
|
+
):
|
|
733
|
+
self._room.messaging.send_message_nowait(
|
|
734
|
+
to=participant,
|
|
735
|
+
type="thinking",
|
|
736
|
+
message={"thinking": False, "path": path},
|
|
737
|
+
)
|
|
738
|
+
|
|
739
|
+
asyncio.shield(cleanup())
|
|
714
740
|
|
|
715
741
|
finally:
|
|
716
|
-
llm_messages.close()
|
|
717
742
|
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
743
|
+
async def cleanup():
|
|
744
|
+
llm_messages.close()
|
|
745
|
+
|
|
746
|
+
if self.room is not None:
|
|
747
|
+
logger.info(f"thread was ended {path}")
|
|
748
|
+
self.room.developer.log_nowait(
|
|
749
|
+
type="chatbot.thread.ended", data={"path": path}
|
|
750
|
+
)
|
|
723
751
|
|
|
724
|
-
|
|
725
|
-
|
|
752
|
+
if thread is not None:
|
|
753
|
+
await self.close_thread(path=path)
|
|
754
|
+
|
|
755
|
+
asyncio.shield(cleanup())
|
|
726
756
|
|
|
727
757
|
def _get_message_channel(self, key: str) -> Chan[RoomMessage]:
|
|
728
758
|
if key not in self._message_channels:
|
|
@@ -765,6 +795,7 @@ class ChatBot(SingleRoomAgent):
|
|
|
765
795
|
if path not in self._thread_tasks or self._thread_tasks[path].done():
|
|
766
796
|
|
|
767
797
|
def thread_done(task: asyncio.Task):
|
|
798
|
+
self._thread_tasks.pop(path)
|
|
768
799
|
self._message_channels.pop(path)
|
|
769
800
|
try:
|
|
770
801
|
task.result()
|
|
@@ -783,6 +814,11 @@ class ChatBot(SingleRoomAgent):
|
|
|
783
814
|
|
|
784
815
|
self._thread_tasks[path] = task
|
|
785
816
|
|
|
817
|
+
elif message.type == "cancel":
|
|
818
|
+
path = message.message["path"]
|
|
819
|
+
if path in self._thread_tasks:
|
|
820
|
+
self._thread_tasks[path].cancel()
|
|
821
|
+
|
|
786
822
|
elif message.type == "typing":
|
|
787
823
|
|
|
788
824
|
def callback(task: asyncio.Task):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.5.3"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshagent-agents
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
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.5.
|
|
16
|
-
Requires-Dist: meshagent-tools~=0.5.
|
|
17
|
-
Requires-Dist: meshagent-openai~=0.5.
|
|
15
|
+
Requires-Dist: meshagent-api~=0.5.3
|
|
16
|
+
Requires-Dist: meshagent-tools~=0.5.3
|
|
17
|
+
Requires-Dist: meshagent-openai~=0.5.3
|
|
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.5.
|
|
21
|
+
Requires-Dist: meshagent-api[all]~=0.5.3; 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.5.
|
|
27
|
+
Requires-Dist: meshagent-api[sync]~=0.5.3; 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.5.
|
|
5
|
-
meshagent-tools~=0.5.
|
|
6
|
-
meshagent-openai~=0.5.
|
|
4
|
+
meshagent-api~=0.5.3
|
|
5
|
+
meshagent-tools~=0.5.3
|
|
6
|
+
meshagent-openai~=0.5.3
|
|
7
7
|
pydantic~=2.11
|
|
8
8
|
opentelemetry-distro~=0.54b1
|
|
9
9
|
|
|
10
10
|
[all]
|
|
11
|
-
meshagent-api[all]~=0.5.
|
|
11
|
+
meshagent-api[all]~=0.5.3
|
|
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.5.
|
|
26
|
+
meshagent-api[sync]~=0.5.3
|
|
@@ -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.5.
|
|
21
|
-
"meshagent-tools~=0.5.
|
|
22
|
-
"meshagent-openai~=0.5.
|
|
20
|
+
"meshagent-api~=0.5.3",
|
|
21
|
+
"meshagent-tools~=0.5.3",
|
|
22
|
+
"meshagent-openai~=0.5.3",
|
|
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.5.
|
|
29
|
+
"meshagent-api[all]~=0.5.3",
|
|
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.5.
|
|
37
|
+
"meshagent-api[sync]~=0.5.3",
|
|
38
38
|
]
|
|
39
39
|
|
|
40
40
|
mail = [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.5.1"
|
|
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.5.1 → meshagent_agents-0.5.3}/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.5.1 → meshagent_agents-0.5.3}/meshagent_agents.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|