File tree 1 file changed +26
-2
lines changed
1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
- #
1
+ # TINA = The introspector is not Eliza 🤖
2
2
3
+ Packaging of eliza for the cloud
4
+ ```
5
+ git clone https://github.com/meta-introspector/cloud-deployment-eliza/
6
+ cd cloud-deployment-eliza
7
+
8
+ nvm install --lts
9
+ nvm use --lts
10
+ pnpm install
11
+ pnpm build
12
+ pnpm rebuild
13
+ docker run -d -p 9411:9411 openzipkin/zipkin
14
+
15
+ ```
16
+
17
+ Run just this
18
+ ` scripts/start.sh ` does the first install
19
+ ` scripts/just_start.sh ` then you can run this
20
+ ` agent/run.sh ` afterwards you can just run this to debug the agent
21
+
22
+ ```
23
+ For my client I use, not the baked in one, but this one:
24
+ ```
3
25
git clone https://github.com/meta-introspector/eliza-starter
26
+ pnpm start --characters="characters/eliza.character.json"
27
+ ```
4
28
5
29
```
6
30
nvm install --lts
@@ -20,7 +44,7 @@ Run just this
20
44
`scripts/just_start.sh` then you can run this
21
45
`agent/run.sh` afterwards you can just run this to debug the agent
22
46
23
- # Eliza 🤖
47
+
24
48
25
49
<div align="center">
26
50
<img src="./docs/static/img/eliza_banner.jpg" alt="Eliza Banner" width="100%" />
You can’t perform that action at this time.
0 commit comments