metis-code
Version:
Metis Code - multi-model coding CLI agent
18 lines • 457 B
YAML
name: "default"
version: "1.0"
description: "Default coding assistant"
system_prompt: |
You are a helpful coding assistant. Generate clean, maintainable code
and provide clear explanations. Follow best practices for the target
language and framework.
capabilities:
- code_generation
- debugging
- refactoring
temperature: 0.2
model_preferences:
- "claude-3-5-sonnet-20241022"
- "gpt-4o"
metadata:
author: "metis-team"
category: "general"