From 339e7fa674d4f54502f99c523907f0203434fd1b Mon Sep 17 00:00:00 2001 From: DE MONTFORT LLC Date: Fri, 24 Apr 2026 01:31:22 -0400 Subject: [PATCH] Add LocoPilot to Automation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 860db99..90b4d14 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Build automation. - [Bazel](https://www.bazel.io/) - A fast, scalable, multi-language and extensible build system. Used by Google. ([Source Code](https://github.com/bazelbuild/bazel/)) `Apache-2.0` `Java` - [GNU Make](https://www.gnu.org/software/make/) - The most popular automation build tool for many purposes, make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. ([Source Code](https://git.savannah.gnu.org/cgit/make.git)) `GPL-3.0` `C` - [Gradle](https://gradle.org/) - Another build automation system. ([Source Code](https://github.com/gradle/gradle)) `Apache-2.0` `Groovy/Java` +- [LocoPilot](https://github.com/bobfromarcher/LocoPilot) - Local-first automation API providing vision-guided browser control, desktop interaction, and autonomous agent loops via local LLMs. `MIT` `Python` - [OpenBolt](https://voxpupuli.org/openvox/) - Orchestration tool to run orchestration workflows or one-off tasks/scripts to automate the provisioning and management of nodes. Community fork of the last open source version of [Puppet Bolt](https://help.puppet.com/bolt/current/topics/bolt.htm). ([Source Code](https://github.com/OpenVoxProject/openbolt)) `Apache-2.0` `Ruby` - [Rake](https://ruby.github.io/rake/) - Build automation tool similar to Make, written in and extensible in Ruby. ([Source Code](https://github.com/ruby/rake)) `MIT` `Ruby`