mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 11:06:19 +00:00
* PocAgent + refactor (#77) * Screenshot tool fixed * ReactAgent loop ReactAgent loop v0.2 * Trim to max tokens implemented correctly trim max tokens * JSON Parse fix Fixed json.parse * Minor fix -- add system message always at position 0 * minor fix * Added support for passing screenshot size to captureScreenshot backup * Make react agent use screenshot tool * Refactor backend and execution (#75) * wip: new exection class and manager * wip: new pubsub channels * wip: new background handlers * new execution logic * removed execution status * handle workflow status for processing in sidepanel * mcp server fix * sending pause message * better portName parsing, sidepanel sends tabId, storing tabId too * 49.0.0.26 release * docs: OmkarBansod02 signed the CLA in browseros-ai/BrowserOS-agent#$pullRequestNo * Refactor backend and execution (#75) * wip: new exection class and manager * wip: new pubsub channels * wip: new background handlers * new execution logic * removed execution status * handle workflow status for processing in sidepanel * mcp server fix * sending pause message * better portName parsing, sidepanel sends tabId, storing tabId too * Moved react agent into POCAgent * Revert changes of ReacStrategy from BrowserAgent * Minor fix * fix: execution class abort issue * clean-up: removed un-used MessageTypes * clean-up: execution-manager simplified * better abort handling --------- Co-authored-by: Felarof <nithin.sonti@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Screenshot failure handling * fixes to custom agent -> sidepanel * fix: portName stable * fix: pause/reset + newtab connector * New agent: wip-1 * fix: JSONify message content in MessageManagerReadyOnly * disable cacheLLM and fixing image type detection * new agent: wip-2 * rename: <BrowserState> as <browser-state> and <SystemReminder> as <system-reminder> * new-agent: wip-3 --------- Co-authored-by: Felarof <nithin.sonti@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>