Add AGENTS.md template and fix repetition penalty for local macOS LLM
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user