Skip to content

Commit 41426ff

Browse files
committed
feat(metadata): Add metadata for Browser Automation Agent with detailed description and features
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 587b384 commit 41426ff

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

agents/browser/metadata.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
id: browser-agent
3+
name: Browser Automation Agent
4+
version: 0.1.3
5+
description: A2A agent server for browser automation and web testing using Playwright
6+
longDescription: |
7+
The Browser Automation Agent is a specialized agent-to-agent service that enables other agents
8+
to interact with web browsers programmatically using Playwright. This agent handles browser
9+
automation, web scraping, testing, and interaction tasks, allowing other agents to leverage
10+
powerful browser capabilities without managing browser instances directly.
11+
12+
## Key Features
13+
- Automated web page navigation and interaction
14+
- Web scraping and data extraction from websites
15+
- Automated testing of web applications
16+
- Screenshot and PDF generation from web pages
17+
- Form filling and submission automation
18+
- JavaScript execution in browser contexts
19+
- Multi-browser support (Chromium, Firefox, Safari)
20+
- Mobile browser emulation and responsive testing
21+
22+
image:
23+
repository: ghcr.io/inference-gateway/browser-agent
24+
tag: 0.1.3
25+
size: 1.6GB
26+
27+
author:
28+
name: Eden Reich
29+
email: eden.reich@gmail.com
30+
url: https://github.com/inference-gateway
31+
32+
license: MIT
33+
homepage: https://github.com/inference-gateway/browser-agent
34+
repository: https://github.com/inference-gateway/browser-agent
35+
documentation: https://docs.inference-gateway.com
36+
37+
categories:
38+
- browser
39+
- automation
40+
41+
tags:
42+
- a2a
43+
- multi-agent

0 commit comments

Comments
 (0)