shipwithmuse

№ 0887GitHub

Mini-Muse research agent

An educational ~1,600-line Python chat app on Muse Spark that finds papers, reads PDFs and writes a cited report only after the user clicks Approve, built to show students how an LLM app becomes an agent.

Mini-Muse research agent on github.com
rajkumar898/muse-spark-research-agentREADME ↗
# Mini-Muse — a research agent built on Meta Muse Spark

**Educational AI agent that shows undergraduates how an ordinary LLM app becomes an agent.**

Mini-Muse is a small chat app, in the style of ChatGPT or Claude, that uses Meta's **Muse Spark** model. It can:

- find real research papers,
- read your PDF,
- do safe calculations,
- write a cited research report, **but only after you click Approve.**

The whole project is ~1,600 lines of plain Python (no LangChain, no LangGraph, no vector database), so a student can read it end to end.

```
User Goal → Muse Spark → Decision → Tool Selection → Tool Execution → Observation
          → Next Decision … → Human Approval (enforced by code) → Final Result
```

This project is an educational prototype inspired by Meta Muse and is not an implementation or reproduction of Meta's proprietary Muse product.

![Mini-Muse asking for approval before writing the report](docs/images/approval.png)

📑 **Slides:** [`slides/Mini-Muse-Step-by-Step-Implementation.pptx`](slides/Mini-Muse-Step-by-Step-Implementation.pptx) is a 24-slide, step-by-step lecture on how this project was built, with speaker notes.

---

## Contents

1. [Quick start (5 minutes)](#1-quick-start-5-minutes)
2. [How to use it](#2-how-to-use-it)
3. [Connect the real Muse Spark (API key)](#3-connect-the-real-muse-spark-api-key)
4. [How it works](#4-how-it-works)
5. [Build it yourself, step by step](#5-build-it-yourself-step-by-step)
6. [Tests](#6-tests)
7. [Configuration](#7-configuration)
8. [Project structure](#8-project-structure)
9. [Safety, limitations and future work](#9-safety-limitations-and-future-work)

---

## 1. Quick start (5 minutes)

You need **Python 3.11 or newer** and **Git**. **No API key is needed to try it**: without a key the app runs in *mock mode* (see below).

**Windows (PowerShell):**
```powershell
git clone https://github.com/rajkumar898/muse-spark-research-agent.git
cd muse-spark-research-agent
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
copy .env.example .env
streamlit run app.py
```

**macOS / Linux:**
```bash
git clone https://github.com/rajkumar898/muse-spark-research-agent.git
cd muse-spark-research-agent
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
streamlit run app.py
```

Open **http://localhost:8501** in your browser. Stop the app with **

Also filed under Agents & automation

See all →
  1. 1007

    Plumbing company run by a Muse agent★

    I still can’t believe I can run my plumbing company with an agent so easily. I send this message to my Muse agent while in bed at 6am. And it: updates my job board, texts customer, updates office manager who arrives at 8am in slack Notifies technician

    @HouseHackerJon

    X post

    Agents & automation

  2. 0199

    Muse as a control plane for a homelab via Tailscale★

    I think a lot of people are boxing Muse in as “Hermes for normies.” My guess is Meta intentionally keeps the deeper capabilities out of sight because the target audience does not want a complicated Hermes/Grok Bot-style setup. They aren't trying to capture the nerdy Hermes using market, they want this to be an AI agent for normies but they don't limit it as such. What it advertises its for is far from what it actually can do with very little work. But Muse gets much more interesting once you stop thinking of its VM as the whole system. I joined the Muse VM to my Tailscale network, gave it SSH access to a restricted user on my home Ubuntu box, and now it can run commands and browser automation through hardware I already own. I figured out Muse can do this because I asked it if it had a Tailscale skill and it said it did, then after a series of "proceed" replies, it set it up for me outside of the parts where I had to join it. At that point, Muse stops being a “shopping assistant” and starts looking more like a control plane for your own infrastructure. With Tailscale + SSH/API access, it can potentially: • Manage Docker, VMs, NAS, Proxmox, and homelab services • Pull repos,

    u/ogbrien

    Reddit post

    Agents & automation

  3. 1074

    Ziggy, a 24/7 voice assistant on Muse Spark

    An always-on laptop voice companion: local Porcupine wake word, local Whisper speech-to-text in Hindi and English, Muse Spark via the Meta Model API as the brain, offline TTS and local conversation memory.

    @TanayYadavDev

    GitHub

    Agents & automation

  4. 1065

    Muse checks a training run and locks the Mac from a phone

    Built a small bridge so Muse can act on my Mac from my phone, and recorded a real session: it looks at the Terminal, reports the epoch, loss and accuracy it sees, then locks the machine when asked. What struck me building it is how much of the work is permissions, not intelligence: per-action consent, small window captures instead of a live feed, rejecting stale observations before any input. Free beta if anyone wants to try it. Developer here, ask away. try wand here today

    u/OldChemical3853

    Reddit post

    Agents & automation

More GitHub

See all →
  1. 1066

    Muse remote-control bridge for Intel Macs

    Since Muse for Mac ships only for Apple silicon, this small service lets Muse's cloud VM screenshot, click and type on an Intel Mac, compressing each 5K frame to about 150 KB and handling Retina coordinate scaling.

    @LilMuh

    GitHub

    Errands & personal agent

  2. 1040

    CursorBench 4.0 score-vs-cost report

    A self-contained visual report comparing CursorBench 4.0 score against cost per task for Opus 5.5, Fable 5.1, Grok 4.7 and Muse Spark 1.3, where Muse Spark 1.3 Max scores 41.6% at $2.64 per task. GPT-6 points are clearly marked as estimates.

    @dominicletz

    GitHub

    Benchmarks & research

  3. 0992

    Uber for Muse connector

    An Express-based Muse connector that books Uber rides from natural language, with routes for fare estimates and ride requests, connector auth middleware and a privacy page.

    @AshutoshKD

    GitHub

    Connectors & MCP

  4. 0984

    Movies & TV Muse connector (TMDB)

    A Muse connector powered by TMDB that exposes search, trending, now-playing, upcoming and top-rated movies, TV shows and people lookups behind connector auth.

    @AshutoshKD

    GitHub

    Connectors & MCP

Curator picks

  1. 1046

    Medical bills audited line by line, $4,000 saved★

    Got Muse logged in to my medical provider’s portal, he pulled the itemized bills, and questioned every line. So far he’s found several times I’d been double billed, asked for some discounts and has saved me over $4,000. If your moat is bureaucracy, you’re cooked.

    @Ryan_Holdaway

    X post

    Errands & personal agent

  2. 1013

    Shop Pay agentic checkout on every Shopify store★

    We are excited to announce we are partnering deeply with Muse to enable agentic checkout with Shop Pay on all Shopify stores, offering people an easy and delightful way to shop and check out with Muse.

    @tobi

    X post

    Business & commerce

  3. 1009

    Private e-book library app from Google Drive★

    Muse built me a private library for the e-books and articles in my Google Drive. Everything is organized by topic, and each section opens onto its own subcategorized shelves. Each book opens like a real book and is readable in-app

    @chiasmus_cap

    X post

    Apps & websites