fischer-agentkit/agentkit.yaml

41 lines
773 B
YAML

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: bailian-coding/qwen3.7-plus
fast: bailian-coding/qwen-turbo
powerful: bailian-coding/qwen3-max-2026-01-23
coding: bailian-coding/qwen3-coder-plus
chat: deepseek/deepseek-chat
reasoning: deepseek/deepseek-reasoner
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
semantic:
enabled: true
similarity_high: 0.85
similarity_low: 0.4