node_modules /out # triage-tests generated outputs (regenerate via packages/scripts/triage-tests.mjs) /coverage-matrix.csv /packages/scripts/triage-tests.summary.md # E2E recording output — videos, traces, contact sheets (generated locally) /e2e-recordings/ # Local cross-silo evidence review dashboard (generated locally) /evidence/ # Voice trajectory video capture (binary webm — regenerate via record-voice-trajectories.mjs) packages/ui/src/components/shell/__e2e__/output-voice-recording/ # Settings hub e2e output (screenshots + webm — regenerate via test:settings-e2e) packages/ui/src/components/pages/__e2e__/output-settings/ # Tutorial spotlight e2e output (screenshots + webm — regenerate via test:tutorial-e2e) packages/ui/src/components/pages/tutorial/__e2e__/output-tutorial/ # FTU welcome e2e output (screenshots + webm — regenerate via test:ftu-home-e2e) packages/ui/src/components/chat/widgets/__e2e__/output-ftu/ # Wallet widget e2e output (screenshots + stubs — regenerate via test:wallet-widget-e2e) packages/ui/src/components/chat/widgets/__e2e__/output-wallet/ # Permission-priming e2e output (screenshots + webm + stubs — regenerate via test:permission-priming-e2e) packages/ui/src/components/permissions/__e2e__/output-permission-priming/ # View-lifecycle e2e output (screenshots + webm + telemetry — regenerate via test:view-lifecycle-e2e) packages/ui/src/components/views/__e2e__/output-view-lifecycle/ # Desktop bottom-bar e2e output (screenshots + webm — regenerate via test:bottombar-e2e) packages/ui/src/components/shell/__e2e__/output-bottombar/ # Connector card e2e output (screenshots + bundles — regenerate via test:connectors-e2e) packages/ui/src/components/pages/__e2e__/output-connectors/ # Chat infinite-scroll e2e output (screenshots + request/assertion logs) packages/ui/src/components/pages/__e2e__/output-infinite-scroll/ # Resize-handles e2e output (screenshots + html bundle — regenerate via the composites __e2e__ runner) packages/ui/src/components/composites/__e2e__/output-resize-handles/ # GitHub connection card e2e output (screenshots + html bundle — regenerate via run-github-card-shot.mjs) plugins/plugin-task-coordinator/src/__e2e__/github-card-shots/ # Divider-drag perf-gate output (webm + screenshots + html bundle — regenerate via test:divider-drag-perf-gate) packages/ui/src/components/composites/__e2e__/output-divider-perf/ # Launcher gesture-loop e2e output (webm videos + html bundle + traces — regenerate via test:launcher-loop-e2e) packages/ui/src/components/shell/__e2e__/output-launcher-loop/ # Activity-feedback e2e output (screenshots + esbuild html bundle — regenerate via test:activity-feedback-e2e) packages/ui/src/components/chat/__e2e__/output-activity-feedback/ # Chat-widget e2e output (task-pipeline / orchestrator-accounts esbuild html bundles + screenshots — regenerate via test:task-pipeline-e2e / test:orchestrator-accounts-e2e) packages/ui/src/components/chat/widgets/__e2e__/output/ # Chat-sheet e2e output (screenshots + webm + html bundle — regenerate via test:chat-sheet-e2e) packages/ui/src/components/shell/__e2e__/output/ packages/ui/src/components/shell/__e2e__/output-webkit/ packages/ui/src/components/shell/__e2e__/output-mobile-safari/ packages/ui/src/components/shell/__e2e__/output-frame-glitch/ .next/ **/.next/** .env .env.production .env.crypto-wallets.generated .env.local .env.bak .env_main .env.preview.local .idea .zed .DS_Store # macOS AppleDouble resource-fork sidecar files ._* .art art_venv # Xcode (user data) xcuserdata/ *.xcuserstate # Tauri-generated Xcode project examples/browser-extension/safari/ # Safari browser-extension example Xcode project — regenerates UUIDs + # timestamps on every Xcode open/build, creating large pure-churn diffs. # The Swift sources, assets, and Resources/ subtree stay tracked; only # the generated *.xcodeproj/ pbxproj is ignored. packages/examples/browser-extension/safari/**/*.xcodeproj/project.pbxproj # Generated app platform shells; canonical templates live under packages/app-core/platforms. packages/app/android/ packages/app/ios/ packages/app/electrobun/ # Capacitor native plugin build output and local Gradle state. packages/capacitor/**/android/build/ packages/capacitor/**/android/.gradle/ packages/capacitor/**/ios/build/ packages/capacitor/**/ios/Pods/ packages/capacitor/**/DerivedData/ dist/ # Stray declaration emit (canonical declarations live under dist/) plugins/**/auto-enable.d.ts plugins/**/auto-enable.d.ts.map **/vitest.config.d.ts **/vitest.config.d.ts.map # Stray declaration emit next to TS in plugin-discord (canonical declarations live under dist/) plugins/plugin-discord/**/*.d.ts plugins/plugin-discord/**/*.d.ts.map # Accidental JS/sourcemap emit next to TS in @elizaos/core (build output is dist/) packages/core/src/**/*.js packages/core/src/**/*.js.map # Accidental test-helper emit next to TS in plugin-personal-assistant (build output is dist/) plugins/plugin-personal-assistant/test/helpers/*.d.ts plugins/plugin-personal-assistant/test/helpers/*.d.ts.map plugins/plugin-personal-assistant/test/helpers/*.js plugins/plugin-personal-assistant/test/helpers/*.js.map # Accidental declaration emit next to TS in @elizaos/contracts (build output is dist/) packages/contracts/src/**/*.d.ts packages/contracts/src/**/*.d.ts.map # Accidental JS/declaration emit next to TS in @elizaos/plugin-app-control (build output is dist/) plugins/plugin-app-control/src/**/*.js plugins/plugin-app-control/src/**/*.js.map plugins/plugin-app-control/src/**/*.d.ts plugins/plugin-app-control/src/**/*.d.ts.map # Accidental JS/declaration emit next to TS in build-emitting library packages (build output is dist/) packages/cloud/routing/src/**/*.js packages/cloud/routing/src/**/*.js.map packages/cloud/routing/src/**/*.d.ts packages/cloud/routing/src/**/*.d.ts.map packages/cloud/sdk/src/**/*.js packages/cloud/sdk/src/**/*.js.map packages/cloud/sdk/src/**/*.d.ts packages/cloud/sdk/src/**/*.d.ts.map packages/plugin-remote-manifest/src/**/*.js packages/plugin-remote-manifest/src/**/*.js.map packages/plugin-remote-manifest/src/**/*.d.ts packages/plugin-remote-manifest/src/**/*.d.ts.map packages/plugin-worker-runtime/src/**/*.js packages/plugin-worker-runtime/src/**/*.js.map packages/plugin-worker-runtime/src/**/*.d.ts packages/plugin-worker-runtime/src/**/*.d.ts.map packages/security/src/**/*.js packages/security/src/**/*.js.map packages/security/src/**/*.d.ts packages/security/src/**/*.d.ts.map packages/vault/src/**/*.js packages/vault/src/**/*.js.map packages/vault/src/**/*.d.ts packages/vault/src/**/*.d.ts.map plugins/plugin-app-manager/src/**/*.js plugins/plugin-app-manager/src/**/*.js.map plugins/plugin-app-manager/src/**/*.d.ts plugins/plugin-app-manager/src/**/*.d.ts.map # Accidental emit next to TS in mixed packages (hand-written ambient .d.ts kept; build output is dist/) packages/shared/src/**/*.js.map packages/shared/src/**/*.d.ts.map packages/shared/src/config/types.tools.d.ts packages/shared/src/local-inference/types.d.ts packages/app-core/src/platform/ios-runtime-backends.d.ts packages/app-core/src/platform/ios-runtime-backends.d.ts.map packages/cloud/shared/src/lib/types/cloud-api.js packages/cloud/shared/src/lib/types/cloud-api.d.ts packages/feed/packages/engine/src/services/world-state-snapshot-service.js packages/feed/packages/engine/src/services/world-state-snapshot-service.js.map packages/feed/packages/engine/src/services/world-state-snapshot-service.d.ts.map packages/scenario-runner/src/cerebras-judge.d.ts packages/scenario-runner/src/cerebras-judge.d.ts.map plugins/plugin-local-inference/src/services/voice-prewarm.js *.gguf *.onnx *.wav *.mp3 # Real-speech ASR/decode test fixtures (relocated out of the removed # omnivoice.cpp submodule; see that dir's README). !plugins/plugin-local-inference/native/audio-fixtures/*.wav logs/ tokencache/ # Character configurations characters/**/secrets.json characters/**/*.env characters/**/*.key characters/**/private/ cache/* models/* tsup.config.bundled_*.mjs .turbo instructions.md wallet_data.txt .i18n-staging/ coverage .eslintcache eliza.manifest eliza.manifest.sgx eliza.sig # Configuration to exclude the extra and local_docs directories extra **/dist/** packages/docs/api/* **/dist/** **/.docusaurus/** **/docs/build/** lerna-debug.log tsdoc_cache/ tsdoc_comments/ **/elizadb/** *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* # Org-mode .org-id-locations *_archive # flymake-mode *_flymake.* # eshell files /eshell/history /eshell/lastdir # elpa packages /elpa/ # reftex files *.rel # AUCTeX auto folder /auto/ # cask packages .cask/ dist/ # Flycheck flycheck_*.el # server auth directory /server/ # projectiles files .projectile # directory configuration .dir-locals.el # network security /network-security.data packages/autodoc/text_objects/* /env **elizadb** **/.eliza/ # UI Test related files screenshots/ packages/client/ui-tests/screenshots/ **/ui-tests/screenshots/** test-results/ **/test-results*/ # Opt-in machine-readable audit reports (VIEW_AUDIT_REPORT=1, #8798) packages/agent/test-output/ playwright-report/ **/playwright-report/ **/test-results/ **/playwright/.cache/ .playwright/ **/tests/*.log **/tests/artifacts/ **/tests/logs/ **/tests/temp/ **/test-report*.json **/.nyc_output/ # Local git worktrees of cloud package work (parallel CI/test branches) /cloud-ci-playwright/ /cloud-develop-playwright-ci/ /cloud-develop-fix/ # Local OmniVoice source checkout used for pin audits; fused builds clone the # pinned source into a cache and strip OmniVoice's nested ggml submodule. packages/inference/omnivoice.cpp/ # Archive files *.zip *.tar *.tar.gz *.tgz *.rar *.7z # Temporary files *.tmp *.temp temp/ tmp/ # Added by Task Master AI # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* dev-debug.log # Dependency directories node_modules/ # Environment variables # Editor directories and files .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? # OS specific # Task files tasks.json tasks/ !packages/benchmarks/app-eval/tasks/ !packages/benchmarks/app-eval/tasks/__init__.py !packages/benchmarks/app-eval/tasks/*-tasks.json !packages/benchmarks/app-eval/tasks/*_evaluator.py !packages/benchmarks/eliza-1/src/tasks/ !packages/benchmarks/eliza-1/src/tasks/*.ts !packages/benchmarks/HyperliquidBench/dataset/tasks/ !packages/benchmarks/HyperliquidBench/dataset/tasks/README.md !packages/benchmarks/HyperliquidBench/dataset/tasks/*.jsonl !plugins/plugin-agent-skills/src/tasks/ # Vendored benchmark task fixtures — these ARE the benchmark, not generated. # We own all benchmark code in-tree; no submodules (only llama.cpp is a submodule). !packages/benchmarks/claw-eval/tasks/ !packages/benchmarks/claw-eval/tasks/** !packages/benchmarks/skillsbench/tasks/ !packages/benchmarks/skillsbench/tasks/** !packages/benchmarks/terminal-bench/tasks/ !packages/benchmarks/terminal-bench/tasks/** !packages/benchmarks/swe-bench-pro/run_scripts/** !packages/benchmarks/nl2repo/test_files/ !packages/benchmarks/nl2repo/test_files/** # Development database and tool directories **/data/ # But cloud-frontend uses src/lib/data/ as legitimate source — un-ignore it !packages/cloud-frontend/src/lib/data/ !packages/cloud-frontend/src/lib/data/** # The in-app cloud surfaces (packages/ui/src/cloud) likewise use data/ dirs as # legitimate source (ported react-query hooks) — un-ignore them too. !packages/ui/src/cloud/**/data/ !packages/ui/src/cloud/**/data/** # The Feed engine ships content/grounding modules as TS source under src/data/ # (reality-grounding, world-facts, world-event-examples, question-examples, and # the actors/organizations/correlations re-export shims). These are real source, # not generated data — track them. !packages/feed/packages/engine/src/data/ !packages/feed/packages/engine/src/data/** # Benchmark fixture data is vendored, not generated. !packages/benchmarks/qwen-claw-bench/data/ !packages/benchmarks/qwen-claw-bench/data/** !packages/benchmarks/lifeops-bench/data/ !packages/benchmarks/lifeops-bench/data/snapshots/ !packages/benchmarks/lifeops-bench/data/snapshots/** !packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/airline/data/ !packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/airline/data/** !packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/retail/data/ !packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/retail/data/** !packages/benchmarks/swe-bench-multilingual/tests/test_data/ !packages/benchmarks/swe-bench-multilingual/tests/test_data/** !packages/benchmarks/swe-bench-pro/helper_code/data/ !packages/benchmarks/swe-bench-pro/helper_code/data/** # eliza-1 smoke corpus: ~400-row e2e SFT pipeline validator, kept in # git so the pipeline can be smoke-tested from a fresh clone. The # `**/data/` rule above swallows the parent dir, so re-include each # segment before re-including the smoke corpus contents. !packages/training/data/ !packages/training/data/final-eliza1-smoke/ !packages/training/data/final-eliza1-smoke/** **/.roo/ **/.roomodes/ **/.taskmaster/ **/.windsurfrules/ .roomodes /.kiro # TypeScript incremental compilation cache *.tsbuildinfo tsconfig.tsbuildinfo # Rust build artifacts **/target/ **/*.rs.bk # Python build artifacts **/__pycache__/ **/*.py[cod] **/*$py.class **/.pytest_cache/ **/.mypy_cache/ **/.ruff_cache/ **/.coverage **/.coverage.* **/*.egg-info/ **/.venv/ **/venv/ **/env/ **/ENV/ test-data/ standalone.ts /.claude # Continuous Claude cache (local only) .claude/cache/ # i18n keyword codegen (regenerated from keywords/*.keywords.json) packages/shared/src/i18n/generated/ packages/core/src/i18n/generated/ tsconfig.test.json # Migration status docs (temporary) MIGRATION_*.md TYPE_AND_LINT_STATUS.md # Test output files test-output.txt # Generated training datasets (large, regenerated by benchmark runs) apps/app-training/datasets/ # Vitest type compatibility shims packages/core/src/types/vitest-*.d.ts # Accidental tsc output next to .ts sources (declarations and JS ship from dist/, not src/) # Hand-written ambient .d.ts files are excluded from this rule via negation below. packages/core/src/**/*.d.ts packages/core/src/**/*.d.ts.map packages/agent/src/**/*.js packages/agent/src/**/*.js.map packages/agent/src/**/*.d.ts packages/agent/src/**/*.d.ts.map !packages/agent/src/external-modules.d.ts !packages/agent/src/types/elizaos-action-augments.d.ts packages/shared/src/**/*.js packages/shared/src/**/*.js.map packages/shared/src/**/*.d.ts packages/shared/src/**/*.d.ts.map !packages/shared/src/elizaos-core-roles.d.ts packages/ui/src/**/*.js packages/ui/src/**/*.js.map packages/ui/src/**/*.d.ts packages/ui/src/**/*.d.ts.map # Hand-written ambient declarations for npm deps without their own types. # Un-ignore so CI sees them on a fresh checkout. Build-artifact .d.ts files # (those with a matching .ts/.tsx source) remain ignored. !packages/ui/src/cloud-ui/types/nprogress.d.ts !packages/ui/src/cloud-ui/types/react-syntax-highlighter.d.ts !packages/ui/src/import-meta-glob.d.ts packages/app-core/src/**/*.d.ts packages/app-core/src/**/*.d.ts.map !packages/app-core/src/ambient-modules.d.ts apps/*/src/**/*.js apps/*/src/**/*.js.map apps/*/src/**/*.d.ts apps/*/src/**/*.d.ts.map !apps/app-companion/src/three-subpath.d.ts plugins/*/src/**/*.d.ts # hand-written ambient declaration for fake-indexeddb/auto (untyped subpath), not a build artifact !plugins/plugin-matrix/src/fake-indexeddb-auto.d.ts plugins/*/src/**/*.d.ts.map !apps/app-companion/src/types/three-vrm-shim.d.ts !apps/app-lifeops/src/website-blocker/elizaos-core-roles.ts # Migration scripts (temporary) scripts/migrate-tests-to-vitest.ts scripts/migrate-all-tests.sh # Plugin-specific ignores # Test environment files (anywhere in repo) .env.test **/.env.test # Cargo.lock for library crates (plugins are libraries) plugins/**/rust/Cargo.lock # Python poetry lock files (if not needed) **/poetry.lock # Build-generated examples copy (source is /examples/) packages/elizaos/examples/ .next/ :memory: :memory:* **:memory:** # Local benchmark run outputs (generated) # Note: benchmark baselines under benchmarks/** may still be tracked intentionally. /benchmark_results/** # Keep a small set of curated benchmark outputs !/benchmark_results/bfcl/bfcl_best_results.json !/benchmark_results/mint/MINT-BENCHMARK-REPORT.md !/benchmark_results/mint/mint-benchmark-results.json # Benchmarks/** local run outputs (generated) /benchmarks/**/benchmark_results*/ /benchmarks/**/test_output/ # Benchmarks/** trajectory exports (generated) /benchmarks/**/trajectories/ /benchmarks/**/trajectories/** /benchmarks/**/trajectories.art.jsonl /benchmarks/**/trajectories.grpo.groups.json /benchmarks/**/*.art.jsonl /benchmarks/**/*.grpo.groups.json # Native-tool-calling v5 run-cerebras / trajectory CLI output /trajectories/ # AgentBench: generated local run folders (do not commit) /benchmarks/agentbench/benchmark_results/ /benchmarks/agentbench/canonical_*/ /benchmarks/agentbench/final_benchmark_results/ /benchmarks/agentbench/full_eliza_*/ /benchmarks/agentbench/eliza_run_db*/ /benchmarks/agentbench/full_eliza_db*/ /benchmarks/agentbench/smoke_*/ /benchmarks/agentbench/traj_*/ /benchmarks/agentbench/verified_*/ /benchmarks/agentbench/ws_test*/ /benchmarks/agentbench/lateral_test*/ /benchmarks/agentbench/post_delete_smoke/ # AgentBench: ad-hoc run outputs (generated, do not commit) /benchmarks/agentbench/post_b_*/ /benchmarks/agentbench/post_b_*/** /benchmarks/agentbench/real_db/ /benchmarks/agentbench/real_db/** # Context-bench: ad-hoc run outputs (generated, do not commit) /benchmarks/context-bench/post_b_*/ /benchmarks/context-bench/post_b_*/** /benchmarks/context-bench/real_eliza_agent/ /benchmarks/context-bench/real_eliza_agent/** /benchmarks/context-bench/traj_ctx_smoke/ /benchmarks/context-bench/traj_ctx_smoke/** # Local workspaces / sandboxes /swe-bench-workspace/ /3DAvatarChatbot/ /tmp-live/ # Handoff notes (local only, do not commit) *handoff*.md # Vendor / external example code (do not commit) /dnd5e/ /rlm/ /rlm-minimal/ /the-org/ /rs-sdk/ /openclaw-classic/ # Database files *.db *.sqlite *.sqlite3 *.sqlite-journal *.sqlite-wal *.sqlite-shm # Cache directories (local) skills/.cache/ **/skills/.cache/ .cache/ # Scenario-runner skills scratch (runtime-created by agent-skills scenarios; never source) /packages/scenario-runner/skills/ # Local vendored experiments (do not commit) /plugins/plugin-local-ai/rust/vendor/llama_cpp_rs/ /vendor/llama_cpp_rs/ # Ad-hoc benchmark output folders (generated during local runs) /benchmarks/tau-bench/benchmark_results/ /benchmarks/vending-bench/benchmark_results/ # Context-bench: ignore additional quick-run output folders /benchmarks/context-bench/python/benchmark_results_eliza_agent_quick*/ # Terminal-bench: ignore newly generated timestamped runs under terminal-bench/ /benchmarks/terminal-bench/python/benchmark_results/terminal-bench/sessions-*/ /benchmarks/terminal-bench/python/benchmark_results/terminal-bench/terminal-bench-*.json /benchmarks/terminal-bench/python/benchmark_results/terminal-bench/terminal-bench-*.md # AgentBench: local smoke-run artifacts /benchmarks/agentbench/python/traj_smoke/ # Terminal-bench: local test output artifacts /benchmarks/terminal-bench/python/test_output/terminal-bench-*.json /benchmarks/terminal-bench/python/test_output/terminal-bench-*.md # prr state file (auto-generated) .pr-resolver-state.json # Android Gradle build intermediates (regenerated by Gradle) packages/native-plugins/*/android/build/ packages/app-core/platforms/android/**/build/ plugins/plugin-native-*/android/build/ plugins/plugin-native-*/android/.gradle/ # Storybook static exports (generated by `build-storybook`) apps/app-companion/storybook-static/ # Foundry contract build outputs (regenerated by `forge build`) packages/app-core/test/contracts/out/ packages/app-core/test/contracts/cache/ # Electrobun build outputs and packaged artifacts (large binaries) packages/app-core/platforms/electrobun/build/ packages/app-core/platforms/electrobun/artifacts/ # Compiled native dylibs (rebuild from source) packages/app-core/platforms/electrobun/src/*.dylib benchmark_results/ # Phase D mobile bundle outputs (regenerated by build-mobile-bundle.mjs). # The Android APK staging step copies these into apps/app/android/app/ # src/main/assets/agent/ at build time; committing the 33 MB bundle # blob and 5 MB pglite.data into the repo is wrong. packages/agent/dist-mobile/ packages/agent/dist-mobile-ios/ packages/agent/dist-mobile-ios-jsc/ packages/benchmarks/benchmark_results/ packages/benchmarks/benchmark_results packages/swe-bench-workspace/ # HyperliquidBench run artifacts (auto-generated by the benchmark harness; # regenerated on every run, no need to track in git). packages/benchmarks/HyperliquidBench/runs/ packages/benchmarks/benchmark_results/ # Build artifacts: js.map files in test directories and app-core test helpers packages/app-core/test/**/*.js.map packages/app-core/test/**/*.d.ts.map test/**/*.js.map test/**/*.d.ts.map # Compiled build output in test directories (next to .ts sources) packages/app-core/test/**/*.js packages/app-core/test/**/*.d.ts test/**/*.js test/**/*.d.ts test_output/ trajectories-eliza-cerebras/ action-benchmark-report/ artifacts/ !packages/native/bun-runtime/artifacts/ !packages/native/bun-runtime/artifacts/ElizaBunEngine.xcframework/ !packages/native/bun-runtime/artifacts/ElizaBunEngine.xcframework/** research/native-tool-calling research/even-realities/ # Build artifacts from old ios-native-deps location (moved to packages/native/ios-deps/) packages/ios-native-deps/ test/mocks/mockoon/.mockoon-pids/ lifeops_bench_results/ reports/ai-qa/ reports/apps-manual-qa/ reports/porting/ scripts/ai-qa/.static-stack.json # Generated inference verification output and hardware evidence. packages/inference/reports/ packages/inference/verify/bench_results/ plugins/plugin-local-inference/native/verify/bench_results/ packages/inference/verify/hardware-results/ packages/inference/verify/android-vulkan-smoke/ packages/inference/verify/cpu_bench packages/inference/verify/cpu_simd_bench # llama.cpp benchmark run outputs (timestamped JSON/HTML/log from individual runs) packages/inference/llama.cpp/benches/**/*allresults.json packages/inference/llama.cpp/benches/**/*.html packages/inference/llama.cpp/benches/**/*.log !packages/inference/llama.cpp/benches/**/*.md # Generated audit output. Keep curated source docs and README files in-tree; # keep raw audit dumps and prompt manifests out of source control. docs/audits/**/prompts/ docs/audits/**/prompts-manifest.json docs/audits/**/retrieval-funnel.json packages/inference/verify/cuda_verify packages/inference/verify/dispatch_smoke packages/inference/verify/metal_bench packages/inference/verify/vulkan_dispatch_smoke # omnivoice-fuse stub library — a build artifact of `make -C # packages/app-core/scripts/omnivoice-fuse`, not source. The fused-ABI # tests (`voice/ffi-bindings.test.ts`) skip when it is absent. packages/app-core/scripts/omnivoice-fuse/libelizainference_stub.so packages/app-core/scripts/omnivoice-fuse/libelizainference_stub.dylib packages/training/vendor/ # Generated run output — never source data. packages/app-core/collision-report.json plugins/app-lifeops/docs/audit/cerebras-journey-eval-results.json .swarm/ packages/training/out/ # Tesseract OCR language data — downloaded at runtime, not vendored plugins/plugin-vision/eng.traineddata dev-desktop.pid reports/ !packages/cloud/api/v1/reports/ !packages/cloud/api/v1/reports/** !packages/feed/apps/web/src/app/api/moderation/reports/ !packages/feed/apps/web/src/app/api/moderation/reports/** docs/* !docs/ELIZA_1_BUNDLE_EXTRAS.json !docs/automation-glossary.md !docs/design/ !docs/design/** !docs/tee-architecture-implementation-plan.md !docs/security/ !docs/security/** !docs/testing/ !docs/testing/** !docs/transcripts/ !docs/transcripts/** yolov8n.pt *.pt # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies node_modules /.pnp .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/versions # testing /coverage # next.js /.next/ /.next-build/ /.next-test-*/ /out/ # production /build /public/ /apps/frontend/dist-ssr/ # misc .DS_Store *.pem # The certification trust anchor is deliberately committed (.github/certification/README.md) !.github/certification/certification-public-key.pem *.key *.key.* *.p8 *.p12 *.pkcs8 *.jwk *.jwks id_dsa id_ecdsa id_ed25519 id_rsa # debug npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* # env files (keep live values out of git; use .env.example as the template) .env .env.local .env.dev .env.development .env.production .env.vercel* .env.staging* .dev.vars .dev.vars.* !apps/api/.dev.vars.example # vercel .vercel #local llm guides guides plan-files # typescript *.tsbuildinfo next-env.d.ts test-results/ apps/frontend/vite.config.ts.timestamp-*.mjs # Tauri src-tauri/target/ src-tauri/gen/apple/build/ src-tauri/gen/apple/Externals/ src-tauri/gen/android/ src-tauri/Cargo.lock ignore/ .env*.local .claude/* claudedocs # prr state file (auto-generated) .pr-resolver-state.json # Dev logs logs/ !apps/api/**/logs/ !apps/api/**/logs/** !packages/cloud/api/**/logs/ !packages/cloud/api/**/logs/** test_output.log ts_errors.log # Local runtime state and generated databases .eliza/ *.sqlite *.sqlite3 *.db *.db-wal *.db-shm .prr/ modelcontextprotocol/ *storybook.log storybook-static .next-dev/ .env.preview .env.local.bak-* .env.local.*-backup-* .wrangler .wrangler-dry-run swe-bench-workspace-opencode/ # iOS Bun engine artifact !packages/bun-ios-runtime/artifacts/ !packages/bun-ios-runtime/artifacts/ElizaBunEngine.xcframework/ !packages/bun-ios-runtime/artifacts/ElizaBunEngine.xcframework/** .env.local.bak **/.env.local.bak # Linux live-build / debootstrap working state — large, root-owned, recreated # on every build. Never check in; turbo must not traverse these. packages/os/linux/**/chroot/ packages/os/linux/**/chroot.files packages/os/linux/**/.build/ packages/os/linux/**/cache/ packages/os/linux/**/binary/ packages/os/linux/**/local/ packages/os/linux/**/out/ # riscv64 Bun cross-compile cache + build output (multi-GB, regenerated). packages/app-core/scripts/bun-riscv64/dist/ packages/app-core/scripts/bun-riscv64/build-linux-riscv64-cpu/ # Android packaged runtime artifacts (bundled agent dist + compiled native libs). packages/app-core/platforms/android/app/src/main/assets/agent/ packages/app-core/platforms/android/app/src/main/jniLibs/ # Embedded third-party checkouts vendored under the tree (own git repos; must # not be committed as gitlinks without a .gitmodules entry). packages/research/robot/vendor/mujoco_menagerie/ packages/research/robot/.tools/ plugins/plugin-local-inference/native/stable-diffusion.cpp/ # Generated chip mechanical render frames. packages/research/chip/mechanical/e1-phone/out/e1-phone-exploded-frames/ # Zig build cache + compiled output. **/.zig-cache/ **/zig-out/ packages/os/release/ waifu.fun/ # --- synced artifacts (stripped for fast clones; pulled on install by # packages/scripts/sync-artifacts.mjs from elizaOS/eliza-archive) --- /.eliza-artifacts-version /packages/benchmarks/terminal-bench/tasks/fmri-encoding-r/fMRIdata.RData /packages/os/linux/elizaos/config/includes.chroot/opt/elizaos-artifacts/elizaos-app/agent-bundle.js /packages/os/linux/elizaos/config/includes.chroot/opt/elizaos-artifacts/elizaos-app/musl-runtime/bun /packages/benchmarks/skillsbench/tasks/organize-messy-files/environment/DAMOP.pptx /packages/research/chip/board/kicad/e1-phone/pcb/fab-demo/e1-phone-mainboard-real-footprint-development.step /packages/research/chip/board/kicad/e1-phone/pcb/fab-demo/e1-phone-mainboard-routed-development.step /packages/research/chip/board/kicad/e1-phone/production/step/routed-board-with-components.step /packages/benchmarks/skillsbench/tasks/dapt-intrusion-detection/environment/packets.pcap /packages/benchmarks/terminal-bench/tasks/train-fasttext/tests/private_test.txt /packages/benchmarks/claw-eval/tasks/T078_officeqa_max_yield_spread/fixtures/pdf/treasury_bulletin_1970_06.pdf /packages/benchmarks/claw-eval/tasks/T079_officeqa_zipf_exponent/fixtures/pdf/treasury_bulletin_2020_12.pdf /packages/benchmarks/claw-eval/tasks/T082_officeqa_qoq_esf_change/fixtures/pdf/treasury_bulletin_2022_12.pdf /packages/benchmarks/swe-bench-pro/helper_code/sweap_eval_full_v2.jsonl /packages/benchmarks/claw-eval/tasks/T081_officeqa_cagr_trust_fund/fixtures/pdf/treasury_bulletin_1953_02.pdf /packages/benchmarks/claw-eval/tasks/T085_officeqa_army_expenditures/fixtures/pdf/treasury_bulletin_1952_12.pdf /packages/research/robot/mechanical/unitree-r1-bodykit/cad/source-assets/concept/eliza_front_reference.glb /packages/benchmarks/claw-eval/tasks/T083_officeqa_mad_excise_tax/fixtures/pdf/treasury_bulletin_2018_12.pdf /packages/benchmarks/claw-eval/tasks/T080_officeqa_bond_yield_change/fixtures/pdf/treasury_bulletin_1960_07.pdf /packages/benchmarks/claw-eval/tasks/T077_officeqa_highest_dept_spending/fixtures/pdf/treasury_bulletin_1958_10.pdf /packages/benchmarks/claw-eval/tasks/T085_officeqa_army_expenditures/fixtures/pdf/treasury_bulletin_1948_04.pdf /packages/benchmarks/claw-eval/tasks/T084_officeqa_geometric_mean_silver/fixtures/pdf/treasury_bulletin_1940_10.pdf /packages/benchmarks/claw-eval/tasks/T076_officeqa_defense_spending/fixtures/pdf/treasury_bulletin_1941_01.pdf /packages/benchmarks/openclaw-benchmark/autonomous_agent_env/shellcheck-v0.10.0/shellcheck /packages/benchmarks/claw-eval/tasks/M075_doc_extraction_spatial_leaderboard/fixtures/2512.17495v2.pdf /packages/benchmarks/claw-eval/tasks/M084_doc_figure_reproduction_pie/fixtures/2512.17495v2.pdf /packages/benchmarks/claw-eval/tasks/M085_doc_figure_reproduction_bar/fixtures/2512.17495v2.pdf /packages/benchmarks/claw-eval/tasks/M086_doc_figure_reproduction_line/fixtures/2512.17495v2.pdf /packages/benchmarks/terminal-bench/tasks/sqlite-with-gcov/vendor/sqlite-fossil-release.tar.gz /packages/shared/assets-classic/background/Clouds_Loop_HQ_1080p.mp4 /packages/research/robot/assets/profiles/asimov-1/meshes/WAIST_YAW.STL /packages/benchmarks/terminal-bench/tasks/weighted-max-sat-solver/test_instance.wcnf /packages/app-core/platforms/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png /packages/app-core/platforms/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png /packages/app-core/platforms/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png /packages/benchmarks/claw-eval/tasks/T072_restaurant_menu_contact/fixtures/media/menu.jpeg /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_4.png /packages/research/chip/sw/firemarshal/eliza-e1-ap-benchmarks/bin/fio /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_6.png /packages/benchmarks/skillsbench/tasks/paper-anonymizer/environment/paper1.pdf /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_8.png /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_9.png /packages/research/chip/docs/evidence/cpu_ap/bpu_h2p_sc_debug_replay.json /packages/research/chip/mechanical/e1-phone/out/e1-phone-solid-assembly.step /packages/benchmarks/claw-eval/tasks/T074_paper_review_injection/fixtures/ocr/R3.pdf /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_1.png /packages/shared/assets-classic/background/clouds_background.jpg /packages/benchmarks/skillsbench/tasks/glm-lake-mendota/environment/bcs/meteo.csv /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_3.png /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_10.png /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_7.png /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_ANKLE_B.STL /packages/research/chip/board/kicad/e1-phone/preview/schematic/e1-phone-compute.svg /packages/training/data/final-eliza1-smoke/train.jsonl /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_8.png /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_5.png /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_3.png /packages/shared/assets-classic/background/Clouds_Loop_Mobile_480p.mp4 /packages/research/robot/mechanical/unitree-r1-bodykit/review/unitree-r1-bodykit.blend /packages/research/robot/mechanical/unitree-r1-bodykit/review/unitree-r1-bodykit.blend1 /packages/research/robot/mechanical/unitree-r1-bodykit/review/eliza-donor.blend /packages/research/robot/mechanical/unitree-r1-bodykit/review/eliza-donor.blend1 /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_5.png /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_2.png /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_KNEE.STL /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_KNEE.STL /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_ANKLE_B.STL /packages/benchmarks/claw-eval/tasks/M019_doc_extraction_radar_chart/fixtures/GroundingME.pdf /packages/benchmarks/claw-eval/tasks/M074_doc_extraction_thinking_impact/fixtures/GroundingME.pdf /packages/benchmarks/claw-eval/tasks/M037_video_food_shop_search/fixtures/gt_2.png /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/head_yaw_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/head_yaw_link.STL /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_7.png /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_1.png /packages/app/public/app-heroes/skills-viewer.png /plugins/plugin-companion/public/vrms/eliza-7.vrm.gz /packages/benchmarks/terminal-bench/tasks/causal-inference-r/task-deps/data.csv /packages/research/robot/assets/profiles/asimov-1/meshes/IMU_ORIGIN.STL /plugins/plugin-companion/public/vrms/eliza-5.vrm.gz /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_9.png /plugins/plugin-companion/public/vrms/eliza-8.vrm.gz /packages/benchmarks/skillsbench/tasks/paratransit-routing/environment/t_matrix.csv /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_SHOULDER_ROLL.STL /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_SHOULDER_ROLL.STL /packages/os/setup/public/clouds/clouds_8x_1080p.mp4 /packages/shared/assets-classic/background/optimized/clouds_8x_1080p.mp4 /packages/app/public/brand/background/Clouds_Loop_HQ_1080p.mp4 /packages/cloud-frontend/public/brand/background/Clouds_Loop_HQ_1080p.mp4 /packages/homepage/public/brand/background/Clouds_Loop_HQ_1080p.mp4 /packages/os/homepage/public/brand/background/Clouds_Loop_HQ_1080p.mp4 /packages/shared/assets/background/Clouds_Loop_HQ_1080p.mp4 /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/torso_link_rev_1_0.STL /plugins/plugin-companion/public/vrms/eliza-6.vrm.gz /packages/research/robot/examples/robot-mujoco-demo/evidence/real/real_robot_sweep_robot_cam.mp4 /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_SHOULDER_YAW.STL /plugins/plugin-companion/public/vrms/eliza-1.vrm.gz /plugins/plugin-companion/public/vrms/eliza-3.vrm.gz /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/torso_link.stl /packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/airline/data/reservations.json /plugins/plugin-companion/public/vrms/eliza-2.vrm.gz /packages/benchmarks/claw-eval/tasks/M089_video_movie_scene_meme/fixtures/gt.png /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_rubber_hand.STL /packages/benchmarks/claw-eval/tasks/M095_video_movie_character_id/fixtures/xialuo.png /packages/benchmarks/claw-eval/tasks/M092_video_movie_title_localization/fixtures/gt.png /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_rubber_hand.STL /packages/app/public/brand/concepts/billboard_concept.jpg /packages/os/homepage/public/assets/billboard_concept.jpg /packages/os/homepage/public/brand/concepts/billboard_concept.jpg /packages/shared/assets-classic/concepts/billboard_concept.jpg /packages/shared/assets/concepts/billboard_concept.jpg /plugins/plugin-social-alpha/public/brand/concepts/billboard_concept.jpg /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_hand_palm_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_hand_palm_link.STL /packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/airline/data/flights.json /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/waist_yaw_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/waist_yaw_link.STL /plugins/plugin-feed/assets/hero.png /plugins/plugin-training/assets/hero.png /plugins/plugin-trajectory-logger/assets/hero.png /plugins/plugin-wallet-ui/assets/hero.png /packages/research/robot/mechanical/unitree-r1-bodykit/cad/source-assets/concept/eliza_front_reference.png /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/pelvis_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/pelvis_link.STL /packages/docs/images/shakespeare-discord-screenshot.jpeg /plugins/plugin-documents/assets/hero.png /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_HIP_YAW.STL /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_HIP_YAW.STL /packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/retail/data/orders.json /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/pelvis_contour_link.STL /packages/research/robot/mechanical/unitree-r1-bodykit/review/visual-concept-orange-android.png /packages/os/setup/public/clouds/clouds_4x_1080p.mp4 /packages/shared/assets-classic/background/optimized/clouds_4x_1080p.mp4 /packages/research/chip/mechanical/e1-phone/review/local-kicad-cli/routed-drc.json /packages/research/chip/board/kicad/e1-phone/production/sourcing/public-cad-downloads/hirose_df40c_80dp_0_4v_51/DF40C-80DP-0.4V_3d_stp.stp /packages/benchmarks/skillsbench/tasks/glm-lake-mendota/environment/glm /packages/os/setup/public/clouds/clouds_8x_1080p.webm /packages/shared/assets-classic/background/optimized/clouds_8x_1080p.webm /packages/cloud-frontend/public/brand/elizaos-phone.png /packages/benchmarks/skillsbench/docs/skills-research/repos_comprehensive.json /plugins/plugin-companion/public_src/animations/mixamo/Angry.fbx /packages/research/robot/examples/robot-mujoco-demo/evidence/real/real_robot_onboard_strip.png /packages/homepage/public/eliza-app-profile-image.png /packages/cloud-frontend/public/brand/elizaos-phone-transparent.png /packages/docs/images/ask-to-join-vc.jpeg /packages/research/chip/board/kicad/e1-phone/preview/schematic/e1-phone-power_usb.svg /packages/research/robot/examples/robot-mujoco-demo/evidence/real/real_robot_contact_sheet.png /packages/research/robot/checkpoints/_validator/final_params /plugins/plugin-task-coordinator/assets/hero.png /plugins/plugin-form/assets/hero.png /plugins/plugin-companion/public_src/animations/mixamo/Wave Hip Hop Dance.fbx /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_hand_index_1_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_hand_middle_1_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_hand_thumb_2_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_hand_index_1_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_hand_middle_1_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_hand_thumb_2_link.STL /packages/homepage/tests/e2e/visual.spec.ts-snapshots/login-desktop-chromium-linux.png /packages/homepage/tests/e2e/visual.spec.ts-snapshots/connected-desktop-chromium-linux.png /packages/homepage/tests/e2e/visual.spec.ts-snapshots/get-started-desktop-chromium-linux.png /plugins/plugin-companion/assets/hero.png /packages/research/robot/examples/robot-mujoco-demo/evidence/live/live_camera_aruco.mp4 /plugins/plugin-companion/public_src/animations/mixamo/Happy.fbx /packages/benchmarks/claw-eval/tasks/M095_video_movie_character_id/fixtures/qiuya.png /packages/benchmarks/skillsbench/tasks/energy-market-pricing/environment/network.json /packages/benchmarks/skillsbench/tasks/grid-dispatch-operator/environment/network.json /packages/homepage/public/product/elizaos-usb-key-concept.png /plugins/plugin-companion/public_src/animations/mixamo/Hip Hop Dancing 2.fbx /packages/cloud-frontend/public/product/elizaos-usb-key-concept.png /packages/os/homepage/public/assets/elizaos-usb-key-concept.png /plugins/plugin-contacts/assets/hero.png /plugins/plugin-phone/assets/hero.png /plugins/plugin-wifi/assets/hero.png /packages/benchmarks/skillsbench/docs/skills-research/repos_by_stars.json /plugins/plugin-companion/public_src/animations/mixamo/Look Around.fbx /packages/research/robot/mechanical/unitree-r1-bodykit/review/manufacturing-manifest.json /packages/os/setup/public/clouds/clouds_8x_720p.mp4 /packages/shared/assets-classic/background/optimized/clouds_8x_720p.mp4 /packages/research/chip/board/kicad/e1-phone/preview/kicad-cli-mainboard.svg /plugins/plugin-shopify/assets/hero.png /packages/research/robot/mechanical/unitree-r1-bodykit/cad/source-assets/human-donor/eliza_face_donor.obj /packages/benchmarks/skillsbench/docs/skills-research/all_repos_with_skills.json /packages/os/setup/public/clouds/clouds_4x_1080p.webm /packages/shared/assets-classic/background/optimized/clouds_4x_1080p.webm /packages/benchmarks/skillsbench/docs/skills-research/repos_clean.json /packages/research/robot/mechanical/unitree-r1-bodykit/cad/source-assets/human-donor/eliza_face_donor.stl /packages/benchmarks/skillsbench/tasks/paper-anonymizer/environment/paper3.pdf /packages/benchmarks/skillsbench/docs/skills-research/repos_categorized.json /packages/benchmarks/swe-bench-pro/error_analysis/gpt4o.csv /packages/os/homepage/tests/visual.spec.ts-snapshots/landing-mobile-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/landing-mobile-mobile-darwin.png /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_6.png /packages/research/robot/examples/robot-mujoco-demo/evidence/live/live_camera_aruco_contact_sheet.png /packages/benchmarks/claw-eval/tasks/M095_video_movie_character_id/fixtures/madongmei.png /plugins/plugin-companion/public_src/animations/mixamo/Bashful.fbx /packages/benchmarks/skillsbench/tasks/earthquake-plate-calculation/environment/earthquakes_2024.json /plugins/plugin-personal-assistant/assets/hero.png /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_HIP_PITCH.STL /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_HIP_PITCH.STL /packages/docs/images/shakespeare-screenshot.jpeg /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/pelvis.STL /packages/benchmarks/loca-bench/gem/envs/machine_operating_s2l/preprocess/machine_operating/live_sensor.csv /packages/benchmarks/claw-eval/tasks/M095_video_movie_character_id/fixtures/yuanhua.png /plugins/plugin-companion/public_src/animations/mixamo/Bored.fbx /packages/benchmarks/OSWorld/assets/pubeval_monitor1.jpg /packages/os/setup/public/clouds/clouds_8x_720p.webm /packages/shared/assets-classic/background/optimized/clouds_8x_720p.webm /packages/benchmarks/terminal-bench/tasks/reshard-c4-data/tests/files_hashes.json /packages/research/robot/assets/profiles/hiwonder-ainex/meshes/body_link.STL /packages/app-core/test/contracts/lib/openzeppelin-contracts/audits/2018-10.pdf /plugins/plugin-companion/public_src/animations/mixamo/Yawn.fbx /packages/benchmarks/claw-eval/tasks/M021_doc_reference_verification/fixtures/Li_VL-RewardBench_A_Challenging_Benchmark_for_Vision-Language_Generative_Reward_Models_CVPR_2025_paper.pdf /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/090.jpg /packages/benchmarks/terminal-bench/tasks/video-processing/tests/test_video.mp4 /plugins/plugin-companion/public_src/animations/mixamo/Gangnam Style.fbx /packages/benchmarks/skillsbench/tasks/dynamic-object-aware-egomotion/environment/input.mp4 /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/head_link.STL /packages/benchmarks/claw-eval/tasks/M098_video_craft_webpage/fixtures/gt_4.png /packages/research/chip/mechanical/e1-phone/out/e1-phone-exploded.mp4 /packages/app-core/test/contracts/lib/openzeppelin-contracts/audits/2023-10-v5.0.pdf /packages/app/public/brand/background/Clouds_Loop_Mobile_480p.mp4 /packages/cloud-frontend/public/brand/background/Clouds_Loop_Mobile_480p.mp4 /packages/homepage/public/brand/background/Clouds_Loop_Mobile_480p.mp4 /packages/os/homepage/public/brand/background/Clouds_Loop_Mobile_480p.mp4 /packages/shared/assets/background/Clouds_Loop_Mobile_480p.mp4 /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/right_shoulder_roll_link.stl /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/left_shoulder_roll_link.stl /packages/research/chip/board/kicad/e1-phone/production/sourcing/public-cad-downloads/hirose_bm28b0_6_50dp_2_0_35v_53/BM28B0.6-50DP_2-0.35V_3d_stp.stp /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_knee_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_knee_link.STL /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_knee_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_knee_link.STL /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/left_hip_yaw_link.stl /packages/benchmarks/terminal-bench/tasks/financial-document-processor/documents/1t2tala7.jpg /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/right_hip_yaw_link.stl /packages/benchmarks/claw-eval/tasks/T078_officeqa_max_yield_spread/fixtures/ocr/treasury_bulletin_1970_06.txt /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_wrist_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_wrist_roll_link.STL /packages/os/setup/public/clouds/clouds_4x_720p.mp4 /packages/shared/assets-classic/background/optimized/clouds_4x_720p.mp4 /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_wrist_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_wrist_roll_link.STL /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_ankle_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_ankle_roll_link.STL /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_ankle_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_ankle_roll_link.STL /packages/benchmarks/swe-bench-pro/error_analysis/claude_sonnet_4.csv /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_hip_yaw_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_hip_yaw_link.STL /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_hip_yaw_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_hip_yaw_link.STL /packages/os/homepage/tests/visual.spec.ts-snapshots/landing-mobile-mobile-linux.png /packages/benchmarks/OSWorld/assets/unsafemode.png /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_knee_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_knee_link.STL /packages/os/homepage/tests/visual.spec.ts-snapshots/landing-mobile-desktop-linux.png /packages/research/robot/assets/profiles/asimov-1/meshes/NECK_PITCH.STL /packages/training/datasets/eliza1-sft-0_6b/train.jsonl /packages/os/setup/public/clouds/clouds_1x_1080p.mp4 /packages/shared/assets-classic/background/optimized/clouds_1x_1080p.mp4 /packages/benchmarks/OSWorld/assets/authorization.png /packages/benchmarks/OSWorld/mm_agents/uipath/imgs/element_predictions.png /plugins/plugin-companion/public_src/animations/mixamo/Crying.fbx /plugins/plugin-companion/public_src/animations/BreathingIdle.fbx /plugins/plugin-companion/public_src/animations/mixamo/Breathing Idle.fbx /packages/app/public/app-heroes/runtime-debugger.png /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/011.jpg /packages/os/setup/public/clouds/clouds_1x_1080p.webm /packages/shared/assets-classic/background/optimized/clouds_1x_1080p.webm /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/right_shoulder_pitch_link.stl /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/left_shoulder_pitch_link.stl /packages/research/robot/examples/robot-mujoco-demo/evidence/live/live_camera_aruco_annotated.png /plugins/plugin-companion/public_src/animations/mixamo/Shoulder Rubbing.fbx /packages/research/robot/examples/robot-mujoco-demo/evidence/live/live_camera_frame.png /packages/app/public/app-heroes/memory-viewer.png /packages/app/public/app-heroes/database-viewer.png /packages/benchmarks/terminal-bench/tasks/financial-document-processor/documents/sg65kxvf.jpg /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/left_hip_roll_link.stl /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/right_hip_roll_link.stl /packages/benchmarks/OSWorld/assets/pubeval_monitor2.jpg /packages/research/chip/mechanical/e1-phone/out/orange_side_frame.step /packages/app/public/app-heroes/relationship-viewer.png /packages/os/linux/tails/wiki/src/install/inc/videos/mac.mp4 /packages/os/setup/public/clouds/clouds_4x_720p.webm /packages/shared/assets-classic/background/optimized/clouds_4x_720p.webm /plugins/plugin-companion/public_src/animations/mixamo/Spin In Place.fbx /plugins/plugin-companion/public_src/animations/mixamo/Surprised.fbx /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_SHOULDER_PITCH.STL /packages/benchmarks/HyperliquidBench/assets/logo.png /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_SHOULDER_PITCH.STL /plugins/plugin-companion/public_src/animations/mixamo/Breakdance Freeze Var 4.fbx /plugins/plugin-companion/public_src/animations/mixamo/Standing Greeting 2.fbx /packages/benchmarks/loca-bench/assets/trajectory.png /plugins/plugin-companion/public_src/animations/mixamo/Looking.fbx /plugins/plugin-companion/public/vrms/eliza-4.vrm.gz /packages/research/robot/mechanical/unitree-r1-bodykit/review/blender-bodykit-parts.png /packages/app/public/app-heroes/log-viewer.png /plugins/plugin-companion/public_src/animations/mixamo/Agreeing.fbx /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_SHOULDER_YAW.STL /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/010.jpg /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/pelvis.stl /packages/app/public/brand/concepts/concept_minipc.jpg /packages/os/homepage/public/assets/concept_minipc.jpg /packages/os/homepage/public/brand/concepts/concept_minipc.jpg /packages/shared/assets-classic/concepts/concept_minipc.jpg /packages/shared/assets/concepts/concept_minipc.jpg /plugins/plugin-social-alpha/public/brand/concepts/concept_minipc.jpg /packages/research/chip/board/kicad/e1-phone/production/sourcing/public-cad-downloads/hirose_bm28b0_6_24dp_2_0_35v_53/BM28B0.6-24DP_2-0.35V_3d_stp.stp /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/right_knee_link.stl /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/left_knee_link.stl /packages/benchmarks/skillsbench/docs/infographic/comprehensive/comprehensive-square-v3.png /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_ankle_roll_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_ankle_roll_link.STL /plugins/plugin-companion/public_src/animations/mixamo/Blow A Kiss.fbx /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_shoulder_yaw_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_shoulder_yaw_link.STL /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_shoulder_yaw_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_shoulder_yaw_link.STL /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/right_shoulder_yaw_link.stl /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/left_shoulder_yaw_link.stl /packages/os/linux/tails/wiki/src/lib/SourceSans3-VariableFont_wght.ttf /plugins/plugin-companion/public_src/animations/mixamo/Thinking.fbx /packages/benchmarks/terminal-bench/tasks/financial-document-processor/documents/53lc58dr.jpg /plugins/plugin-companion/public_src/animations/mixamo/Kneeling Idle.fbx /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_ELBOW.STL /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_ELBOW.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/waist_yaw_link_rev_1_0.STL /packages/os/setup/public/clouds/clouds_8x_480p.mp4 /packages/shared/assets-classic/background/optimized/clouds_8x_480p.mp4 /packages/benchmarks/OSWorld/mm_agents/mobileagent_v3/Perplexica_rag_knowledge_verified.json /plugins/plugin-companion/public_src/animations/mixamo/Relieved Sigh.fbx /plugins/plugin-companion/public_src/animations/mixamo/Thankful.fbx /packages/benchmarks/swe-bench-pro/run_scripts/instance_NodeBB__NodeBB-4030f18a0432ffc17d887d739bcfafb1b6a75509-vd500ebb181b1d24b9e1e74f2495555de5431c8d0/instance_info.txt /packages/training/data/final-eliza1-smoke/test.jsonl /plugins/plugin-companion/public/animations/emotes/greeting.fbx /plugins/plugin-companion/public_src/animations/mixamo/Salute.fbx /plugins/plugin-local-inference/native/verify/cuda_verify /plugins/plugin-companion/public_src/animations/mixamo/Rejected.fbx /packages/benchmarks/terminal-bench/tasks/download-youtube/tests/long_trunks.mp4 /packages/research/chip/sw/firemarshal/eliza-e1-ap-benchmarks/bin/coremark /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/097.jpg /packages/research/chip/sw/firemarshal/eliza-e1-ap-benchmarks/bin/lat_mem_rd /packages/research/robot/examples/robot-mujoco-demo/evidence/sweep/actions_sweep.mp4 /plugins/plugin-companion/public/animations/mixamo/Wave Hip Hop Dance.fbx.gz /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/094.jpg /packages/research/chip/sw/firemarshal/eliza-e1-linux-smoke/e1-npu-ml-smoke /packages/research/chip/sw/firemarshal/eliza-e1-ap-benchmarks/bin/ap-bench-lite /packages/research/chip/sw/firemarshal/eliza-e1-ap-benchmarks/bin/stream_c.exe /packages/app/public/app-heroes/trajectory-viewer.png /plugins/plugin-companion/public_src/animations/Idle.fbx /packages/research/chip/sw/firemarshal/eliza-e1-linux-smoke/eliza-riscv-hwprobe /packages/benchmarks/terminal-bench/tasks/video-processing/example_video.mp4 /plugins/plugin-companion/public_src/animations/mixamo/Hip Hop Dancing.fbx /packages/os/homepage/tests/visual.spec.ts-snapshots/landing-desktop-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/landing-desktop-mobile-darwin.png /plugins/plugin-companion/public_src/animations/mixamo/Happy Idle.fbx /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_shoulder_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_shoulder_roll_link.STL /packages/benchmarks/loca-bench/assets/fig1-v2.3.5.png /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_hip_pitch_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_hip_pitch_link.STL /packages/research/robot/mechanical/unitree-r1-bodykit/review/current-cad-step-screenshot.png /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_hip_pitch_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_hip_pitch_link.STL /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_shoulder_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_shoulder_roll_link.STL /plugins/plugin-companion/public/animations/mixamo/Angry.fbx.gz /packages/app/public/brand/concepts/chibi_usb_concept.jpg /packages/os/homepage/public/assets/chibi_usb_concept.jpg /packages/os/homepage/public/brand/concepts/chibi_usb_concept.jpg /packages/shared/assets-classic/concepts/chibi_usb_concept.jpg /packages/shared/assets/concepts/chibi_usb_concept.jpg /plugins/plugin-social-alpha/public/brand/concepts/chibi_usb_concept.jpg /packages/benchmarks/swe-bench-pro/run_scripts/instance_NodeBB__NodeBB-a5afad27e52fd336163063ba40dcadc80233ae10-vd59a5728dfc977f44533186ace531248c2917516/instance_info.txt /packages/app/public/brand/concepts/concept_usbdrive.jpg /packages/os/homepage/public/assets/concept_usbdrive.jpg /packages/os/homepage/public/brand/concepts/concept_usbdrive.jpg /packages/shared/assets-classic/concepts/concept_usbdrive.jpg /packages/shared/assets/concepts/concept_usbdrive.jpg /plugins/plugin-social-alpha/public/brand/concepts/concept_usbdrive.jpg /packages/os/setup/public/clouds/clouds_8x_480p.webm /packages/shared/assets-classic/background/optimized/clouds_8x_480p.webm /packages/benchmarks/skillsbench/tasks/llm-prefix-cache-replay/environment/trace.jsonl /plugins/plugin-companion/public/animations/mixamo/Hip Hop Dancing 2.fbx.gz /packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/airline/data/users.json /plugins/plugin-companion/public/animations/mixamo/Happy.fbx.gz /packages/benchmarks/skillsbench/tasks/ada-bathroom-plan-repair/environment/input/screenshot_before.jpg /plugins/plugin-companion/public_src/animations/mixamo/Cheering.fbx /packages/benchmarks/claw-eval/tasks/T081_officeqa_cagr_trust_fund/fixtures/ocr/treasury_bulletin_1953_02.txt /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_hip_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_hip_roll_link.STL /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_hip_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_hip_roll_link.STL /plugins/plugin-companion/public_src/animations/mixamo/Rumba Dancing.fbx /plugins/plugin-companion/public_src/animations/mixamo/Mma Kick.fbx /packages/research/robot/examples/robot-mujoco-demo/evidence/aruco_full_anchor/side_by_side.mp4 /packages/app-core/test/contracts/lib/openzeppelin-contracts/audits/2023-05-v4.9.pdf /plugins/plugin-companion/public_src/animations/mixamo/Acknowledging.fbx /packages/research/robot/mechanical/unitree-r1-bodykit/review/eliza-face-donor.png /plugins/plugin-companion/public_src/animations/emotes/dance-popping.glb /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_hand_index_0_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_hand_middle_0_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_hand_thumb_1_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_hand_index_0_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_hand_middle_0_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_hand_thumb_1_link.STL /packages/ui/src/components/shell/__e2e__/output/33-state-reduced-motion-open.png /plugins/plugin-companion/public_src/animations/mixamo/Joyful Jump.fbx /plugins/plugin-companion/public/animations/mixamo/Look Around.fbx.gz /packages/benchmarks/OSWorld/assets/pubeval_subnet.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-raspberry-pi-desktop-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-raspberry-pi-desktop-mobile-darwin.png /plugins/plugin-companion/public_src/animations/mixamo/Agreeing 2.fbx /packages/benchmarks/swe-bench-pro/run_scripts/instance_NodeBB__NodeBB-b398321a5eb913666f903a794219833926881a8f-vd59a5728dfc977f44533186ace531248c2917516/instance_info.txt /packages/os/setup/public/clouds/clouds_1x_720p.webm /packages/shared/assets-classic/background/optimized/clouds_1x_720p.webm /packages/benchmarks/qwen-claw-bench/imgs/qwen-capybara.png /packages/os/homepage/tests/visual.spec.ts-snapshots/checkout-desktop-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/checkout-desktop-mobile-darwin.png /packages/research/robot/cad/erobot/visual/parts_grid.png /packages/benchmarks/swe-bench-pro/run_scripts/instance_NodeBB__NodeBB-76c6e30282906ac664f2c9278fc90999b27b1f48-vd59a5728dfc977f44533186ace531248c2917516/instance_info.txt /packages/homepage/tests/e2e/visual.spec.ts-snapshots/get-started-mobile-chromium-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-case-desktop-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-case-desktop-mobile-darwin.png /packages/cloud-frontend/public/avatars/eliza.png /packages/ui/src/components/shell/__e2e__/output/24-state-responding.png /packages/ui/src/components/shell/__e2e__/output/31-state-keyboard-full.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-box-desktop-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-box-desktop-mobile-darwin.png /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/left_hip_pitch_link.stl /packages/research/robot/assets/profiles/unitree-h1/mjcf/assets/right_hip_pitch_link.stl /packages/ui/src/components/shell/__e2e__/output/25-state-typing-send.png /packages/ui/src/components/shell/__e2e__/output/34-state-reduced-motion-open.png /packages/ui/src/components/shell/__e2e__/output/29-state-multiline-input.png /plugins/plugin-companion/public_src/animations/mixamo/Hard Head Nod.fbx /packages/os/homepage/tests/visual.spec.ts-snapshots/checkout-desktop-desktop-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/checkout-desktop-mobile-linux.png /packages/ui/src/components/shell/__e2e__/output/33-state-keyboard-full.png /packages/os/homepage/tests/visual.spec.ts-snapshots/landing-desktop-desktop-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/landing-desktop-mobile-linux.png /plugins/plugin-companion/public_src/animations/Standing Greeting.fbx /packages/app/public/app-heroes/plugin-viewer.png /packages/homepage/tests/e2e/visual.spec.ts-snapshots/connected-mobile-chromium-linux.png /packages/homepage/tests/e2e/visual.spec.ts-snapshots/login-mobile-chromium-linux.png /packages/homepage/tests/e2e/visual.spec.ts-snapshots/get-started-mobile-chromium-darwin.png /packages/homepage/tests/e2e/visual.spec.ts-snapshots/connected-mobile-chromium-darwin.png /packages/ui/src/components/shell/__e2e__/output/32-state-no-provider-gate.png /packages/benchmarks/terminal-bench/tasks/gcode-to-text/text.gcode.gz /packages/benchmarks/claw-eval/tasks/T085_officeqa_army_expenditures/fixtures/ocr/treasury_bulletin_1952_12.txt /packages/benchmarks/claw-eval/tasks/M086_doc_figure_reproduction_line/fixtures/gt.png /packages/ui/src/components/shell/__e2e__/output/26-state-responding.png /packages/os/linux/tails/wiki/src/lib/fontawesome/webfonts/fa-solid-900.ttf /packages/ui/src/components/shell/__e2e__/output/27-state-typing-send.png /packages/benchmarks/claw-eval/tasks/T080_officeqa_bond_yield_change/fixtures/ocr/treasury_bulletin_1960_07.txt /packages/ui/src/components/shell/__e2e__/output/31-state-multiline-input.png /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_shoulder_pitch_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_shoulder_pitch_link.STL /packages/os/linux/tails/wiki/src/install/inc/success/start.mp4 /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_shoulder_pitch_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_shoulder_pitch_link.STL /plugins/plugin-companion/public_src/animations/emotes/dance-happy.glb /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/083.jpg /packages/ui/src/first-run/__e2e__/output/04-mobile-remote.png /packages/ui/src/first-run/__e2e__/output/06-mobile-busy.png /packages/os/setup/public/clouds/clouds_4x_480p.mp4 /packages/shared/assets-classic/background/optimized/clouds_4x_480p.mp4 /packages/training/data/voice/sam-distill/synthesis_manifest.jsonl /packages/ui/src/components/shell/__e2e__/output/34-state-no-provider-gate.png /plugins/plugin-companion/public_src/animations/mixamo/Whatever Gesture.fbx /packages/os/setup/public/clouds/clouds_1x_720p.mp4 /packages/shared/assets-classic/background/optimized/clouds_1x_720p.mp4 /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_shoulder_roll_link.STL /packages/benchmarks/skillsbench/tasks/earthquake-plate-calculation/environment/PB2002_plates.json /packages/benchmarks/claw-eval/claw_eval.png /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_shoulder_roll_link.STL /packages/app-core/test/contracts/lib/openzeppelin-contracts/audits/2024-10-v5.1.pdf /packages/benchmarks/OSWorld/mm_agents/uipath/imgs/schema.png /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/077.jpg /packages/os/linux/tails/wiki/src/lib/SourceSans3-Italic-VariableFont_wght.ttf /packages/benchmarks/skillsbench/tasks/financial-modeling-qa/environment/data.xlsx /packages/ui/src/first-run/__e2e__/output/05-mobile-cloud-signin.png /packages/os/setup/public/clouds/clouds_8x_360p.mp4 /packages/shared/assets-classic/background/optimized/clouds_8x_360p.mp4 /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-raspberry-pi-desktop-desktop-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-raspberry-pi-desktop-mobile-linux.png /packages/ui/src/first-run/__e2e__/output/02-mobile-choose-no-local-runtime.png /plugins/plugin-companion/public_src/animations/mixamo/Fallen Idle.fbx /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/052.jpg /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-case-desktop-desktop-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-case-desktop-mobile-linux.png /packages/ui/src/first-run/__e2e__/output/01-mobile-choose.png /packages/ui/src/first-run/__e2e__/output/03-mobile-choose-cloud-connected.png /packages/app-core/platforms/electrobun/assets/appIcon.iconset/icon_512x512@2x.png /packages/elizaos/templates/project/apps/app/electrobun/assets/appIcon.iconset/icon_512x512@2x.png /packages/training/data/final-eliza1-smoke/val.jsonl /packages/app/public/brand/concepts/concept_phone.jpg /packages/os/homepage/public/assets/concept_phone.jpg /packages/os/homepage/public/brand/concepts/concept_phone.jpg /packages/shared/assets-classic/concepts/concept_phone.jpg /packages/shared/assets/concepts/concept_phone.jpg /plugins/plugin-social-alpha/public/brand/concepts/concept_phone.jpg /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-box-desktop-desktop-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-box-desktop-mobile-linux.png /packages/benchmarks/claw-eval/tasks/T077_officeqa_highest_dept_spending/fixtures/ocr/treasury_bulletin_1958_10.txt /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/left_elbow_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/left_elbow_link.STL /packages/benchmarks/claw-eval/tasks/M084_doc_figure_reproduction_pie/fixtures/gt.png /plugins/plugin-companion/public/animations/emotes/dance-popping.glb.gz /packages/ui/src/components/shell/__e2e__/output/03-desktop-full.png /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/waist_roll_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/waist_roll_link.STL /packages/ui/src/components/shell/__e2e__/output/04-desktop-beyond-full-rubberband.png /packages/ui/src/components/shell/__screenshots__/slash-commands/01-all-commands--desktop.png /packages/cloud-frontend/public/avatars/eliza-default.png /plugins/plugin-companion/public/animations/mixamo/Bashful.fbx.gz /packages/os/setup/public/clouds/clouds_4x_480p.webm /packages/shared/assets-classic/background/optimized/clouds_4x_480p.webm /packages/research/robot/assets/profiles/hiwonder-ainex/meshes/l_ank_pitch_link.STL /packages/research/robot/assets/profiles/hiwonder-ainex/meshes/l_hip_roll_link.STL /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/right_elbow_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/right_elbow_link.STL /packages/research/robot/assets/profiles/hiwonder-ainex/meshes/r_ank_pitch_link.STL /packages/research/robot/assets/profiles/hiwonder-ainex/meshes/r_hip_roll_link.STL /packages/benchmarks/claw-eval/tasks/T056zh_phone_model_comparison/fixtures/media/image.jpg /packages/benchmarks/skillsbench/tasks/multilingual-video-dubbing/environment/input.mp4 /plugins/plugin-companion/public/animations/mixamo/Bored.fbx.gz /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_wrist_roll_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_wrist_roll_link.STL /plugins/plugin-companion/public_src/animations/mixamo/Clapping.fbx /packages/research/robot/examples/robot-mujoco-demo/evidence/sweep/actions_contact_sheet.png /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/071.jpg /packages/os/setup/public/clouds/clouds_8x_360p.webm /packages/shared/assets-classic/background/optimized/clouds_8x_360p.webm /packages/ui/src/components/shell/__screenshots__/slash-commands/02-filtered--desktop.png /packages/benchmarks/claw-eval/tasks/T085_officeqa_army_expenditures/fixtures/ocr/treasury_bulletin_1948_04.txt /packages/ui/src/components/shell/__e2e__/output/06-desktop-free-rest.png /packages/ui/src/components/shell/__e2e__/output-home/02-mobile-home-editing.png /packages/research/robot/assets/profiles/asimov-1/meshes/NECK_YAW.STL /packages/ui/src/components/shell/__e2e__/output/05-desktop-mid-drag-hold.png /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/009.jpg /packages/research/chip/mechanical/e1-phone/out/orange_back_shell.step /packages/research/robot/assets/profiles/asimov-1/meshes/RIGHT_HIP_ROLL.STL /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/088.jpg /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_wrist_yaw_link.STL /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/034.jpg /packages/ui/src/components/shell/__e2e__/output/16-mobile-free-rest.png /packages/ui/src/components/shell/__screenshots__/slash-commands/04-settings-filtered--desktop.png /packages/ui/src/components/shell/__e2e__/output/14-mobile-mid-drag-hold.png /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/087.jpg /packages/ui/src/components/shell/__screenshots__/slash-commands/03-settings-sections--desktop.png /packages/ui/src/components/shell/__e2e__/output/14-mobile-beyond-full-rubberband.png /packages/ui/src/components/shell/__e2e__/output/13-mobile-full.png /packages/ui/src/components/shell/__e2e__/output/15-mobile-mid-drag-hold.png /packages/research/robot/assets/profiles/asimov-1/meshes/LEFT_HIP_ROLL.STL /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-chibi-usb-desktop-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-chibi-usb-desktop-mobile-darwin.png /packages/research/chip/mechanical/e1-phone/review/part-explode-contact-sheet.png /plugins/plugin-companion/public/animations/emotes/dance-happy.glb.gz /packages/ui/src/components/shell/__e2e__/output/13-mobile-beyond-full-rubberband.png /packages/ui/src/components/shell/__e2e__/output/12-mobile-full.png /packages/ui/src/components/shell/__e2e__/output/18-mobile-nudge-snapback.png /packages/ui/src/components/shell/__e2e__/output/11-mobile-half.png /packages/ui/src/components/shell/__e2e__/output/12-mobile-half.png /packages/ui/src/components/shell/__e2e__/output/19-mobile-flick-open.png /packages/research/robot/assets/profiles/hiwonder-ainex/meshes/r_sho_roll_link.STL /packages/ui/src/components/shell/__e2e__/output/17-mobile-flick-open.png /packages/ui/src/components/shell/__e2e__/output/20-mobile-nudge-snapback.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-chibi-usb-desktop-desktop-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-chibi-usb-desktop-mobile-linux.png /packages/research/robot/assets/profiles/hiwonder-ainex/meshes/l_sho_roll_link.STL /packages/benchmarks/terminal-bench/tasks/build-pov-ray/tests/reference_illum1.png /packages/research/chip/sw/aosp-device/fixtures/golden-stt.wav /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_wrist_yaw_link.STL /packages/benchmarks/claw-eval/tasks/M052_webpage_recreation/fixtures/image.png /packages/os/linux/tails/wiki/src/news/celebrating_10_years/tails-1.0.png /packages/benchmarks/claw-eval/tasks/T079_officeqa_zipf_exponent/fixtures/ocr/treasury_bulletin_2020_12.txt /packages/benchmarks/OSWorld/assets/pubeval3.png /packages/cloud-frontend/public/avatars/historyscholar.webp /plugins/plugin-companion/public/animations/mixamo/Yawn.fbx.gz /packages/benchmarks/OSWorld/assets/usertype.png /packages/homepage/public/elizapfp.png /packages/app-core/test/contracts/lib/openzeppelin-contracts/audits/2026-02-v5.6.pdf /packages/ui/src/components/shell/__e2e__/output/09-desktop-nudge-snapback.png /packages/ui/src/components/shell/__e2e__/output/08-desktop-flick-open.png /packages/benchmarks/claw-eval/tasks/M085_doc_figure_reproduction_bar/fixtures/gt.png /packages/ui/src/components/shell/__e2e__/output/09-desktop-flick-open.png /packages/ui/src/components/shell/__e2e__/output/02-desktop-half.png /packages/benchmarks/skillsbench/tasks/glm-lake-mendota/environment/bcs/pheasant.csv /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-mini-pc-desktop-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-mini-pc-desktop-mobile-darwin.png /packages/benchmarks/skillsbench/tasks/glm-lake-mendota/environment/bcs/yahara.csv /packages/research/robot/mechanical/unitree-r1-bodykit/review/cad-step-evidence.png /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/left_hip_yaw_link.STL /packages/research/robot/assets/profiles/unitree-g1/mjcf/assets/right_hip_yaw_link.STL /packages/cloud-frontend/public/agents/agent-2.webp /packages/app-core/test/contracts/lib/openzeppelin-contracts/audits/2025-07-v5.4.pdf /packages/benchmarks/skillsbench/tasks/court-form-filling/environment/sc100-blank.pdf /packages/benchmarks/claw-eval/tasks/T058zh_painting_identification/fixtures/media/image.jpg /packages/cloud-frontend/public/avatars/amara.webp /packages/benchmarks/claw-eval/tasks/T082_officeqa_qoq_esf_change/fixtures/ocr/treasury_bulletin_2022_12.txt /packages/benchmarks/skillsbench/docs/wechat-qr.jpg /packages/research/robot/cad/erobot/erobot_views.png /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/080.jpg /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-mini-pc-desktop-desktop-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-mini-pc-desktop-mobile-linux.png /packages/ui/src/components/shell/__e2e__/output/10-desktop-nudge-snapback.png /packages/benchmarks/terminal-bench/tasks/financial-document-processor/documents/ujv6oh9s.jpg /packages/cloud-frontend/tests/e2e/visual.spec.ts-snapshots/terms-of-service-desktop-chromium-desktop-darwin.png /packages/cloud-frontend/tests/e2e/visual.spec.ts-snapshots/terms-of-service-desktop-chromium-mobile-darwin.png /packages/research/robot/cad/erobot/visual/erobot_views.png /packages/research/robot/examples/robot-mujoco-demo/evidence/aruco_full_anchor/obsbot_live.mp4 /packages/benchmarks/tau-bench/elizaos_tau_bench/upstream/envs/retail/data/users.json /packages/research/robot/assets/profiles/unitree-r1/mjcf/assets/head_pitch_link.STL /packages/research/robot/vendor/unitree_mujoco/unitree_robots/r1/meshes/head_pitch_link.STL /packages/benchmarks/claw-eval/tasks/T084_officeqa_geometric_mean_silver/fixtures/ocr/treasury_bulletin_1940_10.txt /packages/benchmarks/skillsbench/tasks/jpg-ocr-stat/environment/workspace/dataset/img/078.jpg /packages/benchmarks/claw-eval/tasks/T083_officeqa_mad_excise_tax/fixtures/ocr/treasury_bulletin_2018_12.txt /packages/benchmarks/skillsbench/tasks/earthquake-plate-calculation/environment/PB2002_boundaries.json /plugins/plugin-companion/public_src/animations/emotes/fishing.glb /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-usb-desktop-desktop-darwin.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-usb-desktop-mobile-darwin.png /packages/benchmarks/claw-eval/tasks/T076_officeqa_defense_spending/fixtures/ocr/treasury_bulletin_1941_01.txt /packages/cloud-frontend/tests/e2e/visual.spec.ts-snapshots/terms-of-service-mobile-chromium-desktop-darwin.png /packages/cloud-frontend/tests/e2e/visual.spec.ts-snapshots/terms-of-service-mobile-chromium-mobile-darwin.png /packages/benchmarks/solana/solana-gym-env/docs/trajectory-viewer/public/assets/program_discovery.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-usb-desktop-desktop-linux.png /packages/os/homepage/tests/visual.spec.ts-snapshots/hardware-usb-desktop-mobile-linux.png .worktrees/ # chat-ux gesture e2e generated artifacts (video + screenshots) /packages/ui/src/components/shell/__e2e__/output-chatux/ # conversation-swipe interleaving e2e artifacts (video + screenshots) /packages/ui/src/components/shell/__e2e__/output-conversation-swipe/ # chat overlay perf-gate artifacts (final screenshot) /packages/ui/src/components/shell/__e2e__/output-perf-gate/ # perf-gate e2e artifacts (overlay-scroll + conversation-swipe video + screenshots) /packages/ui/src/components/shell/__e2e__/output-perf-gate-e2e/ railway.json .railwayignore .dockerignore packages/ui/src/components/shell/__e2e__/output-fused-wake-integration/ # widget scroll + tap-target certification evidence (#14380) packages/ui/src/testing/__e2e__/output-widget-cert/ # Home locale e2e output (screenshots — regenerate via test:home-locale-e2e) packages/ui/src/components/shell/__e2e__/output-home-locale/