-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/update #22
Chore/update #22
Conversation
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
tallation process
|
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
11713383 | Triggered | Generic High Entropy Secret | 827a9ff | gpt_computer_agent/utils/telemetry.py | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR Reviewer Guide 🔍
|
Signed-off-by: KhulnaSoft bot <43526132+khulnasoft-bot@users.noreply.github.com>
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
PR Code Suggestions ✨
|
User description
Description
This PR fixes #
Notes for Reviewers
Signed commits
PR Type
Enhancement, Configuration changes, Documentation
Description
Changes walkthrough 📝
24 files
gpt_computer_agent.py
Enhanced GUI functionalities and added new imports.
gpt_computer_agent/gpt_computer_agent.py
GUI.
proccess.py
Added audio, screenshot, and text processing functionalities.
gpt_computer_agent/assistant/proccess.py
llmsettings.py
Added LLM settings popup and functionalities.
gpt_computer_agent/gui/llmsettings.py
settings.py
Added general settings popup and functionalities.
gpt_computer_agent/gui/settings.py
and changing profiles.
tooler.py
Added new tools for screen interaction and internet search.
gpt_computer_agent/tooler.py
internet.
db.py
Enhanced database utilities for managing settings and states.
gpt_computer_agent/utils/db.py
application states.
logging.
button.py
Enhanced button handling and audio processing.
gpt_computer_agent/gui/button.py
assistant.py
Added assistant functionalities for managing tools and models.
gpt_computer_agent/assistant/assistant.py
llm_settings.py
Defined LLM settings and messages.
gpt_computer_agent/llm_settings.py
standard_tools.py
Added standard tools for web interactions and text handling.
gpt_computer_agent/standard_tools.py
text.
bump.py
Enhanced version management script.
bump.py
record.py
Enhanced audio recording functionalities.
gpt_computer_agent/audio/record.py
llm.py
Enhanced model loading functionalities.
gpt_computer_agent/llm.py
telemetry.py
Added telemetry functionalities.
gpt_computer_agent/utils/telemetry.py
assistantc.py
Added assistant class for managing roles and goals.
gpt_computer_agent/assistantc.py
shot.py
Enhanced screenshot functionalities.
gpt_computer_agent/screen/shot.py
stt.py
Enhanced speech-to-text functionalities.
gpt_computer_agent/audio/stt.py
start.py
Enhanced start script.
gpt_computer_agent/start.py
signal.py
Enhanced signal handling functionalities.
gpt_computer_agent/gui/signal.py
tts.py
Enhanced text-to-speech functionalities.
gpt_computer_agent/audio/tts.py
background.py
Added background functionalities for assistant.
gpt_computer_agent/assistant/background.py
chat_history.py
Enhanced chat history functionalities.
gpt_computer_agent/assistant/chat_history.py
__init__.py
Updated version and imports.
gpt_computer_agent/init.py
__init__.py
Updated imports for assistant module.
gpt_computer_agent/assistant/init.py
10 files
setup.py
Updated setup script with new dependencies.
setup.py
hook-embedchain.py
Added hook for embedding chain.
hook-embedchain.py
setup_package.py
Added setup script for packaging.
setup_package.py
custom_package.yml
Added workflow for custom package.
.github/workflows/custom_package.yml
deploys.yml
Updated deploy workflow with new steps.
.github/workflows/deploys.yml
requirement_controller.yml
Added workflow for requirement controller.
.github/workflows/requirement_controller.yml
requirements.in
Added requirements input file.
requirements.in
app.spec
Added spec file for PyInstaller.
app.spec
project.toml
Added project configuration file.
project.toml
MANIFEST.in
Updated manifest file.
MANIFEST.in