garyzhang99

Results 12 issues of 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...

documentation
enhancement
ready for review

--- 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...

enhancement

### System Info ```shell optimum == 1.19.1, python == 3.8.17, centos ``` ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ]...

bug

--- 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...

enhancement
feature

--- 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....

enhancement
ready for review

## 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]...

enhancement
ready for review
new example
new agent