Metadata-Version: 2.4
Name: agentix-core
Version: 0.3.11
Summary: Core module for the Agentix platform
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/FIDOX/py-plugin-agentix-core
Project-URL: Bug Tracker, https://github.com/FIDOX/py-plugin-agentix-core/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: aio_pika>=9.4.0
Requires-Dist: PyJWT>=2.0.0
Dynamic: license-file

# agentix-core

**Core business logic for the Agentix platform by FIDOX.**

This Python package provides core task handling utilities for AI agent workflows that integrate with the Agentix Core API (`v1`). It includes file management, task lifecycle management, and usage reporting tools used across multiple voice or automation agents.

---

## 🚀 Installation

Install via pip:

```bash
pip install agentix-core
