Ali-Fetch commited on
Commit
48bb711
Β·
verified Β·
1 Parent(s): 96af3bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -5
README.md CHANGED
@@ -1,10 +1,32 @@
1
  ---
2
  title: README
3
- emoji: πŸ†
4
- colorFrom: red
5
- colorTo: green
6
  sdk: static
7
- pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: πŸš€
4
+ colorFrom: blue
5
+ colorTo: gray
6
  sdk: static
7
+ pinned: true
8
  ---
9
 
10
+ Fetch.ai's vision is to create an AI-empowered platform that can connect services and APIs without any domain knowledge. Our technology is built on four key components: AI Agents, the Agentverse, the AI Engine, and the Fetch Network. AI Agents are independent decision-makers that connect to the network and represent data, APIs, services, and people, while the Agentverse serves as a development platform for these agents. The AI Engine links human input to AI actions, and the Fetch Network underpins the entire system, ensuring smooth operation and integration.
11
+
12
+ The uAgent Library is the library behind the agents.
13
+ - [uAgents](https://github.com/fetchai/uAgents) - python library for uagents src.
14
+
15
+ Build and deploy agents with [Agentverse.ai](http://agentverse.ai/) - a hosting and agent management platform.
16
+ - [Agentverse](http://agentverse.ai/) - the platform for building production-ready AI agents.
17
+
18
+ Chat with AI Agents using DeltaV; the gateway to the AI-Engine.
19
+ - [DeltaV](https://deltav.agentverse.ai/) - a simple web interface to chat with AI agents as part of DeltaV
20
+
21
+ Essential reading:
22
+ - [Create an agent](https://fetch.ai/docs/guides/agents/create-a-uagent) - guide to get you started quickly
23
+ - [What is AI Engine](https://fetch.ai/docs/concepts/ai-engine/ai-engine-intro) - our AI multi-model system, utilizing LLMs.
24
+ - [What is Fetch.ai](https://fetch.ai/docs/concepts/introducing-fetchai) - overview of our tech stack and ecosystem.
25
+
26
+ Web3:
27
+ - [Cosmpy](https://github.com/fetchai/cosmpy) - interact with the FET chain (or any cosmos-based chains) with Cosmpy.
28
+ - [Wallet](https://fetch.ai/docs/guides/fetch-network/fetch-wallet/web-wallet/get-started) - ASI Alliance Wallet for the native FET token.
29
+
30
+ Addendum:
31
+ - [Company Website](https://fetch.ai/) - Fetch.ai organization and company info
32
+ - [Examples](https://github.com/fetchai/uAgent-Examples) - quickly build on top of examples and integrations shared by our community.