MCPcopy Create free account
hub / github.com/Integuru-AI/Integuru / cli

Route cli

integuru/__main__.py:None–None  ·  view source on GitHub ↗
click.option(
    "--input_variables",
    multiple=True,
    type=(str, str),
    help="Input variables in the format key value",
)

Source from the content-addressed store, hash-verified

1from dotenv import load_dotenv
2import time # Add this import
3
4load_dotenv()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected