server: host: 0.0.0.0 port: 8001 workers: 1 rate_limit: 60 llm: providers: test: type: openai base_url: '' max_tokens: 4096 timeout: 120.0 api_key: '' model_aliases: default: dashscope/qwen3-coder-plus fast: dashscope/qwen-turbo powerful: dashscope/qwen3-max coding: dashscope/qwen3-coder-plus chat: dashscope/qwen-plus session: backend: memory bus: backend: memory task_store: backend: memory skills: auto_discover: true paths: - ./configs/skills logging: level: INFO format: text router: classifier: heuristic auction_enabled: false