agentstr 0.0.10__tar.gz → 0.1.7__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {agentstr-0.0.10 → agentstr-0.1.7}/PKG-INFO +2 -2
- {agentstr-0.0.10 → agentstr-0.1.7}/README.md +1 -1
- {agentstr-0.0.10 → agentstr-0.1.7}/agentstr.egg-info/PKG-INFO +2 -2
- {agentstr-0.0.10 → agentstr-0.1.7}/pyproject.toml +1 -1
- {agentstr-0.0.10 → agentstr-0.1.7}/LICENSE +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/agentstr/__init__.py +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/agentstr/marketplace.py +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/agentstr/nostr.py +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/agentstr.egg-info/SOURCES.txt +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/agentstr.egg-info/dependency_links.txt +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/agentstr.egg-info/requires.txt +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/agentstr.egg-info/top_level.txt +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/setup.cfg +0 -0
- {agentstr-0.0.10 → agentstr-0.1.7}/tests/test_core.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: agentstr
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.1.7
|
4
4
|
Summary: A library for collaborative AI agents
|
5
5
|
Author-email: Alejandro Gil <info@synvya.com>
|
6
6
|
License: MIT
|
@@ -92,7 +92,7 @@ Here is an example on how to use the library:
|
|
92
92
|
debug_mode=True
|
93
93
|
)
|
94
94
|
|
95
|
-
agent.print_response("Publish the merchant information and tell me
|
95
|
+
agent.print_response("Publish the merchant information and tell me full URL where I can find it")
|
96
96
|
```
|
97
97
|
5. Export your OpenAI key and optionally a Nostr private key before running the code
|
98
98
|
```
|
@@ -71,7 +71,7 @@ Here is an example on how to use the library:
|
|
71
71
|
debug_mode=True
|
72
72
|
)
|
73
73
|
|
74
|
-
agent.print_response("Publish the merchant information and tell me
|
74
|
+
agent.print_response("Publish the merchant information and tell me full URL where I can find it")
|
75
75
|
```
|
76
76
|
5. Export your OpenAI key and optionally a Nostr private key before running the code
|
77
77
|
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: agentstr
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.1.7
|
4
4
|
Summary: A library for collaborative AI agents
|
5
5
|
Author-email: Alejandro Gil <info@synvya.com>
|
6
6
|
License: MIT
|
@@ -92,7 +92,7 @@ Here is an example on how to use the library:
|
|
92
92
|
debug_mode=True
|
93
93
|
)
|
94
94
|
|
95
|
-
agent.print_response("Publish the merchant information and tell me
|
95
|
+
agent.print_response("Publish the merchant information and tell me full URL where I can find it")
|
96
96
|
```
|
97
97
|
5. Export your OpenAI key and optionally a Nostr private key before running the code
|
98
98
|
```
|
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
|