Metadata-Version: 2.4
Name: adkx
Version: 0.1.0
Summary: Extensions and utilities for Google ADK
Keywords: adk,agent,ai,llm
Author-email: "Wei Sun (Jack)" <jacksunwei@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
License-File: LICENSE
Requires-Dist: google-adk>=1.18.0
Requires-Dist: openai>=2.8.1
Requires-Dist: requests>=2.32.5
Requires-Dist: flit>=3.12.0 ; extra == "dev"
Requires-Dist: isort>=7.0.0 ; extra == "dev"
Requires-Dist: mypy>=1.18.2 ; extra == "dev"
Requires-Dist: pre-commit>=4.4.0 ; extra == "dev"
Requires-Dist: pyink>=24.10.1 ; extra == "dev"
Requires-Dist: pylint>=4.0.3 ; extra == "dev"
Requires-Dist: pytest>=9.0.1 ; extra == "dev"
Requires-Dist: pytest-asyncio>=1.3.0 ; extra == "dev"
Project-URL: changelog, https://github.com/Jacksunwei/adkx-python/releases
Project-URL: documentation, https://github.com/Jacksunwei/adkx-python#readme
Project-URL: homepage, https://github.com/Jacksunwei/adkx-python
Project-URL: repository, https://github.com/Jacksunwei/adkx-python
Provides-Extra: dev

# adkx

[![PyPI version](https://badge.fury.io/py/adkx.svg)](https://badge.fury.io/py/adkx)
[![Python Versions](https://img.shields.io/pypi/pyversions/adkx.svg)](https://pypi.org/project/adkx/)
[![PyPI status](https://img.shields.io/pypi/status/adkx.svg)](https://pypi.org/project/adkx/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Tests](https://github.com/Jacksunwei/adkx-python/actions/workflows/test.yml/badge.svg)](https://github.com/Jacksunwei/adkx-python/actions/workflows/test.yml)
[![Lint](https://github.com/Jacksunwei/adkx-python/actions/workflows/lint.yml/badge.svg)](https://github.com/Jacksunwei/adkx-python/actions/workflows/lint.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

**Extensions for Google ADK**

This package provides extensions and utilities built on top of the [Agent Development Kit (ADK)](https://github.com/google/adk-python).

## Status

🚧 **Early Development** - APIs are subject to change

## Installation

```bash
pip install adkx
```

## Usage

Documentation and examples coming soon.

## Feedback

- 💬 [GitHub Discussions](https://github.com/Jacksunwei/adkx-python/discussions) - Questions and ideas
- 🐛 [GitHub Issues](https://github.com/Jacksunwei/adkx-python/issues) - Bug reports
- 📧 Direct feedback: jacksunwei@gmail.com

## License

Apache 2.0 - See [LICENSE](LICENSE)

