WebNavix is a continuous generalist web navigation agent that merges individually fine-tuned LLMs as domain experts.
shio | ituki |
---|---|
#repository-owner #main-author #model-composer |
#co-author #model-analyst |
You can easily launch the development environment of WebNavix with Dev Containers.
Here is the step-by-step guide.
git clone "https://github.com/nitic-nlp-team/webnavix" && cd "./webnavix"
See .env.example
or contact the repository owner for more details.
Launch containers using the VSCode extension Dev Containers.
rye pin $(cat "./.python-version")
rye sync
source "./.venv/bin/activate"
uv pip install flash-attn --no-build-isolation
If you want to build an environment more quickly without Docker, you can follow these steps to build your environment locally.
- You need to install rye before.
- [Optional] You should install project recommended VSCode extensions that specified in
.devcontainer/devcontainer.json
before.
git clone "https://github.com/nitic-nlp-team/webnavix" && cd "./webnavix"
See .env.example
or contact the repository owner for more details.
rye pin $(cat "./.python-version")
rye sync
source "./.venv/bin/activate"
uv pip install flash-attn --no-build-isolation