You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React + Express application for local development and testing against a deployed BADGERS backend. Replaces the previous Gradio-based frontend with a faster, more capable interface.
Quick Start
cd local_testing
npm install # first time only
npm run dev # starts Vite (5174) + Express API (3457)
The .env file configures AWS credentials, AgentCore endpoints, and S3 bucket names used by the Express server to proxy requests to the deployed backend.
Screenshots
Home
Chat
Edit Analyzer
Create Analyzer
Pricing Calculator (Simple)
Pricing Calculator (Advanced)
Evaluations
Chat Log
Observability
Tabs
Tab
Purpose
🏠 Home
Dashboard and quick navigation
💬 Chat
Interactive agent chat with document upload — connects to AgentCore Runtime via WebSocket
✏️ Edit Analyzer
Edit analyzer manifests, prompts, and schemas in-place
🧙 Create Analyzer
Wizard for scaffolding new custom analyzers (prompts, manifest, schema, Lambda handler)
🧪 Evaluations
Run and compare analyzer outputs against test documents
💰 Pricing
Cost estimation calculator with industry presets (insurance, legal, academic, etc.)
📊 Observability
CloudWatch Logs Insights queries for agent session monitoring