whatisgithub

What is minih?

dasiths/minih — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2026-05-03

Audience · developerComplexity · 4/5MaintainedSetup · moderate

In one sentence

minih runs AI agents unattended from the command line, turning a prompt and schema into structured, repeatable JSON results instead of a live chat.

Mindmap

mindmap
  root((repo))
    What it does
      Runs agents unattended
      Produces structured JSON
      Saves timestamped run history
    Tech stack
      Command line
      Copilot SDK
      Claude
      JSON schema
    Use cases
      Security scanning agents
      Test validation agents
      Automation pipelines
    Audience
      Developers
      Automation teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a security scanning agent automatically on every code review.

USE CASE 2

Build a test validation agent that checks whether a test suite actually passes.

USE CASE 3

Aggregate feedback from multiple agents into a single structured report.

USE CASE 4

Trigger a fire-and-forget agent from a CI pipeline that always returns the same shape of output.

What is it built with?

CLICopilot SDKClaudeJSON Schema

How does it compare?

dasiths/minih0verflowme/alarm-clock0verflowme/seclists
LanguageCSS
Last pushed2026-05-032022-10-032020-05-03
MaintenanceMaintainedDormantDormant
Setup difficultymoderateeasyeasy
Complexity4/52/51/5
Audiencedevelopervibe coderops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Agents run with no sandbox and full machine access, so untrusted agents should be run in a container.

Copy-paste prompts

Prompt 1
Help me define a minih agent folder with a prompt, instructions, and output JSON schema for a security scan.
Prompt 2
Show me how to run a minih agent from the command line and read its timestamped output folder.
Prompt 3
Explain how minih validates an agent's output against a JSON schema and where the retrospective is stored.
Prompt 4
Help me wire a minih agent into a CI pipeline to run unattended on every commit.

Frequently asked questions

What is minih?

minih runs AI agents unattended from the command line, turning a prompt and schema into structured, repeatable JSON results instead of a live chat.

Is minih actively maintained?

Maintained — commit in last 6 months (last push 2026-05-03).

How hard is minih to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is minih for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.