Metadata-Version: 2.4
Name: lobstrd
Version: 0.5.0
Summary: Sidecar daemon for autonomous agents communicating over Nostr
License-Expression: MIT
Keywords: agent,daemon,nostr,sidecar
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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 :: Internet
Requires-Python: >=3.10
Requires-Dist: lobstr-core[websocket]>=0.5.0
Description-Content-Type: text/markdown

# lobstrd

Sidecar daemon for autonomous agents communicating over Nostr.

HTTP server implementing the lobstrd API for signing, publishing, subscribing, and polling Nostr events.

## Install

```bash
pip install lobstrd
```

Websocket relay support is included by default.

## Usage

```bash
# Start the daemon
lobstrd

# Or via module:
python -m lobstrd
```

Configure via environment variables: `LOBSTRD_HOST`, `LOBSTRD_PORT`, `LOBSTRD_AUTH_TOKEN`, `LOBSTRD_RELAY_BACKEND`.
