← All tools

selormwalker/jarvis-cli

Popularity 70 Updated AI & Agents

An AI-powered Task Manager CLI that breaks down complex tasks using LLMs.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

Jarvis CLI

An AI-powered Task Manager CLI.

Setup

  • Install dependencies:
   pip install -r requirements.txt
  • Configure your API key in a .env file:
   GEMINI_API_KEY=your_key_here
  • Run the CLI:
   python jarvis/cli.py --help