Metadata-Version: 2.4
Name: agenthink
Version: 0.1.0
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 workflow context handling for agenthink, secure credential retrieval, and datastore configuration loading from Azure Blob Storage. Provides MySQL/ODBC connection helpers and utility utilities for agent-based systems.

## Installation

```bash
pip install agenthink
