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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: agentstr
3
- Version: 0.0.10
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 the event id used")
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 the event id used")
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.0.10
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 the event id used")
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
  ```
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" # Backend used for the build process
4
4
 
5
5
  [project]
6
6
  name = "agentstr"
7
- version = "0.0.10"
7
+ version = "0.1.7"
8
8
  description = "A library for collaborative AI agents"
9
9
  requires-python = ">=3.9, <3.13"
10
10
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes