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.
Mark 0.5 #3
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
Uh oh!
There was an error while loading. Please reload this page.
Mark 0.5 #3
Changes from all commits
64f6eb4fc5024eae1122decf347d23d5a5e4c9fe57981cbc20494d3faa6c97ab468e53a7d181b58879a3f9048e4be9b644File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
O.L.I.V.E.
Operational Liaison for Intelligent Virtual Engagement
OLIVE is a modular
intelligenthub designed to integrate disparate microservices into a single, managed ecosystem, utilizing Discord as its primary control interface.The core philosophy of the project is to overcome the digital entropy of isolated scripts. By unifying server hardware monitoring, economic calculators, weather forecast models, and AI processing under a reliable central core, OLIVE brings order to chaos.
The system interacts with the world (receiving commands and transmitting analytics) through a Discord bot interface, which serves as a convenient control panel. The Discord bot is based on the private Flores project, which served as a test and training project and is written in Disnake.py.
Current status: Transition to the MK-1 architecture.
The Discord bot was created based on the Flores project, which was previously used as a test and training project. The source code is not publicly available.
Status: We are currently refactoring the old version of the code. Product descriptions may not reflect reality.
Expected file structure
Setup Instructions
Ukrainian
Ukrainian version of the initial setup instructions located in
docs/UK/setup-instructions.md.English
git clone https://github.com/oleh-devlab/olive.git cd olivesettings.py.exampleto the source folder (intosrc/, or such that it is on the same level asmain.py).settings.py.exampletosettings.pyand fill in the required fields (see the comments inside the file).src/, in the same folder asmain.pyandsettings.py) according to their names defined insettings.py.settings.py).settings.py) are listed in.gitignore.settings.pyto see which modules to disable and editrequirements.txtaccordingly.requirements.txtfile to exclude certain dependencies, we recommend reverting it to its original state after the installation is complete to avoid conflicts when working with Git.git checkout -- requirements.txtorgit restore requirements.txt.(Optional) Fill in
phrases.json.phrases.jsonis currently unavailable, so you will need to check the source code to fill in the parts you want to change. However, you can review the multi-server format documentation: English | Ukrainian.Run the bot (it is recommended to run this from the
srcdirectory, or the one containingmain.py):cd src python main.pyUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.