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

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

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

4 مستودعات

Awesome GitHub RepositoriesSequential Directory Loading

Loading configurations from a series of discrete directories in a specific order.

Distinct from Configuration File Loading: Focuses on the sequential, directory-based loading of shell scripts rather than parsing single structured files.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Sequential Directory Loading. Refine with filters or upvote what's useful.

Awesome Sequential Directory Loading GitHub Repositories

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

    holman/dotfiles

    7,743عرض على GitHub↗

    This project is a shell configuration manager and Unix environment automator designed to organize shell settings and environment variables. It functions as a symlink-based dotfile deployer that maps versioned configuration files to the home directory to maintain a consistent system environment across different machines. The system employs a topic-based configuration loading model, grouping shell settings and environment scripts into discrete directories that load sequentially into the active shell. It further automates the setup of the command line interface by managing system paths and ensur

    Groups shell settings and environment scripts into discrete directories that load sequentially into the active shell.

    Shell
    عرض على GitHub↗7,743
  • strands-agents/sdk-pythonالصورة الرمزية لـ strands-agents

    strands-agents/sdk-python

    6,176عرض على GitHub↗

    This is an open-source Python SDK for building and orchestrating production-grade AI agents. It provides a unified framework for creating conversational agents that can use tools, maintain state, and coordinate across multiple language model providers including OpenAI, Anthropic, Google, Amazon Bedrock, and locally-hosted models. The SDK supports multi-agent orchestration through graphs, teams, and swarms, allowing several specialized agents to collaborate on complex tasks. Agents can be composed as callable tools that other agents invoke, and the framework includes policy handlers that inspe

    Automatically discovers and loads tool definitions from a local directory without manual registration.

    Python
    عرض على GitHub↗6,176
  • biomejs/gritqlالصورة الرمزية لـ biomejs

    biomejs/gritql

    4,530عرض على GitHub↗

    GritQL is an AST-based code transformation engine and structural search tool. It uses a declarative query language to identify and rewrite source code patterns across multiple programming languages by matching abstract syntax tree nodes rather than literal text. The system functions as an automated refactoring framework for large-scale migrations and API updates. It distinguishes itself by utilizing sequential transformation pipelines and reusable blueprints that can be synced between local environments and remote repositories. The tool covers a broad range of capabilities including static a

    Automatically discovers and loads all patterns defined in files placed inside a designated folder.

    Rustastcodemodjavascript
    عرض على GitHub↗4,530
  • baserow/baserowالصورة الرمزية لـ baserow

    baserow/baserow

    4,188عرض على GitHub↗

    Baserow is a self-hosted, no-code relational database platform built on PostgreSQL. It provides a spreadsheet-like interface for structuring and managing data without writing code, while exposing all database resources via a REST API to support headless architectures. The platform distinguishes itself by integrating large language models and embedding servers to power AI assistants and automated data generation. It further extends its utility as a no-code application builder, allowing users to create custom internal portals, dashboards, and business tools using visual logic and managed data.

    Sources shell scripts from specific volume directories on startup to centralize environment settings.

    Pythonairtableairtable-alternativeairtable-replacement
    عرض على GitHub↗4,188
  1. Home
  2. DevOps & Infrastructure
  3. Configuration Management
  4. File-Based Configuration
  5. Configuration File Loading
  6. Sequential Directory Loading

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

  • Pattern Directory Loading1 وسم فرعيAutomatically discovers and loads all patterns defined in files placed inside a designated folder. **Distinct from Sequential Directory Loading:** Distinct from Sequential Directory Loading: focuses on loading pattern definitions from a directory, not configuration scripts.