32 4 weeks ago

FastContext-1.0 is a lightweight repository-exploration subagent for LLM coding agents.

a5b1a08e3c3c · 189B
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}
<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}
<|im_start|>assistant
{{ .Response }}