Add AGENTS.md template and fix repetition penalty for local macOS LLM

This commit is contained in:
Adolfo Reyna
2026-08-07 18:27:51 -04:00
parent 598d55e383
commit f579a26cc0
3 changed files with 20 additions and 5 deletions
+1
View File
@@ -383,6 +383,7 @@ def build_vocabulary(args: argparse.Namespace, brain=None) -> Vocabulary | None:
for target, template in (
(vocabulary_file, here / "vocabulary.example.txt"),
(corrections_file, here / "corrections.example.txt"),
(workspace / PERSONALITY_FILE, here / "AGENTS.md.example"),
):
if not target.exists() and template.exists():
target.write_text(template.read_text())