exoclaw-channel-pipe
Non-interactive pipe channel for exoclaw. Reads lines from stdin, writes responses to stdout. No terminal required.
Usage
# One-shot
echo "what is 2+2?" | python app.py
# Heredoc
python app.py <<< "summarize this repo"
# Multi-turn from file
cat prompts.txt | python app.py
# In scripts
echo "fetch top HN stories" | python -c "
import asyncio
from exoclaw_nanobot import create
from exoclaw_channel_pipe import PipeChannel
async def main():
bot = await create(enable_cli=False, extra_channels=[PipeChannel()])
await bot.run()
asyncio.run(main())
"
Progress messages go to stderr. Responses go to stdout. Clean for piping.
Release files for exoclaw-channel-pipe 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| exoclaw_channel_pipe-0.2.0.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| exoclaw_channel_pipe-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.2 kB
Release files / exoclaw_channel_pipe-0.2.0.tar.gz
| Download URL | exoclaw_channel_pipe-0.2.0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ddfbe70fe39d465c1227788856ab1751cff06ab64306547a685976d36f01371
|
|
BLAKE2b-256 checksum How to use checksums |
916bc6b7dea87d10164daad74320b689a11f858b447c82b76c6a15774f1fb9e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / exoclaw_channel_pipe-0.2.0-py3-none-any.whl
| Download URL | exoclaw_channel_pipe-0.2.0-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
55116d617d60dd8b8f83e3777988f2fc2c7cf4300f7822d63c76475cb9150db4
|
|
BLAKE2b-256 checksum How to use checksums |
43bf5818cef64e692efaeb03a95168e047957934510c0f775de065fcb414bfb6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|