aidevops 2.76.0 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -8
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +35 -2
package/README.md
CHANGED
|
@@ -681,7 +681,7 @@ The setup script offers to install these tools automatically.
|
|
|
681
681
|
| [Outscraper](https://outscraper.com/) | Google Maps & business data extraction | Yes |
|
|
682
682
|
| [PageSpeed Insights](https://developers.google.com/speed/docs/insights/v5/get-started) | Performance auditing | Yes (Google API) |
|
|
683
683
|
| [Perplexity](https://docs.perplexity.ai/) | AI-powered research | Yes |
|
|
684
|
-
| [Playwright](https://playwright.dev/) | Cross-browser testing | No |
|
|
684
|
+
| [Playwright](https://playwright.dev/) | Cross-browser testing (auto-installed by setup.sh) | No |
|
|
685
685
|
| [Repomix](https://github.com/yamadashy/repomix) | Codebase packing for AI context | No |
|
|
686
686
|
| [Serper](https://serper.dev/) | Google Search API (web, images, news) | Yes |
|
|
687
687
|
| [shadcn/ui](https://ui.shadcn.com/) | UI component library browsing & installation | No |
|
|
@@ -700,13 +700,15 @@ The setup script offers to install these tools automatically.
|
|
|
700
700
|
- [Context7](https://context7.com/) - Real-time documentation access for thousands of libraries
|
|
701
701
|
- [Repomix](https://github.com/yamadashy/repomix) - Pack codebases into AI-friendly context
|
|
702
702
|
|
|
703
|
-
**Browser Automation
|
|
703
|
+
**Browser Automation** (6 tools, [benchmarked](#browser-automation)):
|
|
704
704
|
|
|
705
|
-
- [
|
|
706
|
-
- [
|
|
707
|
-
- [
|
|
708
|
-
- [
|
|
709
|
-
- [
|
|
705
|
+
- [Playwright](https://playwright.dev/) - Fastest engine (0.9s form fill), parallel contexts, extensions, proxy (auto-installed)
|
|
706
|
+
- [dev-browser](https://github.com/nicholasgriffintn/dev-browser) - Persistent profile, stays logged in, ARIA snapshots, pairs with DevTools
|
|
707
|
+
- [agent-browser](https://github.com/vercel-labs/agent-browser) - CLI/CI/CD, `--session` parallel, ref-based element targeting
|
|
708
|
+
- [Crawl4AI](https://github.com/unclecode/crawl4ai) - Bulk extraction, `arun_many` parallel (1.7x), LLM-ready markdown
|
|
709
|
+
- [Playwriter](https://github.com/nicholasgriffintn/playwriter) - Your browser's extensions/passwords/proxy, already unlocked
|
|
710
|
+
- [Stagehand](https://github.com/browserbase/stagehand) - Natural language automation, self-healing selectors
|
|
711
|
+
- [Chrome DevTools MCP](https://github.com/nicholasgriffintn/chrome-devtools-mcp) - Companion: Lighthouse, network throttling, CSS coverage (pairs with any tool)
|
|
710
712
|
- [Cloudflare Browser Rendering](https://developers.cloudflare.com/browser-rendering/) - Server-side web scraping
|
|
711
713
|
|
|
712
714
|
**SEO & Research:**
|
|
@@ -752,6 +754,60 @@ bash .agent/scripts/setup-mcp-integrations.sh stagehand-both # Both versions
|
|
|
752
754
|
bash .agent/scripts/setup-mcp-integrations.sh chrome-devtools
|
|
753
755
|
```
|
|
754
756
|
|
|
757
|
+
## **Browser Automation**
|
|
758
|
+
|
|
759
|
+
6 browser tools benchmarked and integrated for AI-assisted web automation, dev testing, and data extraction. Agents automatically select the optimal tool based on task requirements.
|
|
760
|
+
|
|
761
|
+
### Performance Benchmarks
|
|
762
|
+
|
|
763
|
+
Tested on macOS ARM64, all headless, warm daemon:
|
|
764
|
+
|
|
765
|
+
| Test | Playwright | dev-browser | agent-browser | Crawl4AI | Playwriter | Stagehand |
|
|
766
|
+
|------|-----------|-------------|---------------|----------|------------|-----------|
|
|
767
|
+
| **Navigate + Screenshot** | **1.43s** | 1.39s | 1.90s | 2.78s | 2.95s | 7.72s |
|
|
768
|
+
| **Form Fill** (4 fields) | **0.90s** | 1.34s | 1.37s | N/A | 2.24s | 2.58s |
|
|
769
|
+
| **Data Extraction** (5 items) | 1.33s | **1.08s** | 1.53s | 2.53s | 2.68s | 3.48s |
|
|
770
|
+
| **Multi-step** (click + nav) | **1.49s** | 1.49s | 3.06s | N/A | 4.37s | 4.48s |
|
|
771
|
+
| **Parallel** (3 sessions) | **1.6s** | N/A | 2.0s | 3.0s | N/A | Slow |
|
|
772
|
+
|
|
773
|
+
### Feature Matrix
|
|
774
|
+
|
|
775
|
+
| Feature | Playwright | dev-browser | agent-browser | Crawl4AI | Playwriter | Stagehand |
|
|
776
|
+
|---------|-----------|-------------|---------------|----------|------------|-----------|
|
|
777
|
+
| **Headless** | Yes | Yes | Yes | Yes | No (your browser) | Yes |
|
|
778
|
+
| **Proxy/VPN** | Full | Via args | No | Full | Your browser | Via args |
|
|
779
|
+
| **Extensions** | Yes (persistent) | Yes (profile) | No | No | Yes (yours) | Possible |
|
|
780
|
+
| **Password managers** | Partial (needs unlock) | Partial | No | No | **Yes** (unlocked) | No |
|
|
781
|
+
| **Parallel sessions** | 5 ctx/2.1s | Shared | 3 sess/2.0s | arun_many 1.7x | Shared | Per-instance |
|
|
782
|
+
| **Session persistence** | storageState | Profile dir | state save/load | user_data_dir | Your browser | Per-instance |
|
|
783
|
+
| **Natural language** | No | No | No | LLM extraction | No | Yes |
|
|
784
|
+
| **Self-healing** | No | No | No | No | No | Yes |
|
|
785
|
+
|
|
786
|
+
### Tool Selection
|
|
787
|
+
|
|
788
|
+
| Need | Tool | Why |
|
|
789
|
+
|------|------|-----|
|
|
790
|
+
| **Fastest automation** | Playwright | 0.9s form fill, parallel contexts |
|
|
791
|
+
| **Stay logged in** | dev-browser | Profile persists across restarts |
|
|
792
|
+
| **Your extensions/passwords** | Playwriter | Already unlocked in your browser |
|
|
793
|
+
| **Bulk extraction** | Crawl4AI | Purpose-built, parallel, LLM-ready output |
|
|
794
|
+
| **CLI/CI/CD** | agent-browser | No server needed, `--session` isolation |
|
|
795
|
+
| **Unknown pages** | Stagehand | Natural language, self-healing |
|
|
796
|
+
| **Performance debugging** | Chrome DevTools MCP | Companion tool, pairs with any browser |
|
|
797
|
+
|
|
798
|
+
### AI Page Understanding
|
|
799
|
+
|
|
800
|
+
Agents use lightweight methods instead of expensive vision API calls:
|
|
801
|
+
|
|
802
|
+
| Method | Speed | Token Cost | Use For |
|
|
803
|
+
|--------|-------|-----------|---------|
|
|
804
|
+
| ARIA snapshot | ~0.01s | 50-200 tokens | Forms, navigation, interactive elements |
|
|
805
|
+
| Text extraction | ~0.002s | Text length | Reading content |
|
|
806
|
+
| Element scan | ~0.002s | ~20/element | Form filling, clicking |
|
|
807
|
+
| Screenshot | ~0.05s | ~1K tokens (vision) | Visual debugging only |
|
|
808
|
+
|
|
809
|
+
See [`.agent/tools/browser/browser-automation.md`](.agent/tools/browser/browser-automation.md) for the full decision tree and [`browser-benchmark.md`](.agent/tools/browser/browser-benchmark.md) for reproducible benchmark scripts.
|
|
810
|
+
|
|
755
811
|
## **Repomix - AI Context Generation**
|
|
756
812
|
|
|
757
813
|
[Repomix](https://repomix.com/) packages your codebase into AI-friendly formats for sharing with AI assistants. This framework includes optimized Repomix configuration for consistent context generation.
|
|
@@ -1591,7 +1647,7 @@ bash .agent/scripts/continue-cli.sh review
|
|
|
1591
1647
|
**Agent Guides** (in `.agent/`):
|
|
1592
1648
|
|
|
1593
1649
|
- **[API Integrations](.agent/aidevops/api-integrations.md)** - Service APIs
|
|
1594
|
-
- **[Browser Automation](.agent/tools/browser/browser-automation.md)** -
|
|
1650
|
+
- **[Browser Automation](.agent/tools/browser/browser-automation.md)** - 6 tools benchmarked: decision tree, parallel, extensions, AI understanding
|
|
1595
1651
|
- **[PageSpeed](.agent/tools/browser/pagespeed.md)** - Performance auditing
|
|
1596
1652
|
- **[Pandoc](.agent/tools/conversion/pandoc.md)** - Document format conversion
|
|
1597
1653
|
- **[Security](.agent/aidevops/security.md)** - Enterprise security standards
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.77.0
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup.sh
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# AI Assistant Server Access Framework Setup Script
|
|
4
4
|
# Helps developers set up the framework for their infrastructure
|
|
5
5
|
#
|
|
6
|
-
# Version: 2.
|
|
6
|
+
# Version: 2.77.0
|
|
7
7
|
#
|
|
8
8
|
# Quick Install (one-liner):
|
|
9
9
|
# bash <(curl -fsSL https://aidevops.dev/install)
|
|
@@ -2322,7 +2322,40 @@ setup_browser_tools() {
|
|
|
2322
2322
|
print_warning "Node.js not found - Playwriter MCP unavailable"
|
|
2323
2323
|
fi
|
|
2324
2324
|
|
|
2325
|
-
|
|
2325
|
+
# Playwright MCP (cross-browser testing automation)
|
|
2326
|
+
if [[ "$has_node" == "true" ]]; then
|
|
2327
|
+
print_info "Setting up Playwright MCP..."
|
|
2328
|
+
|
|
2329
|
+
# Check if Playwright browsers are installed (--no-install prevents auto-download)
|
|
2330
|
+
if npx --no-install playwright --version &> /dev/null 2>&1; then
|
|
2331
|
+
print_success "Playwright already installed"
|
|
2332
|
+
else
|
|
2333
|
+
local install_playwright
|
|
2334
|
+
read -r -p "Install Playwright MCP with browsers (chromium, firefox, webkit)? (y/n): " install_playwright
|
|
2335
|
+
|
|
2336
|
+
if [[ "$install_playwright" == "y" ]]; then
|
|
2337
|
+
print_info "Installing Playwright browsers..."
|
|
2338
|
+
if npx playwright install; then
|
|
2339
|
+
print_success "Playwright browsers installed"
|
|
2340
|
+
else
|
|
2341
|
+
print_warning "Playwright browser installation failed"
|
|
2342
|
+
print_info "Run manually: npx playwright install"
|
|
2343
|
+
fi
|
|
2344
|
+
else
|
|
2345
|
+
print_info "Skipped Playwright installation"
|
|
2346
|
+
print_info "Install later with: npx playwright install"
|
|
2347
|
+
fi
|
|
2348
|
+
fi
|
|
2349
|
+
|
|
2350
|
+
print_info "Playwright MCP runs via: npx playwright-mcp@latest"
|
|
2351
|
+
fi
|
|
2352
|
+
|
|
2353
|
+
if [[ "$has_node" == "true" ]]; then
|
|
2354
|
+
print_info "Browser tools: dev-browser (stateful), Playwriter (extension), Playwright (testing), Stagehand (AI)"
|
|
2355
|
+
else
|
|
2356
|
+
print_info "Browser tools: dev-browser (stateful), Stagehand (AI)"
|
|
2357
|
+
fi
|
|
2358
|
+
return 0
|
|
2326
2359
|
}
|
|
2327
2360
|
|
|
2328
2361
|
# Setup AI Orchestration Frameworks (Langflow, CrewAI, AutoGen)
|