Metadata-Version: 2.4
Name: agents-relay
Version: 0.0.1
Summary: HTTP and Telegram relay to agents-harness runner.loop (stdlib only)
Author: Lolaplex
License-Expression: MIT
Project-URL: Homepage, https://github.com/Lolaplex/agents-relay
Project-URL: Repository, https://github.com/Lolaplex/agents-relay
Project-URL: Bug Tracker, https://github.com/Lolaplex/agents-relay/issues
Keywords: agents,relay,gateway,telegram,http,harness,cli,coding-assistant
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
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 :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# agents-relay

Thin relay over [agents-harness](https://github.com/Lolaplex/agents-harness) `runner.loop`: one subprocess per turn, trailer parsing for session metadata. No identity store, no traces.

```bash
pip install -e .
export RELAY_SECRET=dev
python -m agents_relay serve
```
