-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add chat participant and enhance script handling (#769)
* feat: π€ add chat participant for GenAIScript agent * refactor: β¨ switch notebook to mode parameter * feat: π add system resolution in chat participant * ``` chore: π§ remove unused imports and update script tools ``` * β¨ add chat_participant script and integration * feat: π add infrastructure group filtering * β¨ feat: add excludedTools and INI file parsing support * feat: π add response handling for AI requests * ``` fix: π handle undefined text in chatparticipant ``` * β»οΈ refactor: rename chat_participant to copilot_chat_participant * feat: β¨ add more system tools and file handling * π Enhance system prompts and safety guidelines * π enhance markdown formatting & response handling * β»οΈ refactor: extract memory query to agentQueryMemory * feat: β¨ add eraseAnnotations to clean text in chat * ``` feat: π add chatParticipants to package.json handling ``` * π Update prompt: exclude quotes and code blocks * π Add system safety jailbreak script and protections * π§ Update commit message guidelines with emojis and constraints
- Loading branch information
Showing
41 changed files
with
659 additions
and
85 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.