Metadata-Version: 2.4
Name: samvad
Version: 0.1.0
Summary: Python SDK for SAMVAD — The Open Sovereign Agent Dialogue Protocol
Project-URL: Homepage, https://github.com/rupayan-samanta/samvad
Project-URL: Repository, https://github.com/rupayan-samanta/samvad
Author: Rupayan Samanta
License: Apache-2.0
Keywords: a2a,agents,ed25519,protocol,rfc9421
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: cryptography>=42
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.5
Requires-Dist: pyjwt[crypto]>=2.8
Requires-Dist: sse-starlette>=2.1
Requires-Dist: starlette>=0.37
Provides-Extra: dev
Requires-Dist: asgi-lifespan>=2; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
Description-Content-Type: text/markdown

# samvad — Python SDK

Python SDK for the SAMVAD protocol (v1.2).

```bash
pip install samvad
```

See the [protocol spec](../../spec/protocol-v1.2.md) and the [basic agent example](../../examples/basic-agent-py/).
