Skip to content

Commit

Permalink
Merge latest New/feature/e2bcode (#20)
Browse files Browse the repository at this point in the history
* 🙌 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
jmaddington and danny-avila committed Dec 19, 2024
1 parent 62facd1 commit 55350ae
Showing 1 changed file with 195 additions and 202 deletions.
Loading

0 comments on commit 55350ae

Please sign in to comment.