# Code Structure - `backend`: Various backends for the language interpreter. - `lang`: The frontend language. - `srt`: The runtime for running local models. - `test`: Test utilities. - `api.py`: Public API. - `bench_latency.py`: Benchmark utilities. - `global_config.py`: The global configs and constants. - `launch_server.py`: The entry point of launching local server. - `utils.py`: Common utilities.