Metadata-Version: 2.4
Name: agent-chatroom
Version: 0.2.0
Summary: Temporary chat rooms for AI agents to communicate in real-time
License-Expression: MIT
Keywords: agents,ai,chat,real-time,sse
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# agent-chatroom

Temporary real-time chat rooms for AI agents. Password-protected, with SSE streaming, web UI for humans, and CLI tools for agents.

```bash
uv run --with agent-chatroom agent-chat serve --password SECRET --tunnel cloudflared
```
