Data as of: February 26, 2026
Feature status: Active โ code present in production repositories with active development
Research performed:
- Source code analysis of
amplifier_webruntime.py โ confirmed imports from amplifier_core.interfaces (Provider, ContextManager, Tool, Orchestrator)
- Protocol analysis of
amplifier_env_common/protocol.py โ confirmed 'wasm' as first-class platform() return value
- WebLLM bundle analysis โ confirmed WebGPU integration, model catalog, and provider implementation
- Agent definition review โ
webruntime-developer in amplifier-foundation confirmed with Playwright + WebGPU testing workflow
- Kernel line count: ~2,600 lines with 5 protocol contracts across 4 runtimes
Repositories: amplifier-core (kernel), amplifier-foundation (webruntime-developer agent), webllm bundle (browser LLM provider)
Model VRAM requirements: From WebLLM model catalog documentation. Actual VRAM usage may vary by quantization and browser.
Primary contributors: Not determined โ research did not extract individual contributor attribution from git history for this deck. The browser runtime spans multiple repos and contributors.
Gaps: No independent VRAM benchmarks were run. Model parameter counts are from published model cards. Exact initialization line count (~6 lines) is from the AmplifierBrowser facade API surface, not a formal LOC metric. Individual contributor commit shares were not analyzed.