This release combines a few useful tools for developing the LLMs using computers almost like we do.
Webtop
Courtesy of LinuxServer.io, a service providing a dockerized GUI sandbox to aid with development and tests of desktop LLM agents (👋🏻 computer use). Additionally, provides a mean of accessing Harbor App and Harbor CLI remotely from the instance where they are running (via VNC)
# Will take a while
harbor build webtop
# Start and open
harbor up webtop --openwebtop service will mount Harbor CLI from your host as well as install latest release of Harbor App.
OmniParser
A release from Microsoft, breakthrough tool for annotating GUI for using with autonomous desktop agents.
⚠️ Requires Nvidia+CUDA to run.
# Will take a long while
harbor build omniparser
# Start and open
harbor up omniparser --openPromptfoo
promptfoo is a CLI tool that allows to develop and evaluate prompts and LLM APIs. It's neatly built and comes with all imaginable ways to configure and evaluate prompts. Harbor's version comes with a couple of examples and is preconfigured to work with built-in ollama
Misc
- Small tweaks to harbor CLI
- Unsuccessful
perplexideezintegration (blocked by support for running onlocalhost) - docs: harbor app README.md updated by @ic4l4s9c in #79
Full Changelog: v0.2.16...v0.2.17


