awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesSelf-Hosted Bot Deployments

Deployment patterns for running full bot frameworks on private hardware with local persistence.

Distinct from Bot API Server Self-Hosting: Focuses on the deployment of the whole bot framework rather than just the API gateway server.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Self-Hosted Bot Deployments. Refine with filters or upvote what's useful.

Awesome Self-Hosted Bot Deployments GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/clusterfuzzالصورة الرمزية لـ google

    google/clusterfuzz

    5,574عرض على GitHub↗

    ClusterFuzz is an automated platform that runs coverage-guided fuzzers at scale to find security and stability bugs in software. It orchestrates libFuzzer and AFL++ across distributed clusters of worker bots, collecting coverage feedback to guide input mutation and discover crashes. The platform provides a web-based dashboard for configuring fuzzing jobs, monitoring progress, and inspecting crash reports, with role-based access control to restrict sensitive features. The system automates the full fuzzing lifecycle, from build pipeline integration and corpus management to crash triage and bug

    Deploys fuzzing bots on non-Google machines or other cloud providers using Docker images and service accounts.

    Pythonfuzzingsecuritystability
    عرض على GitHub↗5,574
  • cog-creators/red-discordbotالصورة الرمزية لـ Cog-Creators

    Cog-Creators/Red-DiscordBot

    5,437عرض على GitHub↗

    Red-DiscordBot is a modular framework for building and self-hosting Discord bots. It functions as a server management tool and community moderation bot that can be tailored by enabling or disabling specific feature modules. The system is distinguished by its extensible plugin architecture, which allows for the integration of third-party modules and the development of custom functional packages. Users can manage bot behavior through a chat-based interface, enabling them to assemble custom bots and define unique responses and behaviors without writing new code. The framework covers a broad ran

    Designed for deployment on local machines or private servers with support for automatic restarts.

    Pythonbotchatbotdiscord
    عرض على GitHub↗5,437
  • docker/genai-stackالصورة الرمزية لـ docker

    docker/genai-stack

    5,333عرض على GitHub↗

    هذا المشروع عبارة عن حزمة تطوير حاوية (containerized) وإطار عمل لتطبيقات بناء أنظمة التوليد المعزز بالاسترجاع (RAG). يوفر بيئة تجريبية (sandbox) للذكاء الاصطناعي تعمل بنظام Docker، وتدمج بيئات تشغيل النماذج المحلية، ورسوم بيانية للمعرفة، ومخازن متجهية لتمكين إنشاء روبوتات محادثة سياقية. تتميز الحزمة بمخزنها المتجهي القائم على الرسوم البيانية، والذي يجمع بين رسوم المعرفة المهيكلة والفهارس المتجهية لاسترجاع البيانات الدلالية والهيكلية. كما يسمح باستضافة النماذج محلياً مع تسريع بواسطة CPU أو GPU، مما يتيح تنفيذ مهام توليدية دون الاعتماد على واجهات برمجة تطبيقات سحابية خارجية. يغطي إطار العمل مجموعة واسعة من القدرات، بما في ذلك معالجة وفهرسة مستندات PDF، وتنسيق خدمات الذكاء الاصطناعي القائمة على الحاويات، وتنفيذ توليد الاستجابات المؤصلة. يتضمن المشروع واجهة محادثة قائمة على الويب مع بث تدريجي للاستجابات وواجهة موحدة للتبديل بين مزودي نماذج اللغة المختلفين. يتم تشغيل البيئة باستخدام تنسيق الحاويات لنشر حزمة مهيأة مسبقاً من النماذج وقواعد البيانات بسرعة.

    Containerizes a generative AI application to provide an interface for interacting with PDF documents.

    Python
    عرض على GitHub↗5,333
  1. Home
  2. DevOps & Infrastructure
  3. Self-Hosted Bot Deployments

استكشف الوسوم الفرعية

  • Fuzzing Bot DeploymentsDeploys fuzzing bots on non-Google machines or other cloud providers using Docker images and a service account for backend access. **Distinct from Self-Hosted Bot Deployments:** Distinct from Self-Hosted Bot Deployments: specifically targets fuzzing bot deployment on custom infrastructure using Docker images.
  • Fuzzing Bot StagingApplies code changes to a single compute engine bot for isolated testing, persisting for two days unless the bot is rebooted. **Distinct from Self-Hosted Bot Deployments:** Distinct from Self-Hosted Bot Deployments: specifically targets staging changes on a single fuzzing bot for isolated testing rather than full deployment.
  • PDF Chatbot DeploymentsSpecialized deployment patterns for containerizing AI applications that interact with PDF documents. **Distinct from Self-Hosted Bot Deployments:** Specifically targets PDF-based RAG bots rather than general bot frameworks