From f978a87000c5e1ac045d7e4de95039e96eb28e29 Mon Sep 17 00:00:00 2001 From: PAE Date: Tue, 14 Apr 2026 00:15:19 +0000 Subject: [PATCH] Bootstrap: project.yml for foreman-probe --- projects/foreman-probe/project.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 projects/foreman-probe/project.yml diff --git a/projects/foreman-probe/project.yml b/projects/foreman-probe/project.yml new file mode 100644 index 0000000..0f81677 --- /dev/null +++ b/projects/foreman-probe/project.yml @@ -0,0 +1,17 @@ +name: Model probe tasks created by the Foreman to benchmark and evaluate LLM capabilities. +slug: foreman-probe +status: active +goal: Model probe tasks created by the Foreman to benchmark and evaluate LLM capabilities. +intents: + - keyword: book_outline + description: Generate or update the chapter outline for this book + template: book_outline + - keyword: book_research + description: Research themes, settings, or historical details + template: book_research + - keyword: write_chapter + description: Write a chapter draft + template: book_chapter + - keyword: character_sheet + description: Create or update a character sheet + template: character_sheet