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

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

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

8 مستودعات

Awesome GitHub RepositoriesCustom Python Components

Extensibility mechanisms that allow users to write custom Python code to define the behavior of system building blocks.

Distinct from Custom Component Extensions: Distinct from Custom Component Extensions: specifically targets the use of Python source code for backend logic rather than frontend widget integration.

Explore 8 awesome GitHub repositories matching user interface & experience · Custom Python Components. Refine with filters or upvote what's useful.

Awesome Custom Python Components GitHub Repositories

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

    logspace-ai/langflow

    149,776عرض على GitHub↗

    Langflow is a low-code platform for designing and deploying multi-step AI agent pipelines and large language model sequences. It provides a visual environment to map logic and data flow between components, serving as an orchestrator for managing conversations and data retrieval across multiple autonomous agents. The platform distinguishes itself through a drag-and-drop interface that allows for the construction of complex AI pipelines without extensive boilerplate code. It enables the conversion of these internal workflows into standardized tools for external connectivity via the Model Contex

    Allows customization of building block behavior by writing and modifying Python source code for specific logical outcomes.

    Python
    عرض على GitHub↗149,776
  • fchollet/kerasالصورة الرمزية لـ fchollet

    fchollet/keras

    64,095عرض على GitHub↗

    Keras is a high-level deep learning API used to design, build, and train neural networks for tasks such as computer vision, natural language processing, and time series forecasting. It provides a framework for defining model architectures and optimizing weights through a structured interface. The project is defined by a backend-agnostic design that allows the same model code to run across different compute engines. This multi-backend execution enables users to swap underlying engines to optimize for specific hardware or performance requirements. The system supports distributed model training

    Enables the creation of custom layers, models, and metrics that remain compatible across different compute engines.

    Python
    عرض على GitHub↗64,095
  • modelscope/modelscopeالصورة الرمزية لـ modelscope

    modelscope/modelscope

    8,718عرض على GitHub↗

    ModelScope is a comprehensive machine learning platform that functions as a model hub, training framework, inference engine, and cloud development environment. It provides a centralized repository for discovering, downloading, and managing pre-trained models and datasets across multiple modalities, including natural language, vision, and speech. The platform features a unified interface for multimodal model inference and a standardized framework for fine-tuning and evaluating large-scale models. It supports distributed training to scale workloads across multiple processors and provides contai

    Allows the modification of specific pipeline modules to implement custom logic during model inference and training.

    Pythoncvdeep-learningmachine-learning
    عرض على GitHub↗8,718
  • evidence-dev/evidenceالصورة الرمزية لـ evidence-dev

    evidence-dev/evidence

    5,919عرض على GitHub↗

    Uses a utility function to prepend the base path to relative links in custom components.

    JavaScriptanalyticsbusiness-intelligencedashboard
    عرض على GitHub↗5,919
  • pyspur-dev/pyspurالصورة الرمزية لـ PySpur-Dev

    PySpur-Dev/pyspur

    5,677عرض على GitHub↗

    Provides a decorator-based mechanism to convert any Python function into a reusable workflow tool.

    TypeScriptagentagentsai
    عرض على GitHub↗5,677
  • qtile/qtileالصورة الرمزية لـ qtile

    qtile/qtile

    5,273عرض على GitHub↗

    Qtile هو مدير نوافذ متجانب (Tiling Window Manager) ومؤلف (Compositor) قابل للبرمجة، مكتوب ومُعد باستخدام Python. يقوم بتنظيم نوافذ التطبيقات في مربعات غير متداخلة أو أوضاع عائمة لزيادة مساحة الشاشة، ويدعم بروتوكولات خادم العرض X11 و Wayland. يتم تعريف البيئة من خلال تنفيذ نصوص Python، مما يسمح بالتخصيص البرمجي لاختصارات لوحة المفاتيح، والأنماط المرئية، وسلوكيات النظام. يتيح هذا النهج مساحة عمل مخصصة حيث يتم إدارة واجهة المستخدم بالكامل ومنطق التخطيط من خلال تكوين قائم على النصوص البرمجية. يغطي المشروع مجالات قدرات واسعة تشمل تنظيم مساحات العمل الافتراضية، وسير عمل سطح المكتب المؤتمت، وإدارة نوافذ التطبيقات عبر بروتوكولات رسومية مختلفة. كما يتضمن أدوات لمراقبة صحة النظام عبر تتبع تخصيص الذاكرة وتحليل أداء العمليات.

    Uses Python scripts to programmatically define keybindings, visual styles, and system behaviors.

    Python
    عرض على GitHub↗5,273
  • vrsen/agency-swarmالصورة الرمزية لـ VRSEN

    VRSEN/agency-swarm

    3,962عرض على GitHub↗

    Agency Swarm is a multi-agent orchestration framework and development kit designed to coordinate specialized AI agents through defined communication patterns and handoffs. It functions as a system for managing agent swarms, providing an API gateway to expose these coordinated collectives as production-ready HTTP endpoints. The project distinguishes itself through its Model Context Protocol integration layer, which connects agents to external data sources and capabilities. It implements specialized orchestration patterns, such as the orchestrator-worker model and role-based delegation, to tran

    Implements a decorator pattern to simplify the registration of Python functions as agent tools.

    Python
    عرض على GitHub↗3,962
  • anthropics/anthropic-sdk-pythonالصورة الرمزية لـ anthropics

    anthropics/anthropic-sdk-python

    2,795عرض على GitHub↗

    This is a Python SDK for interacting with large language models via API. It serves as a client library to generate text, process messages, and manage conversational states, while providing a specialized interface for connecting to models hosted across different cloud infrastructure providers. The SDK includes a tool-calling framework that maps Python functions to JSON schemas, allowing models to execute external tools. It also features a built-in token counting utility to estimate input size before transmission and a server-sent events client for receiving model tokens in real time. The libr

    Allows Python functions to be registered as tools via decorators, enabling the model to execute external capabilities.

    Python
    عرض على GitHub↗2,795
  1. Home
  2. User Interface & Experience
  3. Custom Component Extensions
  4. Custom Python Components

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

  • Base Path Link AdjustersUtility functions that prepend the base path to relative links in custom components that are not automatically adjusted. **Distinct from Custom Python Components:** Distinct from Custom Python Components: focuses on adjusting relative links for base paths, not creating custom components.
  • Custom ML ComponentsExtensibility mechanisms for defining custom neural network layers, models, and metrics using high-level language source code. **Distinct from Custom Python Components:** Distinct from Custom Python Components: specifically targets ML-specific building blocks like layers and metrics rather than general system logic.
  • Decorator-Based Tool RegistrationsConverting Python functions into reusable workflow components by registering them with a decorator that adds metadata. **Distinct from Custom Python Components:** Distinct from Custom Python Components: focuses on the decorator pattern for registering functions as tools, not general Python component creation.