Skip to content

Commit be60d48

Browse files
Joshua CroftJoshua Croft
Joshua Croft
authored and
Joshua Croft
committed
minor changes
1 parent b787cc7 commit be60d48

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

pages/concepts.mdx

+23-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import SystemDiagramAiEngine from 'src/images/concepts/ai-engine/system_diagram_
1111
import DarkSystemDiagramAiEngine from 'src/images/concepts/ai-engine/dark_system_diagram_ai_engine.svg';
1212
import AiWithPersonalData from 'src/images/concepts/ai-engine/ai_with_personal_data.png';
1313
import DarkAiWithPersonalData from 'src/images/concepts/ai-engine/dark_ai_with_personal_data.svg';
14+
import FetPayements from 'src/images/concepts/ai-agents/fetpayment.png';
15+
import SearchSniuppet from 'src/images/concepts/agentverse/search.png';
1416
import HumanTextIn from 'src/images/concepts/ai-engine/human_text_in.png';
1517
import DarkHumanTextIn from 'src/images/concepts/ai-engine/dark_human_text_in.svg';
1618
import HotelTasksGoThroughTheEngineToRepresentativeAgents from 'src/images/concepts/ai-engine/hotel_tasks_go_through_the_engine_to_representative_agents.png';
@@ -41,6 +43,7 @@ Underneath this all is the Fetch.ai ledger, it's a blockchain that facilitates t
4143
lightSrc={techStack}
4244
alt="HighLevel-Diagram"
4345
/>
46+
View a full resolution of this image [this image](/_next/image?url=%2Fdocs%2F_next%2Fstatic%2Fmedia%2FI1.b224d139.png&w=3840&q=75)
4447

4548
Agents work across the Fetch.ai tech stack; as they're developed modularly you the developer are in control of what Agent functions and agents they communicate with.
4649

@@ -98,14 +101,25 @@ Agents thrive on iOT devices such as Raspberry Pi, and there are some great exam
98101

99102
### Integrating FET token in your agents
100103

104+
FET token is the necessary payment token to create economic opportunity to your agents. FET allows for token transactions of a tiny size 10^-18 of a FET, we call this a nano fet. This system is built for agent economic gain, the best agents should be profitable. As shown in our global archiecture diagram:
105+
101106
<ImageByTheme
102-
darkSrc={DarkHighLevelDiagram}
103-
lightSrc={communication}
107+
darkSrc={FetPayements}
108+
lightSrc={FetPayements}
104109
alt="HighLevel-Diagram"
110+
width={400}
111+
height={400}
105112
/>
106113

114+
This is a simple communication between the agents,
115+
116+
- agent2a - requests funds
117+
- agent4u - sends funds, and communicates that to the other agent
118+
- agent2a - verifies balance
119+
120+
121+
It is inbuilt into the agent to send, and check transactions - below is the minimum an agent needs to send and validate a transction.
107122

108-
FET token is the necessary payment token to create economic opportunity to your agents. FET allows for token transactions of a tiny size 10^-18 of a FET, we call this a nano fet. This system is built for agent economic gain, the best agents should be profitable.
109123

110124

111125
```
@@ -162,6 +176,12 @@ The [Agentverse ↗️](https://agentverse.ai/) includes a cloud-based IDE for t
162176
The Agentverse Marketplace lets you look for and connect with other Agents. Agents being developed on Agentverse are automatically registered to the [Almanac ↗️](/references/contracts/uagents-almanac/almanac-overview), meaning all agents in the network can find your agent (if you allow). The explore functionality of the marketplace is a twin to the Almanac contract, every agent in the marketplace is on Almanac. Agents in this marketplace *can earn over time for their use. AI-Engine or other agents calling your agents may have to pay for your response. The explore functionality of the marketplace is a twin to the Almanac contract, every agent in the marketplace is on Almanac.
163177
As we just hinted, you may not be willing to share agents' information but rather wanting to keep them private. This is achievable by defining public and private agents. Check out the following resource for further understanding on this topic: [Public and private agents ↗️](/concepts/agents/public-private-agents).
164178

179+
<ImageByTheme
180+
darkSrc={SearchSniuppet}
181+
lightSrc={SearchSniuppet}
182+
alt="system-diagram-ai-engine"
183+
/>
184+
165185

166186
We developed Agentverse because we have the requirements for a cloud-based service to host Agents and their services, we expanded this to become a product that you may benefit from too.
167187

31.9 KB
Loading
72.2 KB
Loading

styles/globals.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body {
3232
line-height: inherit;
3333
margin: 0;
3434
font-family: "Poppins", sans-serif;
35-
font-size: 1.1rem;
35+
font-size: 1rem;
3636
}
3737

3838
hr {
@@ -2601,8 +2601,8 @@ span:target + .subheading-anchor:after {
26012601
}
26022602

26032603
.nextra-scrollbar-bg {
2604-
/*background-color: #f3f5f8;*/
2605-
border-right: 1px solid #ffea7f;
2604+
background-color: #f3f5f8;
2605+
/*border-right: 1px solid #ffea7f;*/
26062606
}
26072607

26082608
:is(html[class~="dark"] .nextra-scrollbar-bg) {

0 commit comments

Comments
 (0)