Metadata-Version: 2.4
Name: pidevkit-agent
Version: 0.1.0
Summary: Agent runtime primitives for pidevkit
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# pidevkit-agent

Agent orchestration/runtime package for `pidevkit`.

## Install

```bash
pip install pidevkit-agent
```

## Import

```python
from pidevkit.agent import Agent
```
