Skip to content

Commit

Permalink
Upgrade all possible dependencies
Browse files Browse the repository at this point in the history
Remove gimmicky features
Use lightweight runners for GH actions
Increase ollama timeout for offline communicators
  • Loading branch information
dormant-user committed Jun 23, 2024
1 parent d833150 commit 732dd52
Show file tree
Hide file tree
Showing 19 changed files with 273 additions and 117 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: cleanup-workflows
on:
workflow_dispatch:
push:
branches:
- master
schedule:
- cron: '0 6 * * 0'
# At 6 AM every Sunday

jobs:
coronation:
runs-on: thevickypedia-default
runs-on: thevickypedia-lite
permissions:
actions: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pypi-publisher:
runs-on: thevickypedia-default
runs-on: thevickypedia-lite
steps:
- uses: thevickypedia/pypi-publisher@v3
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

![Python][label-pyversion]
![Pypi-downloads][label-pypi-downloads]
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/thevickypedia/Jarvis/badge)](https://securityscorecards.dev/viewer/?uri=github.com/thevickypedia/Jarvis)

**Platform Supported**

Expand Down
3 changes: 2 additions & 1 deletion docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ <h3>Navigation</h3>
</p>
<h2 align="center">Voice-Activated Natural Language UI</h2><p><a class="reference external" href="https://python.org"><img alt="made-with-python" src="https://img.shields.io/badge/Made%20with-Python-blue?style=for-the-badge&amp;logo=Python" /></a></p>
<p><img alt="Python" src="https://img.shields.io/badge/python-3.10%20%7C%203.11-orange" />
<img alt="Pypi-downloads" src="https://img.shields.io/pypi/dm/jarvis-ironman" /></p>
<img alt="Pypi-downloads" src="https://img.shields.io/pypi/dm/jarvis-ironman" />
<a class="reference external" href="https://securityscorecards.dev/viewer/?uri=github.com/thevickypedia/Jarvis"><img alt="OpenSSF Scorecard" src="https://api.securityscorecards.dev/projects/github.com/thevickypedia/Jarvis/badge" /></a></p>
<p><strong>Platform Supported</strong></p>
<p><img alt="Platform" src="https://img.shields.io/badge/Platform-Linux%7CmacOS%7CWindows-1f425f.svg" /></p>
<p><strong>Language Stats</strong></p>
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

![Python][label-pyversion]
![Pypi-downloads][label-pypi-downloads]
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/thevickypedia/Jarvis/badge)](https://securityscorecards.dev/viewer/?uri=github.com/thevickypedia/Jarvis)

**Platform Supported**

Expand Down
1 change: 1 addition & 0 deletions docs/_sources/README.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

![Python][label-pyversion]
![Pypi-downloads][label-pypi-downloads]
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/thevickypedia/Jarvis/badge)](https://securityscorecards.dev/viewer/?uri=github.com/thevickypedia/Jarvis)

**Platform Supported**

Expand Down
56 changes: 52 additions & 4 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,6 @@ <h2 id="F">F</h2>
<li><a href="index.html#jarvis.modules.facenet.face.FaceNet">FaceNet (class in jarvis.modules.facenet.face)</a>
</li>
<li><a href="index.html#jarvis.executors.face.faces">faces() (in module jarvis.executors.face)</a>
</li>
<li><a href="index.html#jarvis.executors.others.facts">facts() (in module jarvis.executors.others)</a>
</li>
<li><a href="index.html#jarvis.modules.crontab.expression.CronExpression.FIELD_RANGES">FIELD_RANGES (jarvis.modules.crontab.expression.CronExpression attribute)</a>
</li>
Expand Down Expand Up @@ -1975,8 +1973,6 @@ <h2 id="J">J</h2>
</li>
</ul></li>
<li><a href="index.html#jarvis.api.server.jarvis_api">jarvis_api() (in module jarvis.api.server)</a>
</li>
<li><a href="index.html#jarvis.executors.others.jokes">jokes() (in module jarvis.executors.others)</a>
</li>
</ul></td>
</tr></table>
Expand Down Expand Up @@ -2188,6 +2184,58 @@ <h2 id="M">M</h2>
</li>
<li><a href="index.html#jarvis.modules.facenet.face.FaceNet.MODEL">MODEL (jarvis.modules.facenet.face.FaceNet attribute)</a>
</li>
<li><a href="index.html#jarvis.api.models.modals.CameraIndexModal.model_computed_fields">model_computed_fields (jarvis.api.models.modals.CameraIndexModal attribute)</a>

<ul>
<li><a href="index.html#jarvis.api.models.modals.OfflineCommunicatorModal.model_computed_fields">(jarvis.api.models.modals.OfflineCommunicatorModal attribute)</a>
</li>
<li><a href="index.html#jarvis.api.models.modals.SpeechSynthesisModal.model_computed_fields">(jarvis.api.models.modals.SpeechSynthesisModal attribute)</a>
</li>
<li><a href="index.html#jarvis.api.models.modals.StockMonitorModal.model_computed_fields">(jarvis.api.models.modals.StockMonitorModal attribute)</a>
</li>
<li><a href="index.html#jarvis.api.models.settings.Robinhood.model_computed_fields">(jarvis.api.models.settings.Robinhood attribute)</a>
</li>
<li><a href="index.html#jarvis.api.models.settings.StockMonitor.model_computed_fields">(jarvis.api.models.settings.StockMonitor attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.logger.APIConfig.model_computed_fields">(jarvis.modules.logger.APIConfig attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.BackgroundTask.model_computed_fields">(jarvis.modules.models.classes.BackgroundTask attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.EnvConfig.model_computed_fields">(jarvis.modules.models.classes.EnvConfig attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.FileIO.model_computed_fields">(jarvis.modules.models.classes.FileIO attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.Indicators.model_computed_fields">(jarvis.modules.models.classes.Indicators attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.RecognizerSettings.model_computed_fields">(jarvis.modules.models.classes.RecognizerSettings attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.Settings.model_computed_fields">(jarvis.modules.models.classes.Settings attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.Thermostat.model_computed_fields">(jarvis.modules.models.classes.Thermostat attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.VehicleConnection.model_computed_fields">(jarvis.modules.models.classes.VehicleConnection attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.models.classes.WiFiConnection.model_computed_fields">(jarvis.modules.models.classes.WiFiConnection attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.Audio.model_computed_fields">(jarvis.modules.telegram.settings.Audio attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.Chat.model_computed_fields">(jarvis.modules.telegram.settings.Chat attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.Document.model_computed_fields">(jarvis.modules.telegram.settings.Document attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.PhotoFragment.model_computed_fields">(jarvis.modules.telegram.settings.PhotoFragment attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.Text.model_computed_fields">(jarvis.modules.telegram.settings.Text attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.Video.model_computed_fields">(jarvis.modules.telegram.settings.Video attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.Video.Thumb.model_computed_fields">(jarvis.modules.telegram.settings.Video.Thumb attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.Video.Thumbnail.model_computed_fields">(jarvis.modules.telegram.settings.Video.Thumbnail attribute)</a>
</li>
<li><a href="index.html#jarvis.modules.telegram.settings.Voice.model_computed_fields">(jarvis.modules.telegram.settings.Voice attribute)</a>
</li>
</ul></li>
<li><a href="index.html#jarvis.modules.models.classes.Thermostat.model_config">model_config (jarvis.modules.models.classes.Thermostat attribute)</a>

<ul>
Expand Down
Loading

0 comments on commit 732dd52

Please sign in to comment.