Inventor Studio — AI-powered invention platform CLI
Product of KLabs · https://klabs.network

Run 10 parallel AI dream agents powered by Brahma ASI-1 to invent across
software, hardware, and life sciences — then stream results live to your
terminal and save as JSON or Markdown.

INSTALLATION
============

    pip install inventor-studio

QUICK START
===========

1. Get an API key from https://klabs.network (requires account approval)

2. Configure:
    inventor-studio config set api-key sk-is-YOUR_KEY

3. Dream:
    inventor-studio dream "quantum battery"
    inventor-studio dream "cure for alzheimer's" --mode invent
    inventor-studio dream "self-healing concrete" -o md

4. List inventions:
    inventor-studio list

5. Show a saved invention:
    inventor-studio show <invention_id>

COMMANDS
========

    inventor-studio dream <concept>        Dream up an invention
      --mode  dream|invent|evolve          Dreaming mode (default: dream)
      --output json|md|none                Save format (default: json)
      --verbose                            Show per-agent output

    inventor-studio invent <concept>       Goal-directed invention
    inventor-studio list                   List your inventions
    inventor-studio show <id>              Show and save an invention
    inventor-studio config set api-key     Set API key
    inventor-studio config set api-url     Override API server URL
    inventor-studio config show            Print current config

OPTIONS
=======

    You can also set your API key via environment variable:
        export INVENTOR_API_KEY=sk-is-YOUR_KEY

ABOUT
=====

Inventor Studio is a multi-agent AI invention platform built on Brahma ASI-1
— an architecture of 10 parallel cognitive agents (analogical, biomimicry,
inversion, combinatorial, historical, extreme, cross-domain, futurism,
constraints, and chaos) that generate novel inventions from a seed concept.

Each invention includes:
  - Title, one-liner, full concept description
  - Problem solved and core innovation
  - Component list
  - Phase-by-phase build guide
  - Estimated cost and time to prototype
  - Patent landscape (USPTO + ArXiv citations)
  - Novelty, feasibility, and impact scores

Product of KLabs · https://klabs.network
