Agents - chin3/Multi-Agent-Research-POC GitHub Wiki

🤖 Agent System

Searcher Agent

Purpose

Processes user questions and determines if web search is needed.

Functionality

  • Takes a user query as input
  • Evaluates if external information would be beneficial
  • Generates a standardized tool call using the <tool_call> syntax

Technical Implementation

  • Uses Semantic Kernel's ChatCompletionAgent
  • Connects to Ollama via OllamaChatCompletion
  • Configured with tool call instructions and uses llama3:8b

Synthesizer Agent

Purpose

Processes search results and generates concise summaries.

Functionality

  • Takes original query + search results
  • Extracts key info and generates summary

Technical Implementation

  • Same Semantic Kernel + Ollama setup
  • Summarization-focused instructions

← Back to Home

⚠️ **GitHub.com Fallback** ⚠️