Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LachsBagel committed Aug 13, 2024
1 parent e70a87f commit e6cd904
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 33 deletions.
21 changes: 11 additions & 10 deletions AGENTABILITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ transaction.
1. Local Docker install
2. (pending) [HideNSeek](https://github.com/MorpheusAIs/HideNSeek): An algorithm for verifying and fingerprinting which model a compute provider is actually running
1. Note: this repo will be made public under an MIT license following the publishing of a paper by the same name which is currently in the works
3. (future) Posting Agent - an agent which optimizes content for social media posting
2. **IODmitri on GitHhub**
3. (pending) [HideNSeek](https://github.com/MorpheusAIs/HideNSeek): An algorithm for verifying and fingerprinting which model a compute provider is actually running
2. **IODmitri, SanatSharma, LachsBagel on GitHhub**
3. [HideNSeek](https://github.com/MorpheusAIs/HideNSeek): An algorithm for verifying and fingerprinting which model a compute provider is actually running
4. Link to Paper [Hide and Seek: Fingerprinting Large Language Models with Evolutionary Learning](https://www.arxiv.org/abs/2408.02871)
3. **artfuljars on Discord**:
1. Windows Build (EXE version of .app)
2. Two installation wizards:
Expand All @@ -31,14 +31,15 @@ transaction.
2. A [web interface](submodules/moragents_dockers/frontend) which is served by the local Docker installation and integrated with Rainbow, enabling the use of MetaMask, WalletConnect, and other
EVM-based wallets.
3. A [swap agent](submodules/moragents_dockers/agents/src/swap_agent) which can iteratively ask users to provide needed details for disambiguation.
4. (Pending Integration) [A general-purpose agent](https://github.com/MorpheusAIs/moragents/pull/34) that can ingest arbitrary documents, such as PDFs, for basic document QA and text generation.
5. (Pending) Delegating agent which can maintain user's persona/interests as well as coordinating to task agents and tools.

4. [A general-purpose agent](https://github.com/MorpheusAIs/moragents/pull/34) that can ingest arbitrary documents, such as PDFs, for basic document QA and text generation.
5. (Pending Integration) [Delegating agent](https://github.com/MorpheusAIs/moragents/pull/45) which can maintain user's persona/interests as well as coordinating to task agents and tools.
6. **Dan Y.**
1. (pending) X/Twitter Posting Agent - an agent which generates spicy tweets with an X integration for one-click posting.

### Decentralized Inference:
#### Non-Local Installation Agents for Permission-less Compute
Pending Lumerin's work. Eventually Agent Builders will be able to permission-lessly upload Agent and Model artifacts to a decentralized registry.
1. (pending) [FLock](https://www.flock.io/#/) is working on a decentralized agent which will regularly be updated with most recent docs surrounding the Morpheus system for the following audiences:
1. [FLock](https://www.flock.io/#/) has built a decentralized agent, called [Ragchat-Morpheus](https://github.com/FLock-io/ragchat-morpheus) which will regularly be updated with most recent docs surrounding the Morpheus system for the following audiences:
1. Normal user perspective (broad Q/A for those new to Morpheus ecosystem)
2. Developer perspective wanting to deploy on Morpheus
3. Perspective of capital contributors
Expand All @@ -48,11 +49,11 @@ Pending Lumerin's work. Eventually Agent Builders will be able to permission-les
- If you are working on an agent which can provide value through open models and relies on processing public data, please reach out to lachsbagel on Discord (link below)
- Otherwise, you are more than welcome to publish your agent to the registry when it goes live pending Lumerin's work and any other necessary pieces which come up to better ensure security and verifiability of models in non-local execution environments.
- If you are working on security and/or verifiability of models and the runtime, please reach out to LachsBagel on the Morpheus Discord.
- Currently looking at [Hyperbolic.xyz](https://hyperbolic.xyz) and [6079](https://6079-ai.gitbook.io/6079.ai/technology/6079-proof-of-inference-protocol). See more ecosystem members [here](https://mor.org/ecosystem).
- Currently looking at [Hyperbolic.xyz](https://hyperbolic.xyz) and [6079](https://docs.6079.ai/technology/6079-proof-of-inference-protocol). See more ecosystem members [here](https://mor.org/ecosystem).
- LachsBagel is also working on a new algorithm, named [HideNSeek](https://github.com/MorpheusAIs/HideNSeek), which uses a Transformer specific heuristic for model verification
- [Atoma.Network](https://www.atoma.network/) will help with implementing the plumbing for [HideNSeek](https://github.com/MorpheusAIs/HideNSeek)
- [6079](https://6079.ai/) will help with implementing the plumbing for [HideNSeek](https://github.com/MorpheusAIs/HideNSeek)

### Contact
Join the [Morpheus Discord](https://discord.com/invite/Dc26EFb6JK)

*Last Updated: July 7, 2024*
*Last Updated: August 8, 2024*
9 changes: 0 additions & 9 deletions LICENSE

This file was deleted.

24 changes: 12 additions & 12 deletions submodules/moragents_dockers/agents/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
llama-cpp-python==0.2.78
transformers
sentencepiece
protobuf
scikit-learn
huggingface-hub
llama-cpp-python==0.2.65
transformers==4.43.3
sentencepiece==0.2.0
protobuf==5.27.2
scikit-learn==1.5.1
huggingface-hub==0.24.3
flask==2.2.2
Werkzeug==2.2.2
flask-cors
web3
flask-cors==4.0.1
web3==6.20.1
pymupdf==1.22.5
faiss-cpu
langchain-text-splitters
langchain-core
langchain-community
faiss-cpu==1.8.0.post1
langchain-text-splitters==0.2.2
langchain-core==0.2.24
langchain-community==0.2.10
4 changes: 2 additions & 2 deletions wizard_windows.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppName=MORagents
AppVersion=0.0.8
AppVersion=0.0.9
DefaultDirName={commonpf}\MORagents
OutputDir=.\MORagentsWindowsInstaller
OutputBaseFilename=MORagentsSetup
Expand Down Expand Up @@ -41,7 +41,7 @@ begin
'License Agreement', 'Please read the following License Agreement carefully',
'By continuing, you acknowledge that you have read and agreed to the License. ' +
'The full license text can be found at: ' +
'https://github.com/MorpheusAIs/moragents/blob/778b0aba68ae873d7bb355f2ed4419389369e042/LICENSE' + #13#10 + #13#10 +
'https://github.com/MorpheusAIs/moragents/blob/main/LICENSE.md' + #13#10 + #13#10 +
'Do you accept the terms of the License agreement?');
DownloadPage := CreateDownloadPage(SetupMessage(msgWizardPreparing), SetupMessage(msgPreparingDesc), nil);
Expand Down

0 comments on commit e6cd904

Please sign in to comment.