Add LLM planner for Kenshi live director - #88
Draft
RANGROO wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What\n\n- add director_request.php for natural-language Kenshi Lua planning through the configured default LLM connector\n- validate the strict JSON response, declared capabilities, binding names, and sandbox restrictions\n- reject malformed plans, blocked libraries, undeclared capabilities, and dynamic kenshi API access\n\n## Why\n\nStobe needs a local DwemerDistro/StobeServer planner so the game plugin can turn a live request into a reviewable script without using Codex or an external coding-agent process.\n\n## Maintainer Discussion\n\n- [ ] Discord discussion was not recorded; this implementation was requested by RANGROO in the linked Codex task.\n\n## Related PRs\n\n- https://github.com/Dwemer-Dynamics/STOBE/pull/32\n\n## Notes\n\nValidation:\n- php -l director_request.php\n- php -l lib/director_functions.php\n- focused callback probes for valid movement, blocked OS library, missing capability, and dynamic API alias rejection\n\nNot deployed. No database migration, version bump, release, or live connector call was performed.