feat(trios-a2a): SR-03 BrowserOS — Chrome extension как A2A агент управления браузером#248
Merged
Conversation
…ient Adds new ring EXT-04 (BrowserOS A2A agent) and upgrades EXT-02 to be a proper MCP A2A client connecting Chrome extension to trios-server. New files: - rings/EXT-04/: BrowserOS A2A agent (browser tabs, navigation, DOM control) - rings/EXT-02/RING.md, AGENTS.md, TASK.md: ТЗ for MCP client upgrade - rings/EXT-04/RING.md, AGENTS.md, TASK.md, src/lib.rs: full scaffold - BROWSEROS.md: architecture spec for A2A browser control
- SR-00: add Capability::BrowserControl, Capability::DomRead, Capability::DomWrite - SR-02: add browser_* MCP tool definitions + BrowserCommand/BrowserResult types - SR-03: new ring — BrowserOS agent executor (navigate, click, type, dom, eval) - Cargo.toml: add SR-03 to workspace members
8 tasks
65 tasks
gHashTag
added a commit
that referenced
this pull request
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Что это
AI агенты из trios-server теперь могут управлять Chrome-браузером через стандартные MCP tool calls. Через
trios-a2a, не через новый crate.Поток данных
Что в PR
SR-00: +3 новых Capability
BrowserControl,DomRead,DomWriteAgentCard::browser_agent(tab_id)— фабрика BrowserOS агентаSR-03: новый ring (trios-a2a-sr03)
BrowserCommandTypeenum — 12 операцийBrowserCommand+BrowserResultstructs с serdeBrowserCommandQueue— deduplication + TTL + poll/recordfrom_tool_name()— парсинг MCP tool name → commandmcp_browser_tool_definitions()— 12 MCP tool JSON schemasCargo.toml
Чего не хватает (next PRs)
/mcp/browser-commands+/mcp/browser-resulta2a_browser_commandpoll_commands()+report_result()+register_agent()dispatch_command(json)DOM executorLaws ✅