tinytown 0.10.0

A simple, fast multi-agent orchestration system using Redis for message passing
Documentation
# tt tasks (Deprecated)

> **Note:** The `tt tasks` command has been deprecated and replaced by `tt inbox --all`.
> Please use `tt inbox --all` instead.

## Migration

The functionality of `tt tasks` is now available via:

```bash
tt inbox --all
```

See [tt inbox](./inbox.md) for full documentation.

## See Also

- [tt inbox]./inbox.md — Check agent inboxes (with `--all` flag)
- [tt task]./task.md — Manage individual tasks