You've already forked VARAM_classification_schema
Import UAPF package
Add agent.chat.yaml
This commit is contained in:
23
agent.chat.yaml
Normal file
23
agent.chat.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user