Skip to content

Commit 32e2c9f

Browse files
authored
Update README.md
1 parent eebcb2d commit 32e2c9f

File tree

1 file changed

+39
-42
lines changed

1 file changed

+39
-42
lines changed

README.md

Lines changed: 39 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,45 @@
1-
# Chrome DevTools frontend
1+
# Chrome DevTools frontend with Agentic Framework (Browser Operator)
22

3-
<!-- [START badges] -->
3+
The custom version client-side of the Chrome DevTools, including all TypeScript & CSS to run the DevTools webapp. This version includes the ability to run multi-agent workflows directly on the browser using a stateful, orchestration framework.
44

5-
[![npm package](https://img.shields.io/npm/v/chrome-devtools-frontend.svg)](https://npmjs.org/package/chrome-devtools-frontend)
5+
|Features| Status |
6+
|--|--|
7+
| Multi-Agent Workflow | Completed |
8+
| OpenAI LLM | Completed |
9+
| Custom Prompt Support| |
10+
| Custom Agents | |
11+
| Custom Workflow Graphs | |
12+
| Eval Management | |
13+
| Local LLM | |
14+
| Memory | |
15+
| MCP | |
16+
| A2A Protocol | |
617

7-
<!-- [END badges] -->
18+
### Demos
819

9-
The client-side of the Chrome DevTools, including all TypeScript & CSS to run the DevTools webapp.
20+
Watch Browser Operator in action with our demo videos:
21+
22+
#### Overview Demo
23+
See how Browser Operator transforms your browser into an intelligent agentic platform.
24+
[Watch Demo](https://player.vimeo.com/video/1081705645)
25+
26+
#### Deep Research
27+
Browser Operator seamlessly integrates public web data with your private documents and knowledge bases, creating comprehensive research without switching between tools.
28+
[Watch Demo](https://player.vimeo.com/video/1081705602)
29+
30+
#### Product Discovery & Comparison
31+
Streamline your shopping research by automatically gathering specifications, user ratings, and availability across retailers, to help you make confident purchasing decisions.
32+
[Watch Demo](https://player.vimeo.com/video/1081705556)
33+
34+
#### Professional Talent Search
35+
Efficiently discover and evaluate potential candidates based on skills, experience, and portfolio quality, creating detailed profiles for recruitment decision-making.
36+
[Watch Demo](https://player.vimeo.com/video/1082407151)
37+
38+
### Steps to run project
39+
40+
1. Follow this instructions to [set up](chromium.googlesource.com) devtools
41+
2. Update the code to this fork implementation
42+
3. Use this to run the [code](https://github.com/tysonthomas9/browser-operator-devtools-frontend/blob/main/front_end/panels/ai_chat/Readme.md)
1043

1144
### Source code and documentation
1245

@@ -30,40 +63,4 @@ The version number of the npm package (e.g. `1.0.373466`) refers to the Chromium
3063

3164
### Getting in touch
3265

33-
- [@ChromeDevTools] on Twitter
34-
- Chrome DevTools mailing list: [g/google-chrome-developer-tools]
35-
- File a new DevTools ticket: [goo.gle/devtools-bug]
36-
37-
There are a few options to keep an eye on the latest and greatest of DevTools development:
38-
39-
- Follow [What's new in DevTools].
40-
- Follow [Umar's Dev Tips].
41-
- Follow these individual Twitter accounts:
42-
[@umaar](https://x.com/umaar),
43-
[@malyw](https://x.com/malyw),
44-
[@kdzwinel](https://x.com/kdzwinel),
45-
[@addyosmani](https://x.com/addyosmani),
46-
[@paul_irish](https://x.com/paul_irish),
47-
[@samccone](https://x.com/samccone),
48-
[@mathias](https://x.com/ziyunfei),
49-
[@mattzeunert](https://x.com/mattzeunert),
50-
[@PrashantPalikhe](https://x.com/PrashantPalikhe),
51-
[@ziyunfei](https://x.com/ziyunfei), and
52-
[@bmeurer](https://x.com/bmeurer).
53-
- Follow to [g/devtools-reviews@chromium.org] mailing list for all reviews of pending code,
54-
and [view the log], or follow [@DevToolsCommits] on Twitter.
55-
- Checkout [all open DevTools tickets] on crbug.com
56-
- Use Chrome Canary and poke around the experiments.
57-
58-
[Chromium DevTools documentation]: http://goo.gle/chromium-devtools
59-
[set up]: https://chromium.googlesource.com/devtools/devtools-frontend/+/main/docs/get_the_code.md
60-
[chromium.googlesource.com]: https://chromium.googlesource.com/devtools/devtools-frontend
61-
[What's new in DevTools]: https://developer.chrome.com/docs/devtools/news
62-
[Umar's Dev Tips]: https://umaar.com/dev-tips
63-
[g/devtools-reviews@chromium.org]: https://groups.google.com/a/chromium.org/forum/#!forum/devtools-reviews
64-
[view the log]: https://chromium.googlesource.com/devtools/devtools-frontend/+log/main
65-
[@ChromeDevTools]: http://x.com/ChromeDevTools
66-
[@DevToolsCommits]: http://x.com/DevToolsCommits
67-
[all open DevTools tickets]: http://goo.gle/devtools-bugs
68-
[g/google-chrome-developer-tools]: https://groups.google.com/forum/#!forum/google-chrome-developer-tools
69-
[goo.gle/devtools-bug]: http://goo.gle/devtools-bug
66+
[BrowserOperator@X](https://x.com/BrowserOperator)

0 commit comments

Comments
 (0)