agentstr 0.1.14__py3-none-any.whl → 0.1.15__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.
agentstr/buyer.py CHANGED
@@ -298,8 +298,8 @@ class BuyerTools(Toolkit):
298
298
 
299
299
  def _store_response_in_knowledge_base(self, response: str) -> None:
300
300
  doc = Document(
301
- id=str(uuid4()),
301
+ # id=str(uuid4()),
302
302
  content=response,
303
303
  )
304
- # print(f"Document length: {len(doc.content.split())} words")
304
+ print(f"Document length: {len(doc.content.split())} words")
305
305
  self.knowledge_base.load_documents([doc]) # Store response in Cassandra
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: agentstr
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Summary: Tools for a Nostr agentic ecosystem
5
5
  Author-email: Synvya <synvya@synvya.com>
6
6
  License: MIT
@@ -8,7 +8,7 @@ Project-URL: Homepage, https://www.synvya.com
8
8
  Project-URL: Repository, https://github.com/synvya/agentstr
9
9
  Project-URL: Documentation, https://github.com/synvya/agentstr#readme
10
10
  Project-URL: BugTracker, https://github.com/synvya/agentstr/issues
11
- Requires-Python: <3.13,>=3.9
11
+ Requires-Python: <3.13,>=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: agno>=1.1.1
@@ -24,8 +24,10 @@ Requires-Dist: mypy>=1.0; extra == "dev"
24
24
  Requires-Dist: pylint>=3.0; extra == "dev"
25
25
  Provides-Extra: examples
26
26
  Requires-Dist: python-dotenv>=1.0; extra == "examples"
27
- Requires-Dist: cassandra-driver>=3.29.2; extra == "examples"
28
- Requires-Dist: cassio>=0.1.10; extra == "examples"
27
+ Requires-Dist: psycopg[binary]>=3.2.5; extra == "examples"
28
+ Requires-Dist: sqlalchemy>=2.0.0; extra == "examples"
29
+ Requires-Dist: nest-asyncio>=1.6.0; extra == "examples"
30
+ Requires-Dist: pgvector>=0.3.6; extra == "examples"
29
31
  Requires-Dist: fastapi>=0.110.0; extra == "examples"
30
32
  Requires-Dist: uvicorn>=0.30.0; extra == "examples"
31
33
 
@@ -126,7 +128,3 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
126
128
  - [Rust-Nostr](https://rust-nostr.org) - For their Python Nostr SDK
127
129
  - [Nostr Protocol](https://github.com/nostr-protocol/nips) - For the protocol specification
128
130
 
129
- This software includes the following software licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0):
130
- - [DataStax Python Driver for Apache Cassandra](https://github.com/datastax/python-driver)
131
- - [cassIO](https://github.com/CassioML/cassio). This library is not maintained anymore. We will need to replace it with a new library.
132
-
@@ -1,5 +1,5 @@
1
1
  agentstr/__init__.py,sha256=rbFtFOldBSbeDX_8Xva3YHRC9c3nPFA9mJXS3UZhJ4s,1294
2
- agentstr/buyer.py,sha256=I1tApMjlq0Bg5Qk7twcAbF2rf_L5I2L9qzQO5sKv2RE,9912
2
+ agentstr/buyer.py,sha256=TjCbyhUpeZwIJetHyGAtM1lNCkB3uARIxPJkMwBKvyQ,9912
3
3
  agentstr/buyer.pyi,sha256=AqdKa7nQWohxHaoKHjCNpOpDB6rsWGWAlASNhwEw45g,1219
4
4
  agentstr/merchant.py,sha256=3Fz4hrxyb5m7Kk47RodNC-Vyjm9iV7bI4ncPF8EMkhw,35078
5
5
  agentstr/merchant.pyi,sha256=mqak--H7D_b7o8JNQlQRmov2An-defyBGRJNhMNchXQ,1437
@@ -8,8 +8,8 @@ agentstr/models.pyi,sha256=k1_D-afE17gybHhtQMqA6cx7H5lYh7Fg0gbXclxyP4A,2857
8
8
  agentstr/nostr.py,sha256=u2jDwQDmg01UCThDy1WW9lOPvAHyI1WMbtxFFi_2q08,22703
9
9
  agentstr/nostr.pyi,sha256=nlBdOOI6vPboACjBvrQZKHy3BtCjboaClG9ZVD2X8XQ,3118
10
10
  agentstr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- agentstr-0.1.14.dist-info/LICENSE,sha256=20H0yoEDN5XO1xPXyZCyJjvSTP0YiarRMKWPfiaBhQY,1063
12
- agentstr-0.1.14.dist-info/METADATA,sha256=FV-_lJhW2H7K66AinZpTUB0o_kIjh0mBXS0Y7khKtkE,4667
13
- agentstr-0.1.14.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
14
- agentstr-0.1.14.dist-info/top_level.txt,sha256=KZObFRHppZvKUGYB_m9w5HhLwps7jj7w6Xrw73dH2ss,9
15
- agentstr-0.1.14.dist-info/RECORD,,
11
+ agentstr-0.1.15.dist-info/LICENSE,sha256=20H0yoEDN5XO1xPXyZCyJjvSTP0YiarRMKWPfiaBhQY,1063
12
+ agentstr-0.1.15.dist-info/METADATA,sha256=sN8Ke3LMkidLncZ7EFyXQTSGhZd7kVW-d7La1RLU6Zs,4419
13
+ agentstr-0.1.15.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
14
+ agentstr-0.1.15.dist-info/top_level.txt,sha256=KZObFRHppZvKUGYB_m9w5HhLwps7jj7w6Xrw73dH2ss,9
15
+ agentstr-0.1.15.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5