Skip to content

Releases: skc-learn/pega-agent-plugin

v1.0.0 - Initial Release

Choose a tag to compare

@skc-learn skc-learn released this 10 May 13:23

Pega Browser Agent v1.0.0

Intelligent co-pilot browser extension for Pega Infinity case workers.

Features

  • Pega-aware intelligence with automatic UI detection
  • PII protection with 8 categories and tokenization
  • Natural language commands (11 supported intents)
  • Case summarization with 4-part structure
  • Action planning & execution with 14 action types
  • Visual understanding with screenshot capture
  • Workflow orchestration with self-healing
  • MCP server for external integration
  • Multi-LLM support (Anthropic, Azure, OpenAI, Local)
  • Enterprise configuration with role-based access

Installation

# Clone the repository
git clone https://github.com/skc-learn/pega-agent-plugin.git
cd pega-agent-plugin/pega-browser-agent

# Install dependencies
npm install

# Build
npm run build

# Load in Chrome
# 1. Open chrome://extensions/
# 2. Enable "Developer mode"
# 3. Click "Load unpacked"
# 4. Select the pega-browser-agent folder

Documentation

See README.md for full documentation.

License

Enterprise license - see LICENSE file for details.