-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add gradio demo for agent (instructions and history not completely fi…
…nished)
- Loading branch information
Showing
5 changed files
with
577 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Metadata-Version: 2.1 | ||
Name: lavague-gradio | ||
Version: 0.1.0 | ||
Summary: Gradio demo for lavague | ||
Home-page: https://lavague.ai | ||
License: Apache-2.0 | ||
Keywords: LAM,action,automation,LLM,NLP,RAG,selenium,playwright | ||
Author: lavague-ai | ||
Requires-Python: >=3.10.0,<4.0.0 | ||
Classifier: Development Status :: 3 - Alpha | ||
Classifier: Intended Audience :: Developers | ||
Classifier: License :: OSI Approved :: Apache Software License | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.10 | ||
Classifier: Programming Language :: Python :: 3.11 | ||
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence | ||
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks | ||
Classifier: Topic :: Software Development :: Libraries :: Python Modules | ||
Requires-Dist: gradio (>=4.0.0,<5.0.0) | ||
Requires-Dist: lavague-core (>=0.1.0,<0.2.0) | ||
Project-URL: Documentation, https://docs.lavague.ai/en/latest/ | ||
Project-URL: Repository, https://github.com/lavague-ai/LaVague/ | ||
Description-Content-Type: text/markdown | ||
|
||
# Readme for gradio demo |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Readme for gradio demo |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
from lavague.gradio.base import GradioDemo, GradioAgentDemo |
Oops, something went wrong.