agentstr 0.0.8__py3-none-any.whl → 0.0.9__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {agentstr-0.0.8.dist-info → agentstr-0.0.9.dist-info}/METADATA +7 -6
- agentstr-0.0.9.dist-info/RECORD +7 -0
- agentstr-0.0.8.dist-info/RECORD +0 -7
- {agentstr-0.0.8.dist-info → agentstr-0.0.9.dist-info}/LICENSE +0 -0
- {agentstr-0.0.8.dist-info → agentstr-0.0.9.dist-info}/WHEEL +0 -0
- {agentstr-0.0.8.dist-info → agentstr-0.0.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.0.
|
3
|
+
Version: 0.0.9
|
4
4
|
Summary: A library for collaborative AI agents
|
5
5
|
Home-page: https://github.com/synvya/agentstr
|
6
6
|
Author: Alejandro Gil
|
@@ -16,7 +16,7 @@ Classifier: Operating System :: OS Independent
|
|
16
16
|
Requires-Python: >=3.6
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
License-File: LICENSE
|
19
|
-
Requires-Dist:
|
19
|
+
Requires-Dist: phidata>=2.7.0
|
20
20
|
Requires-Dist: openai>=1.50.0
|
21
21
|
Dynamic: author
|
22
22
|
Dynamic: home-page
|
@@ -55,13 +55,14 @@ Here is an example on how to use the library:
|
|
55
55
|
1. Create a new python environment for your app
|
56
56
|
```
|
57
57
|
cd ~/
|
58
|
-
python3 -m venv
|
59
|
-
source
|
58
|
+
python3 -m venv ~/.venvs/aienv
|
59
|
+
source ~/.venvs/aienv/bin/acticate
|
60
60
|
```
|
61
61
|
2. Install the agentstr library
|
62
62
|
```
|
63
|
-
cd ~/mysampleapp
|
64
63
|
pip install agentstr
|
64
|
+
mkdir ~/mysampleapp
|
65
|
+
cd ~/mysampleapp
|
65
66
|
```
|
66
67
|
3. Create a new python file
|
67
68
|
```
|
@@ -82,7 +83,7 @@ Here is an example on how to use the library:
|
|
82
83
|
```
|
83
84
|
5. Run the code
|
84
85
|
```
|
85
|
-
|
86
|
+
python main.py
|
86
87
|
```
|
87
88
|
|
88
89
|
# Contributing
|
@@ -0,0 +1,7 @@
|
|
1
|
+
agentstr/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
|
2
|
+
agentstr/core.py,sha256=xS5q8ltl81DqLjKgiVtjUQ5r-jbEPXXjTlJ0pWcV5p8,1214
|
3
|
+
agentstr-0.0.9.dist-info/LICENSE,sha256=xF8akIKB07gOtkhjENT0xVbWGdFp4-srDKpZKjD03Js,1063
|
4
|
+
agentstr-0.0.9.dist-info/METADATA,sha256=0H9Gophcg8p8Hw3vCZhQanTZTb9EGkCNvMWXsA_aOo0,3194
|
5
|
+
agentstr-0.0.9.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
6
|
+
agentstr-0.0.9.dist-info/top_level.txt,sha256=KZObFRHppZvKUGYB_m9w5HhLwps7jj7w6Xrw73dH2ss,9
|
7
|
+
agentstr-0.0.9.dist-info/RECORD,,
|
agentstr-0.0.8.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
agentstr/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
|
2
|
-
agentstr/core.py,sha256=xS5q8ltl81DqLjKgiVtjUQ5r-jbEPXXjTlJ0pWcV5p8,1214
|
3
|
-
agentstr-0.0.8.dist-info/LICENSE,sha256=xF8akIKB07gOtkhjENT0xVbWGdFp4-srDKpZKjD03Js,1063
|
4
|
-
agentstr-0.0.8.dist-info/METADATA,sha256=LEYr0pBbK9tZoaUxVKPXmzF9PDnZKM3G4XAGypHXDds,3178
|
5
|
-
agentstr-0.0.8.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
6
|
-
agentstr-0.0.8.dist-info/top_level.txt,sha256=KZObFRHppZvKUGYB_m9w5HhLwps7jj7w6Xrw73dH2ss,9
|
7
|
-
agentstr-0.0.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|