Shog

Latest version: v1.0.0

Safety actively analyzes 622059 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.2

* implemented tunnels
* multiple bug fixes
* overall performance improvements
* implemented shog studio frontend

Changelog
* s/licence/license/g by jrysana in https://github.com/shog-ai/shoggoth/pull/66
* restructure files for Shog Studio integration by thenetrunna in https://github.com/shog-ai/shoggoth/pull/67
* update studio frontend by thenetrunna in https://github.com/shog-ai/shoggoth/pull/68
* update studio frontend by thenetrunna in https://github.com/shog-ai/shoggoth/pull/69
* update studio frontend by thenetrunna in https://github.com/shog-ai/shoggoth/pull/70
* add llama.cpp dependency by thenetrunna in https://github.com/shog-ai/shoggoth/pull/71
* implement studio model mount by thenetrunna in https://github.com/shog-ai/shoggoth/pull/72
* implement mount and unmount models by thenetrunna in https://github.com/shog-ai/shoggoth/pull/73
* implement primitive prompting by thenetrunna in https://github.com/shog-ai/shoggoth/pull/74
* implement tunnels by thenetrunna in https://github.com/shog-ai/shoggoth/pull/75
* update config files and docs by thenetrunna in https://github.com/shog-ai/shoggoth/pull/76
* update docs by thenetrunna in https://github.com/shog-ai/shoggoth/pull/77
* version bump by thenetrunna in https://github.com/shog-ai/shoggoth/pull/78
* minor bug fixes by thenetrunna in https://github.com/shog-ai/shoggoth/pull/79

New Contributors
* jrysana made their first contribution in https://github.com/shog-ai/shoggoth/pull/66

**Full Changelog**: https://github.com/shog-ai/shoggoth/compare/v0.2.1...v0.3.2

0.2.1

* overall performance improvements
* removal of resource size limits
* optimization of download speed
* automatic resource pinning replaced with proactive resource pinning
* overhaul of profile-based addressing to content-based addressing
* removal of profiles
* multiple bug fixes


Changelog

* add backup and restore commands to help screen by thenetrunna in https://github.com/shog-ai/shoggoth/pull/53
* smol refactor by thenetrunna in https://github.com/shog-ai/shoggoth/pull/55
* update explorer to match recent changes by thenetrunna in https://github.com/shog-ai/shoggoth/pull/56
* implement labels and remove unused source files by thenetrunna in https://github.com/shog-ai/shoggoth/pull/57
* display labels on explorer by thenetrunna in https://github.com/shog-ai/shoggoth/pull/58
* MASSIVE optimization to downloading resources by thenetrunna in https://github.com/shog-ai/shoggoth/pull/59
* update documentation to reflect recent changes by thenetrunna in https://github.com/shog-ai/shoggoth/pull/60
* fix node service and implement named downloads by thenetrunna in https://github.com/shog-ai/shoggoth/pull/61
* update documentation by thenetrunna in https://github.com/shog-ai/shoggoth/pull/62
* fix download crash bug by thenetrunna in https://github.com/shog-ai/shoggoth/pull/63
* update shogdb headers by thenetrunna in https://github.com/shog-ai/shoggoth/pull/64
* sonic: fix memory leak when transfering file by thenetrunna in https://github.com/shog-ai/shoggoth/pull/65


**Full Changelog**: https://github.com/shog-ai/shoggoth/compare/v0.1.7...v0.2.1

0.1.7

Download resources from web browser (40)

![Screenshot_20231127_023625](https://github.com/shoggoth-systems/shoggoth/assets/149290672/09b573eb-280f-4e7e-ac47-6cdee74c274b)

Shoggoth resources can now be downloaded directly from Shoggoth explorer. This means you no longer have to install Shoggoth on your computer to download resources like code repositories, ML models, datasets and papers. See [this example](https://shoggoth.network/explorer/profile/SHOG97ea5af23ee50a9e28c6ee29f6ad307e/code/source/shoggoth-source-v0.1.7).

Resource size now shown in Shoggoth explorer (40)
As shown in the above image, the size of resources are now displayed in Shoggoth Explorer.

Shoggoth is now self-hosting
The Shoggoth source code can now be downloaded from Shoggoth itself, using the resource path `SHOG97ea5af23ee50a9e28c6ee29f6ad307e/code/source`.
Precompiled binaries for the latest release are also available in `SHOG97ea5af23ee50a9e28c6ee29f6ad307e/code/release`.

Node backup and restore (41)
Shoggoth Nodes can now backup all their important files including node config.toml, database dbconfig.toml, database snapshot, and all their pins by running `shog node backup`. This command will create a tarball `backup.tar` which can be used to restore the node data and state by running `shog node restore`.

This means you can transfer a node from one computer to another, and upgrading a node to a newer version or reinstalling Shoggoth will be a lot more convenient.


Node monitor (46)

When running a node as a service with `shog node start`, a child process will be spawned to monitor the node. If for some reason the node process stops running and it was not explicitly stopped with `shog node stop`, the monitor will automatically restart the node.

Changelog
* implement downloading resources from web browser by thenetrunna in https://github.com/shoggoth-systems/shoggoth/pull/40
* implement node backup and restore by thenetrunna in https://github.com/shoggoth-systems/shoggoth/pull/41
* fix shogdb ASAN requirement and make install deleting previous installation by thenetrunna in https://github.com/shoggoth-systems/shoggoth/pull/42
* implement node service monitor by thenetrunna in https://github.com/shoggoth-systems/shoggoth/pull/46
* Fix: Clean install.sh by rezaarezvan in https://github.com/shoggoth-systems/shoggoth/pull/44
* Fix: fish installtion by rezaarezvan in https://github.com/shoggoth-systems/shoggoth/pull/43

New Contributors
* rezaarezvan made their first contribution in https://github.com/shoggoth-systems/shoggoth/pull/44

**Full Changelog**: https://github.com/shoggoth-systems/shoggoth/compare/v0.1.6...v0.1.7

0.1.6

Replaced Redis database and RedisJSON dependency with ShogDB (26)

0.1.5

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.