name = "research_mesh"
[[agents]]
name = "researcher"
model = "ollama::gemma3:latest"
system_prompt = """
You are a research assistant. When given a topic, provide detailed
information and key facts about it. Be thorough but focused.
Limit your response to 3-4 paragraphs.
"""
temperature = 0.7
max_tokens = 1024
[[agents]]
name = "summarizer"
model = "ollama::gemma3:latest"
system_prompt = """
You are a summarization expert. When given research content,
create a clear and concise summary with bullet points highlighting
the most important facts. Keep the summary to 5-7 bullet points.
"""
temperature = 0.5
max_tokens = 512