Skip to content

guided-code/guided

Repository files navigation

Warning: Guided is an experimental tool and is a work in progress. APIs, configuration, and behavior may change without notice. Use with caution.

Guided

What is Guided?

Guided is a CLI tool designed to amplify the work of engineers using AI.

The idea is simple. Avoid spaghetti code and create maintainable code by making a solid scaffold.

  • Provide a framework to execute in parallel
  • Leverage local LLMs with instruction following and thinking
  • Use tools in a containerized environment with Kubernetes
  • Log everything and make it reversible

Philosophy

We believe that while work can be automated, engineers are an important piece of the puzzle when it comes to managing software.

While automation and artificial intelligence can be leveraged to write code quickly, managing the direction of a long term project will require a deeper level of understanding.

Properly planned code can go a long way to not only solve problems scaling but also increase velocity and maintainability.

The goal of Guided is to provide a framework for engineers to manage the direction of a project while leveraging AI to execute the work.

Usage

We recommend using Ollama; install it if you have not already. Install a model which supports tool calling and thinking.

Use uv to manage the Python virtual environment.

Install the CLI tool.

Run the installation script (e.g. - always check an installation script by downloading and reading it first)

curl "https://raw.githubusercontent.com/guided-code/guided/refs/heads/main/bin/install" | /bin/sh

Configure your environment by running:

guide configure

Start a TUI and chat directly

guide chat

Or use a command line interface

echo "What is 23 * 17?" | guide chat

Agents

Currently setup to use Ollama to run local agents.

Documentation

Find documentation in the docs folder.

Contributing

We encourage you to contribute to Guided. Guided is about building great tools to enable engineers to build more. Join us! Read about contributing

License

Guided is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages