build-small-hackathon/elysium
1
1---2title: Elysium3emoji: ๐ฟ4colorFrom: green5colorTo: indigo6sdk: gradio7sdk_version: 6.17.38app_file: app.py9python_version: "3.12"10pinned: true11hardware: zero-a10g12short_description: Agentic Civilization with Bioluminescent Hypergraph13tags:14 - minicpm-v15 - voxcpm216 - llama.cpp17 - agentic18 - track:wood19 - sponsor:modal20 - achievement:offbrand21 - achievement:llama22 - achievement:offgrid23 - achievement:welltuned24 - badge-tiny-titan25---26 27# ๐ฟ Elysium โ Persistent Agentic Civilization28 29Elysium is a self-evolving civilization of agents living inside a fine-tuned MiniCPM-V 4.6 (โ4B).30Every interaction grows a Living Mycelial Hypergraph rendered as a bioluminescent, Google-Maps-style infinite canvas.31 32- **Brain:** fine-tuned MiniCPM-V 4.6 via `llama-cpp-python` on ZeroGPU33 - Repo: [`build-small-hackathon/elysium-MiniCPM-V-4.6-F16-GGUF`](https://huggingface.co/build-small-hackathon/elysium-MiniCPM-V-4.6-F16-GGUF)34 - File: `elysium-f16.gguf`35- **Voice:** VoxCPM2 (agent debate audio drama)36- **Memory:** `rustworkx` hypergraph persisted to `/data`37- **JSON:** GBNF grammar enforces a strict ElysiumResponse schema on every forward pass38- **Tools:** offline-first DuckDuckGo, email, reminders, calendar, weather, calculator, fetch_url, transit_lookup, files39- **Frontend:** 100% custom HTML/Canvas2D on `gradio.Server` (no default Gradio UI)40 41Runs identically online (HF Spaces) and offline (`git clone โฆ && python app.py`).42 43## Required environment variables (Settings โ Variables and secrets)44 45| Variable | Value |46|---|---|47| `ELYSIUM_MODEL_REPO` | `build-small-hackathon/elysium-MiniCPM-V-4.6-F16-GGUF` |48| `ELYSIUM_GGUF_FILE` | `elysium-f16.gguf` |49| `ELYSIUM_MMPROJ_FILE` | *(leave empty โ no mmproj published yet, vision auto-disables)* |50| `HF_TOKEN` | your read token (optional for public repos but recommended) |51 52> The defaults already point at the real published repo, so you don't strictly need to set these โ but doing so makes the Space's config explicit.53 