From ee09114c04f1b2dcd53bb686b7d6ca81c9269ec9 Mon Sep 17 00:00:00 2001 From: Rihards Date: Thu, 12 Feb 2026 22:49:21 +0000 Subject: [PATCH] Add agent.chat.yaml --- agent.chat.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 agent.chat.yaml diff --git a/agent.chat.yaml b/agent.chat.yaml new file mode 100644 index 0000000..acef3c0 --- /dev/null +++ b/agent.chat.yaml @@ -0,0 +1,23 @@ +version: "1.0" + +ui: + name: "My Assistant" + subtitle: "Ask me anything about this project" + welcome_message: | + Hello! I can help you understand this repository. + quick_questions: + - "What does this project do?" + - "How is the data structured?" + +llm: + provider: "anthropic" + model: "claude-sonnet-4-5" + api_key_ref: "ANTHROPIC_API_KEY" + max_tokens: 1500 + temperature: 0.3 + system_prompt: | + You are a helpful assistant for this repository. + Use the available MCP tools to search and retrieve data. + +mcp: + use_repo_mcp: true \ No newline at end of file