Metadata-Version: 2.4
Name: adkx
Version: 0.0.3
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.0.0
Requires-Dist: flit>=3.10.0 ; extra == "dev"
Requires-Dist: isort>=6.0.0 ; extra == "dev"
Requires-Dist: mypy>=1.15.0 ; extra == "dev"
Requires-Dist: pyink>=24.10.0 ; extra == "dev"
Requires-Dist: pylint>=2.6.0 ; extra == "dev"
Requires-Dist: pytest>=7.0.0 ; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.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

**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)

