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.
Note: This repository is meant to act as a sandbox for Smart Agent developers to explore existing agents and to build their own. It is not designed to be a production-ready application or consumer-based product. Please set your expectations accordingly. For additional information about a specific agent, browse to the submodules/moragents_dockers/agents/src/agents/ directory in the repo and view the README file for the agent you are interested in.
- "Generate an image of a cryptographically secure doggo"
- "Send USDC on Base" - WARNING: Highly experimental. Please backup your wallet file by downloading from wallet selector.
- INSTRUCTIONS
- "DCA Strategy on Base" - WARNING: Highly experimental. Please backup your wallet file by downloading from wallet selector.
- INSTRUCTIONS
- "Write a based tweet about Crypto and AI"
- INSTRUCTIONS
- "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?"
- "What are the most active tokens on Solana?"
Best performance when >=16GB RAM
- Download Installer
- For Mac on Apple Silicon M1, M2, M3, M4 (arm64)
- Download and run MORagents installer MORagents022-apple.pkg
SHA256 3f51ce7cb5a81903f1cc612901c5c63cacc106e83e14c5ca791ddd6b5e71e883 MORagents022-apple.pkg
- For Mac on Apple Silicon M1, M2, M3, M4 (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 <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
Best performance when >=16GB RAM
- Download MORagentsSetupWindows022.zip
SHA256 823790f9c2e2a1db7071012ad720e21a446d2fa86a58ac100cff134a107e7a3d MORagentsSetupWindows022.zip
- Go to downloaded MORagentsSetupWindows022(.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.