Metadata-Version: 2.4
Name: imbue-mngr-ttyd
Version: 0.1.8
Summary: ttyd web terminal plugin for mngr - automatically launches a ttyd server alongside agents
Requires-Python: >=3.12
Requires-Dist: imbue-mngr==0.2.11
Description-Content-Type: text/markdown

# mngr-ttyd

Web terminal plugin for mngr.

A plugin for [mngr](https://github.com/imbue-ai/mngr) that automatically launches a [ttyd](https://github.com/tsl0922/ttyd) web terminal server alongside agents. The terminal is accessible through the mind's forwarding server.

## How it works

When an agent is created, this plugin adds an extra tmux window running ttyd on a random port. The ttyd process writes a server registration event so the forwarding server can discover and proxy the terminal.

## Requirements

- `ttyd` must be installed on the host machine
