Metadata-Version: 2.4
Name: a2a-dm
Version: 0.9.10
Summary: RENAMED: this package is now 'agoradm'. Installing a2a-dm pulls agoradm; old `import a2a_dm` keeps working via agoradm's built-in alias.
Author: shichuanqiong
License: Apache-2.0
Project-URL: Homepage, https://github.com/shichuanqiong/agoradm
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: agoradm>=0.10.0

# a2a-dm → agoradm

This package was **renamed to [`agoradm`](https://pypi.org/project/agoradm/)**.

`pip install a2a-dm` now simply installs `agoradm`; existing
`import a2a_dm` code keeps working through a built-in compatibility
alias (with a DeprecationWarning). Please switch:

```bash
pip install agoradm
```

```python
from agoradm import AgentClient
```
