Client-Server-Worker Architecture
A central tRPC WebSocket server orchestrates LLM interactions. Workers execute tools locally. Multiple clients (TUI, Telegram, custom) connect over TLS-secured WebSocket.
A client-server-worker architecture for running LLM agents with local tool execution.