-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Bump version to v0.2.0 (#60)
* Refactor RemoteTool to support OpenAPI style spec * Refactor base tool, remote tool and tool server to support OpenAPI spec. * Update all tools to new style annotation * Fix wrappers and server * Update requirements * Remove mmengine and opencv requirements * Add missing file * Update requirements and langchain * Fix remote tool to support schema.AllOf * Update code style to increase line width * Support general file type inputs and outputs * Update `RemoteTool` and add docstring. * Add Gradio interface * Fix bugs * Support Lagent 0.2.0 and update gradio web ui * Fix internlm2 agent in webui * Make function tool can be used in server. * Move gradio webui to `webui` folder. * Add Chinese WebUI Readme * Update docs * Update search tool * Bump version to v0.2.0
Showing
154 changed files
with
6,770 additions
and
2,590 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from .apis.tool import list_tools, load_tool | ||
from .search import search_tool | ||
from .version import __version__ # noqa: F401, F403 | ||
|
||
__all__ = ['load_tool', 'list_tools', 'search_tool'] |
This file contains 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
This file contains 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
Oops, something went wrong.