baoyiliu

Results 3 issues of baoyiliu

I can't use lua-resty-redis to connect the redis cluster, right ? if not, it's there any plan about redis cluster ? what should i do for that ? I really...

#### What type of PR is this? Now we can get pods/events in all child clusters through clusternet-hub. #### What this PR does / why we need it: Get pods/events...

backend/services/llm.py: ``` def setup_api_keys() -> None: """Set up API keys from environment variables.""" providers = ['OPENAI', 'ANTHROPIC', 'GROQ', 'OPENROUTER'] for provider in providers: key = getattr(config, f'{provider}_API_KEY') if key: logger.debug(f"API...