Skip to content

Releases: Darth-Hidious/PRISM

PRISM v2.7.0

09 Apr 02:58

Choose a tag to compare

PRISM v2.7.0 — AI Agent TUI with Tool Calling

Install

curl -fsSL https://raw.githubusercontent.com/Darth-Hidious/PRISM/main/install.sh | bash

What's New

  • Native Ratatui TUI — VS Code-style layout with activity bar, sidebar, 9 workspaces
  • LLM chat + tool calling — Gemini responds with text for conversation, calls tools (search_materials, literature_search, web_search, etc.) when needed
  • 108 Python tools — materials search, knowledge graph, ML prediction, compute, deploy, mesh, workflows
  • 69+ slash commands — model picker, command palette, billing, settings
  • Firecrawl bundled — open-source web scraper as managed Docker service
  • DuckDuckGo search — bundled duckduckgo-search library, reliable free web search
  • Doom loop protection — stops retrying tools that return empty results
  • Auto-scroll — chat follows new content, pauses on manual scroll
  • Formatted tool cards — search results with titles, URLs, snippets instead of raw JSON
  • macOS code signing — proper linker signature handling, no more SIGKILL crashes
  • Default modelgemini-3.1-flash-lite-preview via MARC27 platform

Architecture

User → Ratatui TUI → JSON-RPC → Agent Backend → MARC27 LLM (SSE)
                                      ↓
                                 Python Tool Server (108 tools)
                                      ↓
                           Neo4j · Qdrant · Firecrawl · OPTIMADE

Binaries

  • prism-linux-x86_64.tar.gz
  • prism-macos-aarch64.tar.gz (ad-hoc signed)
  • prism-windows-x86_64.zip

From Source

git clone https://github.com/Darth-Hidious/PRISM.git
cd PRISM && ./scripts/install-local.sh