I learned that inside Tango devices you can set
green_mode = GreenMode.Asyncio
This will allow us native Tango support for asynchronous functions, which is especially helpful for the LLM Device (which is asynchronous in nature). And of course then this repo can finally live up to its name
I learned that inside Tango devices you can set
green_mode = GreenMode.AsyncioThis will allow us native Tango support for asynchronous functions, which is especially helpful for the LLM Device (which is asynchronous in nature). And of course then this repo can finally live up to its name