File tree Expand file tree Collapse file tree 1 file changed +40
-1
lines changed Expand file tree Collapse file tree 1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ <h3 align =" center " >
2
+ <img
3
+ src="https://github.com/fetchai/.github/blob/main/primary_logo_white.svg "
4
+ height="110"
5
+ />
6
+ <img
7
+ src="https://github.com/fetchai/.github/blob/main/primary_logo_navy.svg#gh-light-mode-only "
8
+ height="110"
9
+ />
10
+ </h3 >
11
+
12
+ <div >
13
+ <p align =" center " >
14
+ <a
15
+ href="https://twitter.com/Fetch_ai">
16
+ <img src="https://img.shields.io/badge/X/Twitter-000000?style=for-the-badge&logo=x&logoColor=white" />
17
+ </a>
18
+ <a href="https://uk.linkedin.com/company/fetch-ai">
19
+ <img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" />
20
+ </a>
21
+ <a href="https://www.youtube.com/channel/UCrEQK_X2Vm1kCtftlRoodXA">
22
+ <img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" />
23
+ </a>
24
+ </p >
25
+ </div >
26
+
27
+ <br />
28
+
29
+ <div align =" center " >
30
+
31
+ # AgentVerse client
32
+ [ ![ python] ( https://img.shields.io/badge/Python-3.8+-3776AB.svg?style=flat&logo=python&logoColor=white )] ( https://www.python.org )
33
+
34
+
35
+ </div >
36
+
37
+
38
+ <!-- Vars -->
39
+ [ repo_logo_img ] : https://github.com/fetchai/.github/blob/main/primary_logo_navy.svg#gh-light-mode-only
40
+ [ repo_url ] : https://github.com/fetchai/
1
41
# Description
2
42
Under apis you will find a list of all available Fetch AI's APIs.
3
43
@@ -17,4 +57,3 @@ poetry shell
17
57
poetry install # if necessary (~ just first time)
18
58
make run-web-server
19
59
```
20
-
You can’t perform that action at this time.
0 commit comments