https://github.com/davydany/jarvis
Jarvis, my browser agent helper
https://github.com/davydany/jarvis
Last synced: over 1 year ago
JSON representation
Jarvis, my browser agent helper
- Host: GitHub
- URL: https://github.com/davydany/jarvis
- Owner: davydany
- Created: 2025-03-21T19:19:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-21T19:42:57.000Z (over 1 year ago)
- Last Synced: 2025-03-21T20:30:28.366Z (over 1 year ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# J.A.R.V.I.S. - Browser Agent
A command-line browser automation agent powered by GPT-4 and LangChain.
## Prerequisites
* Requires Python 3.11 or higher.
* Assumes you already have `uv` installed. If not, install it with `pip install uv`.
## Installation
* Clone this repository:
```bash
git clone https://github.com/davydany/jarvis.git jarvis
```
* Install dependencies:
```bash
cd jarvis
uv sync
```
## Usage
Make sure that `OPENAI_API_KEY` is already set in your environment variables.
```bash
export OPENAI_API_KEY=
uv run python jarvis.py ""
```
```bash
uv run python jarvis.py "Find fencing companies with 4.5 or larger reviews in the Jacksonville Area."
```