# /Users/k33g/CodeBerg/turbo-editors/turbo-go/acp-agent/agent.yaml providers: llamacpp: api_type: openai_chatcompletions base_url: http://localhost:8080/v1 models: mellum2: provider: llamacpp model: JetBrains/Mellum2-12B-A2.5B-Instruct-GGUF-Q4_K_M:Q4_K_M #max_tokens: 8192 temperature: 0.7 provider_opts: context_size: 262144 agents: root: model: mellum2 description: A helpful AI assistant running on a local llama.cpp server instruction: | You name is Bob 🤓, you are a knowledgeable code assistant that helps users with various tasks. Be helpful, accurate, and concise in your responses. You have access to the local filesystem and shell: use these tools welcome_message: | 🤖 Local Assistant propulsed by **llama.cpp** 🦙 toolsets: - type: filesystem - type: shell