agentstr 0.1.8__py3-none-any.whl → 0.1.9__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-0.1.8.dist-info → agentstr-0.1.9.dist-info}/METADATA +4 -4
- agentstr-0.1.9.dist-info/RECORD +8 -0
- agentstr-0.1.8.dist-info/RECORD +0 -8
- {agentstr-0.1.8.dist-info → agentstr-0.1.9.dist-info}/LICENSE +0 -0
- {agentstr-0.1.8.dist-info → agentstr-0.1.9.dist-info}/WHEEL +0 -0
- {agentstr-0.1.8.dist-info → agentstr-0.1.9.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: agentstr
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.9
|
4
4
|
Summary: Nostr extension for Phidata AI agents
|
5
5
|
Project-URL: Homepage, https://github.com/synvya/agentstr
|
6
6
|
Project-URL: Documentation, https://github.com/synvya/agentstr#readme
|
@@ -77,9 +77,9 @@ pip install agentstr
|
|
77
77
|
|
78
78
|
## Examples
|
79
79
|
|
80
|
-
See our [examples directory](examples/) for complete working implementations:
|
80
|
+
See our [examples directory](https://github.com/Synvya/agentstr/tree/main/examples/) for complete working implementations:
|
81
81
|
|
82
|
-
- [Basic CLI Agent](examples/basic_cli/main.py) - A complete example showing:
|
82
|
+
- [Basic CLI Agent](https://github.com/Synvya/agentstr/tree/main/examples/basic_cli/main.py) - A complete example showing:
|
83
83
|
- Setting up merchant profiles
|
84
84
|
- Creating stalls with shipping methods
|
85
85
|
- Defining products with shipping costs
|
@@ -89,7 +89,7 @@ See our [examples directory](examples/) for complete working implementations:
|
|
89
89
|
|
90
90
|
## Documentation
|
91
91
|
|
92
|
-
For more detailed documentation and examples, see [Docs](docs/docs.md)
|
92
|
+
For more detailed documentation and examples, see [Docs](https://github.com/Synvya/agentstr/tree/main/docs/docs.md)
|
93
93
|
|
94
94
|
## Development
|
95
95
|
|
@@ -0,0 +1,8 @@
|
|
1
|
+
agentstr/__init__.py,sha256=bPXCN4fDtqII9UtDCwhWhkR6bi1LR4w0rR0vGeKPNoI,567
|
2
|
+
agentstr/marketplace.py,sha256=CavX0WQaCiz1sQhVs-PaHZ4YYUdcabW5V5eXrhtbT5A,40406
|
3
|
+
agentstr/nostr.py,sha256=PId6477VuShPq7nKgansgyJhJNNy9S8ycCf_3niizg4,11242
|
4
|
+
agentstr-0.1.9.dist-info/LICENSE,sha256=20H0yoEDN5XO1xPXyZCyJjvSTP0YiarRMKWPfiaBhQY,1063
|
5
|
+
agentstr-0.1.9.dist-info/METADATA,sha256=nXbyeHk46RQtE8WEyyjwLQ_ZY3gXX5N4CU7C3cRozv0,3511
|
6
|
+
agentstr-0.1.9.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
agentstr-0.1.9.dist-info/top_level.txt,sha256=KZObFRHppZvKUGYB_m9w5HhLwps7jj7w6Xrw73dH2ss,9
|
8
|
+
agentstr-0.1.9.dist-info/RECORD,,
|
agentstr-0.1.8.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
agentstr/__init__.py,sha256=bPXCN4fDtqII9UtDCwhWhkR6bi1LR4w0rR0vGeKPNoI,567
|
2
|
-
agentstr/marketplace.py,sha256=CavX0WQaCiz1sQhVs-PaHZ4YYUdcabW5V5eXrhtbT5A,40406
|
3
|
-
agentstr/nostr.py,sha256=PId6477VuShPq7nKgansgyJhJNNy9S8ycCf_3niizg4,11242
|
4
|
-
agentstr-0.1.8.dist-info/LICENSE,sha256=20H0yoEDN5XO1xPXyZCyJjvSTP0YiarRMKWPfiaBhQY,1063
|
5
|
-
agentstr-0.1.8.dist-info/METADATA,sha256=iHwN1hOoezYlYtYLAETT1evku9GAOzWthol7K7roYfs,3376
|
6
|
-
agentstr-0.1.8.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
-
agentstr-0.1.8.dist-info/top_level.txt,sha256=KZObFRHppZvKUGYB_m9w5HhLwps7jj7w6Xrw73dH2ss,9
|
8
|
-
agentstr-0.1.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|