Screenshots, reports, and logs for the elizaOS/eliza PR fixing #15912.
Evidence for elizaOS/eliza PR #15861 (#15355 shared-to-dedicated upgrade)
Evidence for elizaOS/eliza PR: remote-capability ui-smoke fix (run 29007198905)
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <meta charset="utf-8"> | |
| <title>PR #14915 visual evidence</title> | |
| <style> | |
| body { margin: 0; padding: 24px; background: #0b0c10; color: #f5f5f5; font: 14px/1.45 system-ui, -apple-system, Segoe UI, sans-serif; } | |
| h1, h2 { margin: 0 0 12px; } | |
| section { margin: 0 0 28px; } | |
| img { max-width: 100%; height: auto; border: 1px solid #333; background: #111; } | |
| video { display: block; max-width: 100%; width: 760px; border: 1px solid #333; background: #111; } | |
| table { border-collapse: collapse; width: 100%; font-size: 12px; } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "platform": "android", | |
| "id": "adb", | |
| "name": "adb not available", | |
| "kind": "n/a", | |
| "buildId": null, | |
| "commit": null, | |
| "developHead": "c447a203b3364dab92d7f0f919aa3234cc0e932c", | |
| "verdict": "UNKNOWN", |
Focused screenshots/video generated after rebasing on origin/develop c447a203b3. Full app audit was refreshed on origin/develop 7cdef14d17 immediately before the latest unrelated base movement; after the c447a203b3 rebase, the focused home e2e and unit slice were rerun and passed.
See 14348-screenshots.svg in this gist. It contains the manually reviewed quiet resting home, attention home, and quiet-after-clear screenshots from packages/ui/src/components/shell/__e2e__/output-home.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { | |
| ActionExample, | |
| IAgentRuntime, | |
| Memory, | |
| type Action, | |
| } from "@ai16z/eliza"; | |
| import { Connection, Keypair, PublicKey, Transaction } from "@solana/web3.js"; | |
| import { getQuote } from "./swapUtils.ts"; | |
| async function invokeSwapDao( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Installing Python 3.10 on macOS | |
| 1. **Install Homebrew** (if not already installed): | |
| - Open a terminal and install Homebrew by running: | |
| ```bash | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| ``` | |
| - Follow the on-screen instructions to complete the installation. | |
| 2. **Install pyenv** using Homebrew: |
NewerOlder