Metadata-Version: 2.4
Name: agenthink
Version: 0.1.4
Summary: A unified agent framework for connecting workflows, databases, and agents
Author: Ritobroto
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: mysql-connector-python
Requires-Dist: azure-identity
Requires-Dist: azure-keyvault-secrets
Requires-Dist: azure-storage-blob
Requires-Dist: pyodbc
Requires-Dist: python-dotenv

# agenthink

A lightweight Python library for managing workflow context, securely accessing secrets from Azure Key Vault, and loading datastore configurations from Azure Blob Storage. Includes built-in helpers for MySQL and ODBC connections, along with utility functions for agent-based systems and workflow automation.

`agenthink` is designed to simplify database connectivity, secret management, and workflow session handling for Python applications, especially in agent-driven or automated environments.

---

## Installation

Install the package via pip:

```bash
pip install agenthink
