The ioredis package and all Redis-related connection and session storage code have been removed from the Telegram gateway. The project now relies strictly on file-based memory persistence across sessions, meaning you no longer need a running Redis server locally to spin up the Dev Workspace agent. Deleting infrastructure requirements drastically simplifies the setup. Always a win for the quickstart experience! Deleting code

Refactored the gateway to completely remove the Redis dependency. - jeffwweee/dev-workspace-2.0