OpenSpace/openspace/skill_engine
warren618 1257f4cfee fix(evolver): use stem-style matching for confirm/reject/skip keywords
Per reviewer feedback: keep strict \byes\b / \bno\b word boundaries to
prevent false positives, but widen confirm/reject/skip to stem-style
\bconfirm\w*\b etc. so common LLM variants like "confirmed", "rejected",
"skipping" still parse correctly instead of falling through to the
default False path.
2026-03-27 13:34:20 +08:00
..
__init__.py initial commit 2026-03-24 16:03:22 +08:00
analyzer.py initial commit 2026-03-24 16:03:22 +08:00
conversation_formatter.py initial commit 2026-03-24 16:03:22 +08:00
evolver.py fix(evolver): use stem-style matching for confirm/reject/skip keywords 2026-03-27 13:34:20 +08:00
fuzzy_match.py initial commit 2026-03-24 16:03:22 +08:00
patch.py initial commit 2026-03-24 16:03:22 +08:00
registry.py initial commit 2026-03-24 16:03:22 +08:00
retrieve_tool.py initial commit 2026-03-24 16:03:22 +08:00
skill_ranker.py initial commit 2026-03-24 16:03:22 +08:00
skill_utils.py initial commit 2026-03-24 16:03:22 +08:00
store.py initial commit 2026-03-24 16:03:22 +08:00
types.py initial commit 2026-03-24 16:03:22 +08:00