Open Sourcing Our Platform - GuideAnts Notebooks

Reddit r/LocalLLaMA / 5/8/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsTools & Practical UsageIndustry & Market MovesModels & Research

Key Points

  • GuideAnts Notebooksを、エージェント型システム向けのフルスタックAIワークスペースとしてオープンソース公開し、コントリビューションを呼びかけています。
  • ノートブック型ワークスペース、再利用可能なガイド/アシスタント、ファイルとリネージ管理、ドキュメント知能・RAG、マルチモーダルAIのプロバイダーローティングをモジュール構成で統合しています。
  • ローカルで動作するスタックを重視しつつ、設定システムにより使いやすく、クラウドへもスケール可能だとしています。
  • ローカル実行のためにllama.cpp、stable-diffusion.cpp、Qwen3-ASR、VibeVoice、Transformers、sentence-transformers、Hugging Face Hub、PyTorch、FastAPI/Uvicorn、FFmpeg、Playwright、Docling、SearXNG、PlantUML/Graphvizなど多数のOSSを組み合わせています。
  • デモ提供も行う意向があり、開始支援のための個別デモ(DM)を案内しています。

This is yet another agent harness and UI and I hope you will have a look and consider contributing. Elumenotion/GuideAnts: GuideAnts Notebooks. A complete and modular platform for agentic systems of all kinds with a killer UI.

GuideAnts is a large, full-stack AI workspace system that combines notebook-style workspaces, reusable guides and assistants, file and lineage management with document intelligence and RAG, provider-routed multimodal AI services, with a modular architecture that works locally and scales to any cloud.

The local stack uses a lot of other great OSS projects bundled together with a configuration system that I've tried to make as easy as possible to use.

I am happy to personally demo this to help you get started as I work on the docs and I won't try to sell you anything - DM me.

  • llama.cpp for local LLM inference/runtime foundations.
  • stable-diffusion.cpp for the local image-generation engine used in guideants-ai.
  • Qwen3-ASR for local speech transcription models/runtime (qwen-asr).
  • VibeVoice for local speech synthesis models/runtime.
  • Transformers for model loading and inference integration across local services.
  • sentence-transformers for local embeddings support.
  • Hugging Face Hub for model download and management workflows.
  • PyTorch for tensor/runtime acceleration across ASR, TTS, and embeddings.
  • FastAPI and Uvicorn for the local Python service APIs.
  • FFmpeg for media extraction/transcoding.
  • Playwright for browser automation used in local service workflows.
  • Docling for document intelligence and markdown extraction (docling-serve).
  • SearXNG for metasearch and web retrieval.
  • PlantUML and Graphviz for diagram rendering.

Edit: Forgot the demos. Worm Commander Demo - Elumenotion is a snakes game in a browser that uses the chat widget against a guide with tools to control the snake and game state and https://everyeventever.com/ is an event aggregator which is maintained by an orchestrations using published guides.

submitted by /u/awitod
[link] [comments]