File tree 4 files changed +36
-0
lines changed
4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar_position : 17
3
+ ---
4
+
5
+ # 🫖 Eliza in TEE
6
+
7
+ ## Overview
8
+
9
+ ## Core Components
10
+
11
+ ### Derive Key Provider
12
+
13
+ ### Remote Attestation Provider
14
+
15
+ ## Tutorial
16
+
17
+ ### Requirements
18
+
19
+ ### Create a new Eliza Agent in TEE
20
+
21
+ ### Run an Eliza Agent Locally with TEE Simulator
22
+
23
+ ### Build and Publish an Eliza Agent Docker Image
24
+
25
+ ### Run an Eliza Agent in a Real TEE Environment
Original file line number Diff line number Diff line change @@ -399,3 +399,4 @@ debug("Detailed operation info: %O", {
399
399
- [ Trust Engine Documentation] ( ../advanced/trust-engine.md ) for scoring system
400
400
- [ Autonomous Trading Guide] ( ../advanced/autonomous-trading.md ) for trading features
401
401
- [ Fine-tuning Guide] ( ../advanced/fine-tuning.md ) for model optimization
402
+ - [ Eliza in TEE] ( ../advanced/eliza-in-tee.md ) for TEE integration
Original file line number Diff line number Diff line change @@ -107,6 +107,11 @@ const sidebars = {
107
107
id : "advanced/autonomous-trading" ,
108
108
label : "Autonomous Trading" ,
109
109
} ,
110
+ {
111
+ type : "doc" ,
112
+ id : "advanced/eliza-in-tee" ,
113
+ label : "Eliza in TEE" ,
114
+ } ,
110
115
] ,
111
116
} ,
112
117
{
Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ const sidebars = {
102
102
id: "advanced/autonomous-trading",
103
103
label: "Autonomous Trading",
104
104
},
105
+ {
106
+ type: "doc",
107
+ id: "advanced/eliza-in-tee",
108
+ label: "Eliza in TEE",
109
+ },
105
110
],
106
111
},
107
112
{
You can’t perform that action at this time.
0 commit comments