agents: - name: "support_agent" agent_type: "llm_agent" knowledge_bases: - name: "support_kb" knowledge_base_type: "milvus" knowledge_base_id: "kb_support_001" retrieval_config: top_k: 5 metric_type: "COSINE" system_prompt: | You are a customer support agent with access to our support documentation. Always search the knowledge base first for answers to customer questions. Provide accurate information based on our documentation.
agents: - name: "research_agent" agent_type: "react_agent" tools: - "tavily_search" knowledge_bases: - name: "research_kb" knowledge_base_type: "milvus" knowledge_base_id: "kb_research_001" retrieval_config: top_k: 20 search_ef: 128 metric_type: "COSINE" score_threshold: 0.7 enable_rerank: true rerank_model: "cross-encoder" system_prompt: | You are a research assistant with access to internal research papers. Search the knowledge base for relevant research before using web search. Prioritize high-quality, relevant results.