Skip to content

Commit cfe7cad

Browse files
committed
Add skeleton of docs page for Eliza in TEE
1 parent bd6032b commit cfe7cad

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

docs/docs/advanced/eliza-in-tee.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

docs/docs/guides/advanced.md

+1
Original file line numberDiff line numberDiff line change
@@ -399,3 +399,4 @@ debug("Detailed operation info: %O", {
399399
- [Trust Engine Documentation](../advanced/trust-engine.md) for scoring system
400400
- [Autonomous Trading Guide](../advanced/autonomous-trading.md) for trading features
401401
- [Fine-tuning Guide](../advanced/fine-tuning.md) for model optimization
402+
- [Eliza in TEE](../advanced/eliza-in-tee.md) for TEE integration

docs/sidebars.js

+5
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ const sidebars = {
107107
id: "advanced/autonomous-trading",
108108
label: "Autonomous Trading",
109109
},
110+
{
111+
type: "doc",
112+
id: "advanced/eliza-in-tee",
113+
label: "Eliza in TEE",
114+
},
110115
],
111116
},
112117
{

docs/sidebars.js.bak

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ const sidebars = {
102102
id: "advanced/autonomous-trading",
103103
label: "Autonomous Trading",
104104
},
105+
{
106+
type: "doc",
107+
id: "advanced/eliza-in-tee",
108+
label: "Eliza in TEE",
109+
},
105110
],
106111
},
107112
{

0 commit comments

Comments
 (0)