Metadata-Version: 2.4
Name: dap-schemas
Version: 0.3.0
Summary: Shared Pydantic schemas for DAP (Agent, Pipeline, Run, State, Runtime)
Requires-Python: >=3.13
Requires-Dist: pydantic>=2.9.2
Description-Content-Type: text/markdown

# dap-schemas

Shared Pydantic v2 types używane przez engine, runtimes i CLI.

Typy: `Agent`, `Pipeline`, `Run`, `PipelineState`, `RuntimeAdapter` (Protocol), `RuntimeTask`, `RuntimeResult`.

Wewnątrz monorepo importowane jako:
```python
from dap_types import Agent, Pipeline, PipelineState
```
