You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+47-20
Original file line number
Diff line number
Diff line change
@@ -5,33 +5,55 @@
5
5
### Authored by Morpheus, Trinity, & Neo
6
6
Published - September 2nd 2023
7
7
8
-
---------
9
-
**Morpheus Version 0.0.5 for Mac**
10
-
- Download from Google Drive: https://drive.google.com/file/d/1x-wR4HWjKqT_g6VRjrWPXu3rVm9ukOc9/view?usp=sharing
11
-
- SHA 256 hash for validation: 9092d543023fb95086cf4a7039d42cbcbbdf5283d670c4de6396b3d89e57b064
12
-
- Version: Morpheus-0.0.5-x64.dmg
8
+
## Introduction
9
+
The Smart Agent concept of connecting LLMs and AI Agents to wallets, Dapps, & smart contracts promises to open the world of Web3 to everyone. Chatting in normal language with your Smart Agent and having it understand the question or task, is similar to how Google's search engine opened the early internet up to the general public.
To make Smart Agents accessible to everyone and increase decentralization we propose a network & fairly launched token for incentivizing all four of the key contributors to their operation. Namely, the community of users, coders contributing to the Morpheus software / agents, capital providers funding development / operations and those supplying computation, storage and bandwidth. It has been well shown by the history of Bitcoin and Ethereum that free & open competition for scarce digital tokens can provide scalable infrastructure for a public blockchain over long periods of time.
18
12
19
-
`sudo dpkg -i /path/to/your/morpheus.deb`
13
+
## Morpheus 0.0.6 Version Release Notes: Mac + Linux + Windows Installs
14
+
This is the first version of Morpheus that brings together an open source LLM (defaults to Llama2) + connecting a user's Metamask wallet + executing on chain transactions via a ETH focused Smart Agent.
20
15
21
-
NOTE: In the above command, replace "/path/to/your/morpheus.deb" with your path to the morpheus_0.0.5_amd64.deb file.
22
-
- SHA Hash for Verifiction:
23
-
b227e7bcb21ec9e8e2b4bf9510a2e1f224953fe5
24
-
- Version: morpheus_0.0.5_amd64.deb
16
+
After connecting Morpheus to your Meta Mask, you can test it by taking basic actions such as:
Morpheus doesn't have a connection to a block explorer or price oracles yet, so it can't answer general transactions questions. It just answers the above examples based on info from the Meta Mask wallet you connect.
22
+
23
+
> [!WARNING]
24
+
> Review all transactions before approving them. The LLM makes mistakes, you have human wisdom.
25
+
Seriously, double check all actions in the Metamask interface before sending money.
26
+
This is an experimental release and the ETH Smart Agent may try and send your money into a black hole.
27
+
Gas costs are high on Ethereum. Consider testing out 0.0.6 using the Sepolia testnet or Arbitrum.
28
28
29
29
---------
30
-
## Introduction
31
-
The Smart Agent concept of connecting LLMs and AI Agents to wallets, Dapps, & smart contracts promises to open the world of Web3 to everyone. Chatting in normal language with your Smart Agent and having it understand the question or task, is similar to how Google's search engine opened the early internet up to the general public.
30
+
**Linux: There are now two linux builds (RPM and DEB)**
- SHA 256 hash for validation: fa811b823f80c6afc537b608edff99feb1bc68451c0bba9d22f7abedf5e66c0a
33
+
- Version: Morpheus-0.0.6-rpm
32
34
33
-
To make Smart Agents accessible to everyone and increase decentralization we propose a network & fairly launched token for incentivizing all four of the key contributors to their operation. Namely, the community of users, coders contributing to the Morpheus software / agents, capital providers funding development / operations and those suppling computation, storage and bandwidth. It has been well shown by the history of Bitcoin and Ethereum that free & open competition for scarce digital tokens can provide scalable infrastructure for a public blockchain over long periods of time.
@@ -40,19 +62,24 @@ To make Smart Agents accessible to everyone and increase decentralization we pro
40
62
-[Code Contributions Best Practices](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Code%20Contributor%20Best%20Practices.md)
0 commit comments