Open
Conversation
support azure llm, update makefile
typo: fix typo when parsing search results. typo: fix typo when parsing search results.
chore(deploy): add github workflow
…#49) - Add Chrome browser proxy configuration options (server, username, password) - Add Chrome headless mode option (default: False) - Add Docker support with Dockerfile - Update documentation in README.md and README_zh.md with Docker usage instructions - Update environment variable examples in .env.example
- Introduce `json_repair` library in `src/graph/nodes.py` and implement `repair_json_output` function. - Update response handling in multiple nodes to repair JSON outputs before logging. - Add `json-repair` dependency in `pyproject.toml` and update `uv.lock`.
feat: update .env.example
chore: update windows usage
Avoid server error when tavily search return malformed response
I created Japanese translated README.
…s of agents. (#97) * Update agents.py * Update agents.py
* feat: add desc_for_llm to team member config and update templates for rendering * fix: lint error and update dev setup instructions * fix: test team config tests * fix: supervisor prompt typo * fix: supervisor format and debug log * fix: supervisor format
…LLMs Support Litellm format configuration to integrate all types of LLMs
* feat: add parameter filtering and supported parameters methods in ChatLiteLLMV2 * feat: add parameter filtering and supported parameters methods in ChatLiteLLMV2 * feat: add parameter filtering and supported parameters methods in ChatLiteLLMV2 * feat: add parameter filtering and supported parameters methods in ChatLiteLLMV2 * feat: add parameter filtering and supported parameters methods in ChatLiteLLMV2
fix: fix litellm
* Update agents.py * Update agents.py * Update bash_tool.py add timeout 120s * Update bash_tool.py Modify format * Update bash_tool.py 1 * Update bash_tool.py 1 * Update bash_tool.py 1 * Update bash_tool.py PEP 8 * Update bash_tool.py * check
Author
|
why? |
|
为啥官方项目已经删除了,这还在推这个项目? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update