garyzhang99
garyzhang99
--- name: Add ZhipuAI model wrappers about: Create a pull request --- ## Description Support ZhipuAI API in agentscope. ## Checklist Please check the following items before code is ready...
--- name: Pull Request about: Create a pull request --- ## Description [Partially implement SWE-agent as an example] ## Checklist Please check the following items before code is ready to...
### System Info ```shell optimum == 1.19.1, python == 3.8.17, centos ``` ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ]...
--- name: Pull Request about: Create a pull request --- ## Description Add litellm chat wrapper to support more models Now only implement chats. ## Checklist Please check the following...
--- name: Pull Request about: Create a pull request --- ## Description Adding anthropic model wrappers ## Checklist Please check the following items before code is ready to be reviewed....
## Title Fix openai version in pyproject.toml ## Relevant issues In (https://github.com/BerriAI/litellm/issues/3253) pin the openai version to 1.14.3. ## Type 🐛 Bug Fix When `pip install litellm`, the openai version...
## Description - Example for the codeact agent use the notebook executor interactively. Reference https://github.com/xingyaoww/code-act for more information. - **Service function can be use with states inside a class.** e.g....
## Description According to the current discussion, the prompt tuning we could try to implement include: - [ ] a direct prompt tuning module(input: user_prompt, output: optimized prompt) - [...
## Description Add service functions so that our LLM model can inspect local .pdf .docx .xlsx files. Also add a inspect_file_as_text service function that include all the file inspection function....
## Description Enable web browsing ability in agentscope. - [x] write a web browser interface(both text and image) - [x] writes agent that can interact with the interface. - [x]...