Skip to content

Commit 4fbdf21

Browse files
author
mike dupont
committed
W00T! its running :)
1 parent 18347ce commit 4fbdf21

File tree

1 file changed

+165
-0
lines changed

1 file changed

+165
-0
lines changed

README.md

+165
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,169 @@
11

2+
`bash runlocaldocker2.sh`
3+
```
4+
]0;root@ip-10-0-4-156: /opt/agentroot@ip-10-0-4-156:/opt/agent# git pull
5+
git pull
6+
remote: Enumerating objects: 4, done.
7+
remote: Counting objects: 100% (4/4), done.
8+
remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0 (from 0)
9+
Unpacking objects: 100% (4/4), 897 bytes | 149.00 KiB/s, done.
10+
From https://github.com/meta-introspector/cloud-deployment-eliza
11+
fb07ce79..18347ce5 feature/arm64_fastembed -> origin/feature/arm64_fastembed
12+
Updating fb07ce79..18347ce5
13+
Fast-forward
14+
notes.org | 38 ++++++++++++++++++++++++++++++++++++++
15+
runlocaldocker2.sh | 3 ++-
16+
2 files changed, 40 insertions(+), 1 deletion(-)
17+
]0;root@ip-10-0-4-156: /opt/agentroot@ip-10-0-4-156:/opt/agent# bash ./runlocaldocker2.sh
18+
bash ./runlocaldocker2.sh
19+
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
20+
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
21+
Configure a credential helper to remove this warning. See
22+
https://docs.docker.com/engine/reference/commandline/login/#credential-stores
23+
24+
Login Succeeded
25+
feature-arm64_fastembed: Pulling from agent/eliza
26+
Digest: sha256:d13499b760ac4a41f189c779e419a10683f1ee123890458c964094662a9956fe
27+
Status: Image is up to date for 767503528736.dkr.ecr.us-east-2.amazonaws.com/agent/eliza:feature-arm64_fastembed
28+
767503528736.dkr.ecr.us-east-2.amazonaws.com/agent/eliza:feature-arm64_fastembed
29+
+ apt update
30+
31+
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
32+
33+
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
34+
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
35+
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
36+
Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB]
37+
Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.3 kB]
38+
Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [237 kB]
39+
Fetched 9197 kB in 1s (7316 kB/s)
40+
Reading package lists...
41+
Building dependency tree...
42+
Reading state information...
43+
All packages are up to date.
44+
+ apt install -y strace
45+
46+
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
47+
48+
Reading package lists...
49+
Building dependency tree...
50+
Reading state information...
51+
The following NEW packages will be installed:
52+
strace
53+
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
54+
Need to get 1193 kB of archives.
55+
After this operation, 2514 kB of additional disk space will be used.
56+
Get:1 http://deb.debian.org/debian bookworm/main arm64 strace arm64 6.1-0.1 [1193 kB]
57+
debconf: delaying package configuration, since apt-utils is not installed
58+
Fetched 1193 kB in 0s (14.4 MB/s)
59+
Selecting previously unselected package strace.
60+
(Reading database ... 11101 files and directories currently installed.)
61+
Preparing to unpack .../strace_6.1-0.1_arm64.deb ...
62+
Unpacking strace (6.1-0.1) ...
63+
Setting up strace (6.1-0.1) ...
64+
+ strace -f -o /opt/agent/strace.log -s99999 pnpm start --characters=characters/eliza.character.json
65+
 WARN  Unsupported engine: wanted: {"node":"23.3.0"} (current: {"node":"v23.6.0","pnpm":"9.4.0"})
66+
67+
> eliza@ start /app
68+
> pnpm --filter "@elizaos/agent" start --isRoot "--characters=characters/eliza.character.json"
69+
70+
. |  WARN  Unsupported engine: wanted: {"node":"23.3.0"} (current: {"node":"v23.6.0","pnpm":"9.14.4"})
71+
72+
> @elizaos/agent@0.1.7 start /app/agent
73+
> node --loader ts-node/esm src/index.ts "--isRoot" "--characters=characters/eliza.character.json"
74+
75+
(node:151) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
76+
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));'
77+
(Use `node --trace-warnings ...` to show where the warning was created)
78+
(node:151) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
79+
(Use `node --trace-deprecation ...` to show where the warning was created)
80+
[ElizaLogger] Initializing with:
81+
isNode: true
82+
verbose: false
83+
VERBOSE env: undefined
84+
NODE_ENV: undefined
85+
86+
ℹ INFORMATIONS
87+
Loading embedding settings:
88+
{"OLLAMA_EMBEDDING_MODEL":"mxbai-embed-large"}
89+
90+
ℹ INFORMATIONS
91+
Loading character settings:
92+
{"ARGV":["/usr/local/bin/node","/app/agent/src/index.ts","--isRoot","--characters=characters/eliza.character.json"],"CWD":"/app/agent"}
93+
94+
ℹ INFORMATIONS
95+
Parsed settings:
96+
{"USE_OPENAI_EMBEDDING_TYPE":"undefined","USE_OLLAMA_EMBEDDING_TYPE":"undefined","OLLAMA_EMBEDDING_MODEL":"mxbai-embed-large"}
97+
98+
ℹ INFORMATIONS
99+
Environment sources
100+
{"shellVars":[]}
101+
102+
103+
┌════════════════════════════════════════┐
104+
│ AKASH NETWORK PLUGIN │
105+
├────────────────────────────────────────┤
106+
│ Initializing Akash Network Plugin... │
107+
│ Version: 0.1.0 │
108+
└════════════════════════════════════════┘
109+
110+
┌───────────────────────────┬───┬───┬───┬───────────────────────────────────────────────────────────┐
111+
│ Action │ H │ V │ E │ Similes │
112+
├───────────────────────────┼───┼───┼───┼────────────────────────────────────────────────────────────┤
113+
│ CREATE_DEPLOYMENT │ ✓ │ ✓ │ ✓ │ DEPLOY, START_DEPLOYMENT, LAUNCH │
114+
│ CLOSE_DEPLOYMENT │ ✓ │ ✓ │ ✓ │ CLOSE_AKASH_DEPLOYMENT, STOP_DEPLOYMENT, TERMINATE_DEPLOYMENT │
115+
│ GET_PROVIDER_INFO │ ✓ │ ✓ │ ✓ │ CHECK_PROVIDER, PROVIDER_INFO, PROVIDER_STATUS, CHECK PROVIDER │
116+
│ GET_DEPLOYMENT_STATUS │ ✓ │ ✓ │ ✓ │ CHECK_DEPLOYMENT, DEPLOYMENT_STATUS, DEPLOYMENT_STATE, CHECK DSEQ │
117+
│ ESTIMATE_GAS │ ✓ │ ✓ │ ✓ │ CALCULATE_GAS, GET_GAS_ESTIMATE, CHECK_GAS │
118+
│ GET_DEPLOYMENTS │ ✓ │ ✓ │ ✓ │ LIST_DEPLOYMENTS, FETCH_DEPLOYMENTS, SHOW_DEPLOYMENTS │
119+
│ GET_GPU_PRICING │ ✓ │ ✓ │ ✓ │ GET_PRICING, COMPARE_PRICES, CHECK_PRICING │
120+
│ GET_MANIFEST │ ✓ │ ✓ │ ✓ │ LOAD_MANIFEST, READ_MANIFEST, PARSE_MANIFEST │
121+
│ GET_PROVIDERS_LIST │ ✓ │ ✓ │ ✓ │ LIST_PROVIDERS, FETCH_PROVIDERS, GET_ALL_PROVIDERS │
122+
└───────────────────────────┴───┴───┴───┴──────────────────────────────────────────────────────────┘
123+
124+
┌─────────────────────────────────────┐
125+
│ Plugin Status │
126+
├─────────────────────────────────────┤
127+
│ Name : akash │
128+
│ Actions : 9 │
129+
│ Status : Loaded & Ready │
130+
└─────────────────────────────────────┘
131+
132+
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
133+
["◎ DirectClient constructor"]
134+
135+
ℹ INFORMATIONS
136+
Trying paths:
137+
[{"path":"characters/eliza.character.json","exists":false},{"path":"/app/agent/characters/eliza.character.json","exists":false},{"path":"/app/agent/agent/characters/eliza.character.json","exists":false},{"path":"/app/agent/src/characters/eliza.character.json","exists":false},{"path":"/app/agent/src/characters/eliza.character.json","exists":false},{"path":"/app/agent/characters/eliza.character.json","exists":false},{"path":"/app/characters/eliza.character.json","exists":true}]
138+
139+
ℹ INFORMATIONS
140+
Plugins are:
141+
["@elizaos/plugin-akash"]
142+
143+
(node:151) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
144+
["ℹ Successfully loaded character from: /app/characters/eliza.character.json"]
145+
146+
⛔ ERRORS
147+
Failed to load sqlite-vec extensions:
148+
{}
149+
150+
⛔ ERRORS
151+
Error starting agent for character TINE-IntrospectorIsNotEliza:
152+
{}
153+
154+
["⛔ Error: Loadble extension for sqlite-vec not found. Was the sqlite-vec-linux-arm64 package installed?"]
155+
156+
⛔ ERRORS
157+
Error starting agents:
158+
{}
159+
160+
["◎ Run `pnpm start:client` to start the client and visit the outputted URL (http://localhost:5173) to chat with your agents. When running multiple agents, use client with different port `SERVER_PORT=3001 pnpm start:client`"]
161+
162+
["✓ REST API bound to 0.0.0.0:3000. If running locally, access it at http://localhost:3000."]
163+
164+
165+
```
166+
2167
Tetsing Building locally with
3168
`docker build --platform linux/arm64 .`
4169

0 commit comments

Comments
 (0)