Skip to content

Commit 125935a

Browse files
author
mike dupont
committed
adding readme
1 parent 456b0dd commit 125935a

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
1-
#
1+
# TINA = The introspector is not Eliza 🤖
22

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+
```
325
git clone https://github.com/meta-introspector/eliza-starter
26+
pnpm start --characters="characters/eliza.character.json"
27+
```
428
529
```
630
nvm install --lts
@@ -20,7 +44,7 @@ Run just this
2044
`scripts/just_start.sh` then you can run this
2145
`agent/run.sh` afterwards you can just run this to debug the agent
2246
23-
# Eliza 🤖
47+
2448
2549
<div align="center">
2650
<img src="./docs/static/img/eliza_banner.jpg" alt="Eliza Banner" width="100%" />

0 commit comments

Comments
 (0)