Metadata-Version: 2.4
Name: azathoth
Version: 0.0.2
Summary: Azathoth: Dual-Protocol AI Intelligence Layer (MCP + A2A)
Author-email: Fernando Bryan Reza Campos <fer.rezac@outlook.com>
License: MIT License
        
        Copyright (c) 2025 Fernando Bryan Reza Campos
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: a2a,agent,ai,automation,mcp
Requires-Python: >=3.11
Requires-Dist: fastmcp>=3.2.4
Requires-Dist: gitingest>=0.3.1
Requires-Dist: google-genai>=1.73.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic-settings>=2.14.0
Requires-Dist: pydantic>=2.13.3
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: rich>=15.0.0
Requires-Dist: tiktoken>=0.12.0
Requires-Dist: typer>=0.25.0
Provides-Extra: agent
Requires-Dist: a2a-sdk[http-server]>=0.3.24; extra == 'agent'
Provides-Extra: clipboard
Requires-Dist: pyperclip>=1.11.0; extra == 'clipboard'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=1.3.0; extra == 'dev'
Requires-Dist: pytest-cov>=7.1.0; extra == 'dev'
Requires-Dist: pytest>=9.0.3; extra == 'dev'
Description-Content-Type: text/markdown

<h1 align="center">
  <img src="https://raw.githubusercontent.com/Yrrrrrf/azathoth/main/assets/img/abstract-shape.png" alt="Azathoth Icon" width="128" height="128">
  <div align="center">Azathoth</div>
</h1>

<div align="center">

<!-- CORE BADGES -->
[![GitHub: Repo](https://img.shields.io/badge/Azathoth-58A6FF?&logo=github)](https://github.com/Yrrrrrf/Azathoth)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)

<!-- Rust based projects -->
[![Crates.io](https://img.shields.io/crates/v/azathoth)](https://crates.io/crates/azathoth)
[![Crates.io Downloads](https://img.shields.io/crates/d/azathoth)](https://crates.io/crates/azathoth)
[![docs.rs](https://img.shields.io/badge/docs.rs-azathoth-66c2a5)](https://docs.rs/azathoth)

<!-- Python based projects -->
[![PyPI version](https://img.shields.io/pypi/v/azathoth.svg)](https://pypi.org/project/azathoth/)
[![Downloads](https://pepy.tech/badge/azathoth)](https://pepy.tech/project/azathoth)


</div>

> My personal AI architect and development partner, designed to enforce
> high-level coding standards and automate complex workflows.

Azathoth is not just a tool; it's an opinionated AI agent framework. It serves
as a collection of specialized MCP (Master Control Program) servers that
encapsulate a specific, high-level development philosophy.

> **Note:** Azathoth is the production-ready assistant, ensuring that every
> piece of code and every workflow adheres to predefined best practices and
> personal standards.

## 🚦 Getting Started

### Quick Start

The Azathoth project provides a suite of tools and servers that can be
integrated with any MCP-compatible AI agent or CLI:

```sh
azathoth --help
```

## 📄 License

This project is licensed under the **MIT License**. See the [LICENSE](./LICENSE)
file for details.
