Python for AI Agents, JS for UI. Runs in your favorite browser. Made possible by Docker. Fully Extensible! Add your own agents and have them automatically invoked based on user intent.
- "Write a based tweet about Crypto and AI"
- "Real-time info about Company XYZ"
- "Latest news for USDC"
- "How many MOR rewards do I have?"
- "What's the price of ETH?"
- "What's the market cap of BTC?"
- "Can you give me a summary?"
- "What's the main point of the document?"
Assumes minimum 16GB RAM
- Download Installer
- For Mac on Apple Silicon M1/2/3 etc. (arm64)
- Download and run MORagents installer MORagents020-apple.pkg
SHA256 e65e11719a24ca9a00545443a35cda3b6d78f756b8e2ba535db00399ef75168f MORagents020-apple.pkg
- For Mac on Intel (x86_64)
- Download and run MORagents installer MORagents020-intel.pkg
SHA256 0e3a831f9817ff8fe79cc87d87a60a7884e6752becde20aaa1920133ab2d8036 MORagents020-intel.pkg
- For Mac on Apple Silicon M1/2/3 etc. (arm64)
- Wait several minutes for background files to download and then your browser should automatically open to http://localhost:3333
Note: After installation is complete, the MORagents app icon will bounce for several minutes on your dock, and then stop. This is normal behavior as it's downloading a <7GB of files in the background. You can open "Activity Monitor" and in the Network tab see that it's downloading.
- Open the "MORagents" app from Mac search bar.
- For easier access: Right-click MORagents icon on dock -> Options -> Keep in Dock
- If the app shows connections errors in connecting to agents. Please ensure Docker Desktop is running, then close and reopen MORagents from desktop.
- If installation is unsuccessful, run the following in your Terminal and open the MORagents....pkg again
$ xcode-select --install
Assumes minimum 16GB RAM
- Download MORagentsSetupWindows020.zip
SHA256 1802a941517ad19c732d3a34bfd353fd9a7eb5921ca12210dc5335cf75e34ee8 MORagentsSetupWindows020.zip
- Go to downloaded MORagentsSetupWindows020(.zip) file and double click to open
- Double click MORagentsSetup.exe
- You may need to click "More info" -> "Run anyway"
- If that still doesn't work, try temporarily disabling your antivirus and open the .exe again
- Click and Run MORagentsSetup.exe
- This will auto-install Docker and Ollama dependencies. Those will ask you for confirmation.
- Open MORagents from Desktop
- Wait for Docker engine to start...
- If you see any errors or if anything hangs for >10min, please try opening the MORagents app again from the Desktop
If the app shows connections errors in connecting to agents. Please ensure Docker Desktop is running, then close and reopen MORagents from desktop.
Coming soon
See Agents README section: "Steps to Add a New Agent".
This will allow you to add custom agents which will be automatically invoked based on relevant user queries.