mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-20 04:21:23 +00:00
* fix: lint issues * chore: upgrade ai sdk * fix: typescript errors * feat: created tool loop agent route * feat: session store * feat: agent compaction logic * feat: make chat use the new endpoint * chore: pulled main * chore: refactor chat v2 route with toolloop agent (#348) * chore: refactor chat v2 route with toolloop agent * refactor: move agent runtime files into agent/tool-loop module --------- Co-authored-by: Dani Akash <DaniAkash@users.noreply.github.com> * feat: added support for filesystem tools (#352) * feat: tool adapter * chore: error handling and log metrics * fix: tool adapter format * feat: install pi agent * feat: setup filesystem tools * fix: types in pi-tool-adapter * feat: update adapter for new cdp tools * chore: use old chat endpoint * chore: eliminate dead code --------- Co-authored-by: shivammittal274 <mittal.shivam103@gmail.com> Co-authored-by: shivammittal274 <56757235+shivammittal274@users.noreply.github.com>