Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge latest New/feature/e2bcode (#20)
* 🙌 a11y: Accessibility Improvements (danny-avila#4978) * 🔃 fix: Safeguard against null token in SSE refresh token handling * 🔃 fix: Update import path for AnnounceOptions in LiveAnnouncer component * 🔃 a11y: Add aria-live attribute for accessibility in error messages * fix: prevent double screen reader notification for toast * 🔃 a11y: Enhance accessibility for main menus and buttons with ARIA roles and labels * refactor: better alt text for logo on login page danny-avila#4095 * refactor: remove unused import for DropdownNoState in Voices component * fix: Focus management issue in the Export Options Modal danny-avila#4100 * 🐛 fix: Enforced Model Spec Icons/Labels and Agent Descriptions (danny-avila#4979) * fix: Previous convos missing model spec info when enforce is set to `true` danny-avila#4749 * refactor: Include description field in agent list response * docs: enhance E2BCode documentation with subprocess usage and file transfer instructions * 🔧 fix: Add modelLabel to OpenAIClient and PluginsClient options (danny-avila#4995) * fix: change description too-long for tools and move to new help action * refactor: move some if stmts into the switfh block * feat: Add command_run * feat: add start_server command * refactor: refactor how we list and kill sandboxes to work better * refactor: add clearer instructions on max commands limit to avoid recursion errors with langchain * refactor: change how we handle sandbox kills * refactor: add processinfo(), system_install and comment out shell, read more... The LLMs are consistently using the shell function instead of the command_run and end up timing out on the api as a result. Taking away the shell functionality is a test at this point to see if we get better performance. * refactor: add user, cwd to create; set default timeout to 60mins --------- Co-authored-by: Danny Avila <[email protected]>
- Loading branch information