@nuanu-ai/agentbrowse 0.2.44 → 0.2.45
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 +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @nuanu-ai/agentbrowse
|
|
2
2
|
|
|
3
|
+
> **Building agent payments?**
|
|
4
|
+
>
|
|
5
|
+
> We’re building a system that helps AI agents complete payments safely.
|
|
6
|
+
>
|
|
7
|
+
> This package is currently published mainly because we’re still testing it
|
|
8
|
+
> ourselves, so if you’re reading this, you’re probably earlier than we
|
|
9
|
+
> expected.
|
|
10
|
+
>
|
|
11
|
+
> If you’re building a new agent system, or improving an existing one, we’d be
|
|
12
|
+
> glad to talk and can offer early access.
|
|
13
|
+
>
|
|
14
|
+
> Telegram: [@albertkai](https://t.me/albertkai)
|
|
15
|
+
|
|
3
16
|
Browser automation CLI for AI agents.
|
|
4
17
|
|
|
5
18
|
`agentbrowse` controls a CDP-reachable browser for external agents that need
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuanu-ai/agentbrowse",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.45",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Browser automation CLI for AI agents: control a CDP browser, observe UI surfaces, act on refs, extract data, capture screenshots, complete protected fills, and solve captchas",
|
|
6
6
|
"keywords": [
|