zyndai-agent 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

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.
@@ -5,9 +5,9 @@ import logging
5
5
  import uuid
6
6
  import paho.mqtt.client as mqtt
7
7
 
8
- from p3ai_agent.utils import encrypt_message, decrypt_message
8
+ from zyndai_agent.utils import encrypt_message, decrypt_message
9
9
  from typing import List, Callable, Optional, Dict, Any
10
- from p3ai_agent.search import AgentSearchResponse
10
+ from zyndai_agent.search import AgentSearchResponse
11
11
 
12
12
  # Configure logging with a more descriptive format
13
13
  logging.basicConfig(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zyndai-agent
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A Langchain and Autogen wrapper that enables agents to communicate and establish identity on the Zynd AI Network. This SDK provides three core capabilities: Identity Management, Agent Discovery & Search, and MQTT-based Communication.
5
5
  Author-email: Swapnil Shinde <swapnilshinde9382@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -1,10 +1,10 @@
1
1
  zyndai_agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  zyndai_agent/agent.py,sha256=hwmOXOb_HtK05ut1RrehzgIvJcXRYvvGPZkwCfhHFxA,2925
3
- zyndai_agent/communication.py,sha256=8eN59w8Nuj9l2jNQffqBaokEu6slq0EWbEctmoYLavQ,21131
3
+ zyndai_agent/communication.py,sha256=XChxe27VdxIdMB2S0-CNRJGDWUpQi2Oghej-HdY0qMM,21135
4
4
  zyndai_agent/identity.py,sha256=OtT1BRGvNVHEa9Dfsu6JUYcX8RDUaV11tXjiZeCyGfc,4074
5
5
  zyndai_agent/search.py,sha256=rYIs39ZM8iXFrv6Zb548UMeWQYjiTO7Ou_2vhvscLPM,2013
6
6
  zyndai_agent/utils.py,sha256=1vL5IayPLC8QHlcOqAewGfl7RzeQFcb8udy5UxhVuDg,15887
7
- zyndai_agent-0.1.2.dist-info/METADATA,sha256=m2R0evQhHutSfqY6SJYfgZhBCRENwVc-SWfHJe-YFGs,20381
8
- zyndai_agent-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- zyndai_agent-0.1.2.dist-info/top_level.txt,sha256=6jE9hyvpa18fstxa4omi9X2c97rawKydn6NwMwVSql4,13
10
- zyndai_agent-0.1.2.dist-info/RECORD,,
7
+ zyndai_agent-0.1.3.dist-info/METADATA,sha256=5zxYvRbOtoo1uZIYW7h1AqITV_csjJ6lU058FUkT5v8,20381
8
+ zyndai_agent-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ zyndai_agent-0.1.3.dist-info/top_level.txt,sha256=6jE9hyvpa18fstxa4omi9X2c97rawKydn6NwMwVSql4,13
10
+ zyndai_agent-0.1.3.dist-info/RECORD,,