Metadata-Version: 2.1
Name: lightapi
Version: 0.0.17
Summary: Light API turns LLMs into Autonomous Agents
Author-email: Light AI <jordan@lightapi.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown

## Introduction

Light Assistant powered by LightAI is an AI-powered application designed to help you streamline your work and free up time for more important tasks. It can handle a wide range of tasks, from organizing files to managing your email inbox, scheduling meetings, and much more.

## Installation

`pip install lightapi`

## Authentication

To use the LightAI Assistant API, you will need to create an account and generate an API key. You can do this by visiting the [LightAI Assistant](https://beta.lightapi.com) website.

## Usage

```
import lightapi

client = lightapi.LightClient("YOUR_API_KEY_HERE")

```
## Features

- **File Organization:** Automatically sort and categorize files based on user-defined rules.
- **Email Management:** Prioritize and sort emails, with automated responses for common queries.
- **Calendar Management:** Schedule and manage meetings, reminders, and events.
- **Task Automation:** Simplify repetitive tasks with customizable scripts and shortcuts.
- **Natural Language Processing:** Communicate with the assistant using everyday language.
- **Extensibility:** Easily integrate with third-party APIs and services.

## Documentation

For a comprehensive understanding of LightAI Assistant's features and capabilities, visit our [Documentation](https://docs.lightapi.com).
