Commit 730b31d
feat(browser-agent): Improve activity polling error diagnostics and add modular deployment
## Activity Poller Error Logging Improvements
- Extract and display detailed AWS error codes and messages
- Add automatic troubleshooting hints for common errors:
- AccessDenied/Permission errors
- InvalidArn/Activity not found
- Network/timeout errors
- Credential errors
- Show configuration details at startup (ARN, profile, worker name)
- Add context logging (Activity ARN, AWS Profile) on failures
## Template Tab Fix
- Add template_config field to BaseAgentConstruct
- Enable Template tab display in agent details modal
- Fix missing template configuration storage in DynamoDB
## BT Wholesale Agent Deployment
- Add BroadbandAvailabilityBtWholesaleStack to app.py deployment
- Configure dependencies on SharedLLMStack, AgentRegistry, SharedInfrastructure
- Wire browser_remote tool with template support
## Testing & Documentation
- Add test_activity_connection.rs example for quick connectivity testing
- Create MODULAR_DEPLOYMENT_DESIGN.md for future configuration-based deployment
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 51a25c4 commit 730b31d
6 files changed
Lines changed: 683 additions & 1 deletion
File tree
- docs
- lambda/tools/local-browser-agent/src-tauri
- examples
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
456 | 457 | | |
457 | 458 | | |
458 | 459 | | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
459 | 473 | | |
460 | 474 | | |
461 | 475 | | |
| |||
0 commit comments