Skip to content
/ dogdev Public

An AI-powered assistant that enables natural language queries for Grafana monitoring, making metrics exploration and analysis more intuitive and efficient.

Notifications You must be signed in to change notification settings

YHM404/dogdev

Repository files navigation

DogDev CLI

An AI-powered assistant that enables natural language queries for Grafana monitoring, making metrics exploration and analysis more intuitive and efficient.

Features

  • Interactive chat with LLM
  • File context support for enhanced responses
  • Chat history tracking
  • Command-based interface

Local Development Prerequisites

  • Go 1.23.3 or higher
  • Ollama installed with the following models:
    • llama3.2:latest
    • nomic-embed-text:latest
  • Qdrant installed and running on localhost:6333

Run the CLI

go run cmd/main.go

Add a file for context and query

> /add /path/to/file
> "your query"

Show chat history

> /history

About

An AI-powered assistant that enables natural language queries for Grafana monitoring, making metrics exploration and analysis more intuitive and efficient.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages