Metadata-Version: 2.4
Name: Ltera-ai
Version: 1.1
Summary: LTERA is an Agentic AI without the need for API keys
License-Expression: MIT
Keywords: agent,autonomous,coding,llm,tools
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.9
Requires-Dist: httpx>=0.24.0
Requires-Dist: requests>=2.28.0
Description-Content-Type: text/markdown

# Ltera

Ltera is a simple autonomous agent that allows you to automate repetitive tasks. It uses a modern AI architecture to understand your needs and execute them.


## Features

-   **Simple architecture**: Easy to understand and modify.
-  **Runs locally**: No need for an API key.
-  **Flexible**: Can be used for a variety of tasks.

## Available Tools

Itera has access to the following tools:
-   **Read files**: reads the content of the file.
-   **Write files**: writes content to the file.

## Installation
I do not know why they did not allow me to use the name Ltera, so I used Lterax instead. , but for usage you can use Ltera.

```bash
pip install ltera_ai # or with uv: uv add ltera-ai
```

## Usage

```bash
Ltera "your task" # single shot mode 
```

```bash
Ltera # interactive mode
```

## Configuration

### API Key

No API key is required. The default model is gemini-3.5-flash. You can change it by setting the 
```bash
Ltera "your task" --model gemini-3.5-flash-thinking
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.