Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **Docker Logs**:
- ```bash
- [INFO] Starting noVNC on http://localhost:8080
- [INFO] noVNC started successfully
- [INFO] Starting Eliza server & client
- [INFO] Starting Eliza server on port 3000
- > eliza@ start /home/computeruse/eliza
- > pnpm --filter "@elizaos/agent" start --isRoot
- > @elizaos/[email protected] start /home/computeruse/eliza/agent
- > node --loader ts-node/esm src/index.ts "--isRoot"
- [INFO] Starting Eliza client on port 5173
- [INFO] Environment setup complete.
- [INFO] noVNC: http://localhost:8080/vnc.html
- [INFO] Eliza app: http://localhost:5173
- (node:294) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
- --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));'
- (Use `node --trace-warnings ...` to show where the warning was created)
- (node:294) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
- (Use `node --trace-deprecation ...` to show where the warning was created)`
- > eliza@ start:client /home/computeruse/eliza
- > pnpm --dir client dev "--host=0.0.0.0"
- > client@ dev /home/computeruse/eliza/client
- > pnpm run extract-version && vite "--host=0.0.0.0"
- > client@ extract-version /home/computeruse/eliza/client
- > bash ./version.sh
- info.json created with version: 0.25.8
- [2025-03-03 17:32:15] INFO: Loading embedding settings:
- USE_OPENAI_EMBEDDING: ""
- USE_OLLAMA_EMBEDDING: ""
- OLLAMA_EMBEDDING_MODEL: "mxbai-embed-large"
- (node:294) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
- [2025-03-03 17:32:15] INFO: Parsed settings:
- USE_OPENAI_EMBEDDING: ""
- USE_OPENAI_EMBEDDING_TYPE: "string"
- USE_OLLAMA_EMBEDDING: ""
- USE_OLLAMA_EMBEDDING_TYPE: "string"
- OLLAMA_EMBEDDING_MODEL: "mxbai-embed-large"
- [2025-03-03 17:32:17] INFO: Eliza(b850bc30-45f8-0041-a00a-83df46d8555d) - Initializing AgentRuntime with options:
- character: "Eliza"
- modelProvider: "anthropic"
- characterModelProvider: "anthropic"
- [2025-03-03 17:32:17] INFO: Eliza(b850bc30-45f8-0041-a00a-83df46d8555d) - Setting Model Provider:
- characterModelProvider: "anthropic"
- optsModelProvider: "anthropic"
- finalSelection: "anthropic"
- [2025-03-03 17:32:17] INFO: Eliza(b850bc30-45f8-0041-a00a-83df46d8555d) - Selected model provider: anthropic
- [2025-03-03 17:32:17] INFO: Eliza(b850bc30-45f8-0041-a00a-83df46d8555d) - Selected image model provider: anthropic
- [2025-03-03 17:32:17] INFO: Eliza(b850bc30-45f8-0041-a00a-83df46d8555d) - Selected image vision model provider: anthropic
- [2025-03-03 17:32:17] INFO: Initializing SQLite database at /home/computeruse/eliza/agent/data/db.sqlite...
- [2025-03-03 17:32:18] INFO: Using Database Cache...
- [2025-03-03 17:32:18] INFO: 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`
- VITE v6.1.1 ready in 9327 ms
- ➜ Local: http://localhost:5173/
- ➜ Network: http://192.168.215.2:5173/
- [2025-03-03 17:33:35] INFO: Generating text with options:
- modelProvider: "anthropic"
- model: "large"
- [2025-03-03 17:33:35] INFO: Selected model: claude-3-5-sonnet-20241022
- [2025-03-03 17:33:36] INFO: Anthropic model:
- specificationVersion: "v1"
- defaultObjectGenerationMode: "tool"
- supportsImageUrls: false
- modelId: "claude-3-5-sonnet-20241022"
- settings: {}
- config: {
- "provider": "anthropic.messages",
- "baseURL": "https://api.anthropic.com/v1"
- }
- [2025-03-03 17:33:39] INFO: Executing handler for action: NONE
- [2025-03-03 17:41:20] INFO: Generating text with options:
- modelProvider: "anthropic"
- model: "large"
- [2025-03-03 17:41:20] INFO: Selected model: claude-3-5-sonnet-20241022
- [2025-03-03 17:41:20] INFO: Anthropic model:
- specificationVersion: "v1"
- defaultObjectGenerationMode: "tool"
- supportsImageUrls: false
- modelId: "claude-3-5-sonnet-20241022"
- settings: {}
- config: {
- "provider": "anthropic.messages",
- "baseURL": "https://api.anthropic.com/v1"
- }
- [2025-03-03 17:41:24] INFO: Executing handler for action: ANTHROPIC_COMPUTER_USE
- [2025-03-03 17:41:24] INFO: [computerUseAction] Starting multi-turn computer use...
- [2025-03-03 17:41:24] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:41:28] INFO: [multiTurnComputerUse] =>
- id: "msg_01GfMXMh9BNEPtfLPMaQp3xd"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "text",
- "text": "I'll help you open Gmail using Firefox. Let me take a screenshot first to locate the Firefox icon on the desktop."
- },
- {
- "type": "tool_use",
- "id": "toolu_01Ar4ScS2vYNKTXRV3XFG3tB",
- "name": "computer",
- "input": {
- "action": "screenshot"
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 2111,
- "cache_creation_input_tokens": 0,
- "cache_read_input_tokens": 0,
- "output_tokens": 76
- }
- [2025-03-03 17:41:28] INFO: [multiTurnComputerUse] Running tool 'computer' with input:
- action: "screenshot"
- [2025-03-03 17:41:29] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:41:37] INFO: [multiTurnComputerUse] =>
- id: "msg_012CazkaMLFvtXkroKPaimzo"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "text",
- "text": "I can see the Firefox icon. I'll click on it and then navigate to Gmail."
- },
- {
- "type": "tool_use",
- "id": "toolu_01KapvLpMFURTb7ALF2PExJb",
- "name": "computer",
- "input": {
- "action": "mouse_move",
- "coordinate": [
- 804,
- 736
- ]
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 7,
- "cache_creation_input_tokens": 3241,
- "cache_read_input_tokens": 0,
- "output_tokens": 95
- }
- [2025-03-03 17:41:37] INFO: [multiTurnComputerUse] Running tool 'computer' with input:
- action: "mouse_move"
- coordinate: [
- 804,
- 736
- ]
- [2025-03-03 17:41:40] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:41:43] INFO: [multiTurnComputerUse] =>
- id: "msg_01N5RSyyBBpHXSBh42fuLL1k"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "tool_use",
- "id": "toolu_01Aumv88Wpg6PzyzdgCVYuDK",
- "name": "computer",
- "input": {
- "action": "left_click"
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 7,
- "cache_creation_input_tokens": 1156,
- "cache_read_input_tokens": 3241,
- "output_tokens": 54
- }
- [2025-03-03 17:41:43] INFO: [multiTurnComputerUse] Running tool 'computer' with input:
- action: "left_click"
- [2025-03-03 17:41:46] INFO: [multiTurnComputerUse] New iteration...
- [GFX1-]: glxtest: libpci missing
- [2025-03-03 17:41:48] INFO: [multiTurnComputerUse] =>
- id: "msg_013V9bXkUrBFUUpRqZcjecSk"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "text",
- "text": "Now that Firefox is starting up, I'll wait for it to load and then navigate to Gmail."
- },
- {
- "type": "tool_use",
- "id": "toolu_01HwprCayyjVfkRw17ykqwpC",
- "name": "computer",
- "input": {
- "action": "screenshot"
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 7,
- "cache_creation_input_tokens": 4476,
- "cache_read_input_tokens": 0,
- "output_tokens": 73
- }
- [2025-03-03 17:45:07] INFO: Generating text with options:
- modelProvider: "anthropic"
- model: "large"
- [2025-03-03 17:45:07] INFO: Selected model: claude-3-5-sonnet-20241022
- [2025-03-03 17:45:08] INFO: Anthropic model:
- specificationVersion: "v1"
- defaultObjectGenerationMode: "tool"
- supportsImageUrls: false
- modelId: "claude-3-5-sonnet-20241022"
- settings: {}
- config: {
- "provider": "anthropic.messages",
- "baseURL": "https://api.anthropic.com/v1"
- }
- [2025-03-03 17:45:12] INFO: Executing handler for action: ANTHROPIC_COMPUTER_USE
- [2025-03-03 17:45:12] INFO: [computerUseAction] Starting multi-turn computer use...
- [2025-03-03 17:45:12] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:45:15] INFO: [multiTurnComputerUse] =>
- id: "msg_01KEU3s6Pam4BVose8YRwGNN"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "text",
- "text": "I'll continue helping you open Gmail. Let me wait for Firefox to fully load and then navigate to Gmail's website."
- },
- {
- "type": "tool_use",
- "id": "toolu_01MKn5Rtv9EZFZqFLcjwsBRB",
- "name": "computer",
- "input": {
- "action": "screenshot"
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 15,
- "cache_creation_input_tokens": 0,
- "cache_read_input_tokens": 4574,
- "output_tokens": 76
- }
- [2025-03-03 17:45:15] INFO: [multiTurnComputerUse] Running tool 'computer' with input:
- action: "screenshot"
- [2025-03-03 17:45:16] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:45:18] INFO: [multiTurnComputerUse] =>
- id: "msg_01X9Hv2QF2ZMCYVDhaTQfiuP"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "text",
- "text": "Now I'll click in the address bar and type Gmail's URL."
- },
- {
- "type": "tool_use",
- "id": "toolu_017oamr6u3MtHByWDcg71q9K",
- "name": "computer",
- "input": {
- "action": "mouse_move",
- "coordinate": [
- 400,
- 100
- ]
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 7,
- "cache_creation_input_tokens": 2358,
- "cache_read_input_tokens": 2325,
- "output_tokens": 91
- }
- [2025-03-03 17:45:18] INFO: [multiTurnComputerUse] Running tool 'computer' with input:
- action: "mouse_move"
- coordinate: [
- 400,
- 100
- ]
- [2025-03-03 17:45:21] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:45:24] INFO: [multiTurnComputerUse] =>
- id: "msg_01EoG1xiE88gZaiHZNPLW6fP"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "tool_use",
- "id": "toolu_01RiDpur9Zeavi3u2AqH5V39",
- "name": "computer",
- "input": {
- "action": "left_click"
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 7,
- "cache_creation_input_tokens": 2395,
- "cache_read_input_tokens": 2404,
- "output_tokens": 54
- }
- [2025-03-03 17:45:24] INFO: [multiTurnComputerUse] Running tool 'computer' with input:
- action: "left_click"
- [2025-03-03 17:45:27] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:45:30] INFO: [multiTurnComputerUse] =>
- id: "msg_015SWCcntkHaYFumkjTquixw"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "tool_use",
- "id": "toolu_01ArJwkhnx8o3a4cC3nG2SHJ",
- "name": "computer",
- "input": {
- "action": "type",
- "text": "gmail.com"
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 7,
- "cache_creation_input_tokens": 2376,
- "cache_read_input_tokens": 2502,
- "output_tokens": 71
- }
- [2025-03-03 17:45:30] INFO: [multiTurnComputerUse] Running tool 'computer' with input:
- action: "type"
- text: "gmail.com"
- [2025-03-03 17:45:30] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:45:33] INFO: [multiTurnComputerUse] =>
- id: "msg_01NSpRQtcZmtUwnXgCEK2bzj"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "tool_use",
- "id": "toolu_01BqQmBa4Trnaq8hUgxFYXuM",
- "name": "computer",
- "input": {
- "action": "key",
- "text": "Return"
- }
- }
- ]
- stop_reason: "tool_use"
- stop_sequence: null
- usage: {
- "input_tokens": 7,
- "cache_creation_input_tokens": 2363,
- "cache_read_input_tokens": 2611,
- "output_tokens": 69
- }
- [2025-03-03 17:45:33] INFO: [multiTurnComputerUse] Running tool 'computer' with input:
- action: "key"
- text: "Return"
- [2025-03-03 17:45:35] INFO: [multiTurnComputerUse] New iteration...
- [2025-03-03 17:45:38] INFO: [multiTurnComputerUse] =>
- id: "msg_01SCzqdN33U9uBGUux3KCECz"
- type: "message"
- role: "assistant"
- model: "claude-3-5-sonnet-20241022"
- content: [
- {
- "type": "text",
- "text": "I've navigated to Gmail. The page is now loading and will show the Gmail sign-in page. Since I'm not allowed to assist with account creation or signing in, I'll stop here. You can now proceed to sign in to your Gmail account if you have one. Let me know if you need anything else!"
- }
- ]
- stop_reason: "end_turn"
- stop_sequence: null
- usage: {
- "input_tokens": 7,
- "cache_creation_input_tokens": 2341,
- "cache_read_input_tokens": 2727,
- "output_tokens": 70
- }
- [2025-03-03 17:45:38] INFO: [multiTurnComputerUse] No more tool_use => done
- ```
Advertisement
Add Comment
Please, Sign In to add comment