awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • holman/dotfilesholman 的头像

    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-pythonstrands-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/gritqlbiomejs 的头像

    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/baserowbaserow 的头像

    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.