Skip to content

Commit cda054d

Browse files
authored
Update readme and project links (#9)
1 parent c88d125 commit cda054d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# Serverless Browser Agent ⚡️
1+
<h1>
2+
Serverless Browser Agent ⚡️
3+
</h1>
4+
5+
<div>
6+
<a href="https://www.npmjs.com/package/@lightfeed/browser-agent">
7+
<img src="https://img.shields.io/npm/v/@lightfeed/browser-agent?logo=npm" alt="npm" /></a>
8+
<a href="https://github.com/lightfeed/browser-agent/actions/workflows/test.yml">
9+
<img src="https://img.shields.io/github/actions/workflow/status/lightfeed/browser-agent/test.yml?branch=main"
10+
alt="Test status (main branch)"></a>
11+
<a href="https://github.com/lightfeed/browser-agent/blob/main/LICENSE">
12+
<img src="https://img.shields.io/github/license/lightfeed/browser-agent" alt="License" /></a>
13+
</div>
14+
<br />
215

316
Use AI to navigate and interact with web browsers in serverless platforms. This project is a fork of [HyperAgent](https://github.com/hyperbrowserai/HyperAgent) with additional features for serverless and remote browser support.
417

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
"name": "@lightfeed/browser-agent",
33
"version": "0.1.0",
44
"description": "Serverless browser agent",
5-
"author": "",
5+
"author": "Lightfeed",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/lightfeed/browser-agent.git"
9+
},
610
"main": "dist/index.js",
711
"types": "dist/index.d.ts",
812
"type": "commonjs",
913
"license": "MIT",
14+
"homepage": "https://github.com/lightfeed/browser-agent",
1015
"scripts": {
1116
"build": "rm -rf dist && tsc && tsc-alias && node -e \"require('fs').chmodSync('dist/cli/index.js', '755')\" && node -e \"require('fs').chmodSync('cli.sh', '755')\"",
1217
"build-dom-tree-script": "ts-node src/context-providers/dom/builder.ts",

0 commit comments

Comments
 (0)