Files
Ken c21e4e7f7b
Deploy Research Workbench / deploy (push) Failing after 10m12s
fix: browser integration for AI research agent
- Dockerfile: Install Google Chrome stable instead of Playwright npm package
  (playwright-cli defaults to /opt/google/chrome/chrome path). Removed unused
  Playwright npm package, kept Playwright Python for page automation.

- bundle/bundle.md: Fix orchestrator config override with correct key path
  (session.orchestrator.config.extended_thinking: false) to properly override
  foundation's extended_thinking: true default, which was causing empty
  AI text responses.

- bundle/agents/researcher.md: Add strong pre-installed environment guardrail
  telling agent NOT to install packages. Add explicit bash() tool call examples
  showing correct playwright-cli syntax. Fix snapshot command (removed non-existent
  -ic flag), change 'type' to 'fill' for form field syntax.

- bundle/context/researcher-instructions.md: Enrich from thin pointer to
  concrete examples with correct bash() wrapping and actual playwright-cli
  commands. Add 'do NOT install' guardrail.

Validated: Agent now opens Chrome browser during research queries, noVNC panel
shows live browser activity, AI generates text responses properly.

Generated with Amplifier

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
2026-05-27 05:11:42 +00:00

995 B

bundle, providers, session, includes
bundle providers session includes
name version description
research-workbench 0.1.0 General-purpose AI research tool with browser control and artifact generation
module source config
provider-anthropic git+https://github.com/microsoft/amplifier-module-provider-anthropic@main
default_model
claude-sonnet-4-20250514
orchestrator
config
extended_thinking
false
bundle
git+https://github.com/microsoft/amplifier-foundation@main
bundle
research-workbench:behaviors/research-workbench

Research Workbench

A research-first Amplifier bundle. Provides a researcher agent with browser control (via playwright-cli), artifact generation, and A2UI inline controls.

What's Included

From foundation: tool-bash, tool-filesystem, tool-web-fetch, and all standard hooks.

From this bundle:

  • researcher agent — browser-equipped research assistant
  • Research workbench behavior — wires the researcher agent with context