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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesTemplate Injection

Mechanisms for inserting dynamic data into configuration fields using template syntax.

Distinct from Custom Data Fields: Distinct from custom data fields: focuses on the injection mechanism for configuration rather than the schema definition of the fields themselves.

Explore 4 awesome GitHub repositories matching data & databases · Template Injection. Refine with filters or upvote what's useful.

Awesome Template Injection GitHub Repositories

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

    lit/lit

    21,679在 GitHub 上查看↗

    Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages native browser APIs to encapsulate state, logic, and styles, allowing developers to create custom elements that function consistently across any modern web project. The framework distinguishes itself through a reactive property system that automatically triggers efficient, batched DOM updates. By utilizing tagged template literals, it defines declarative UI structures that are compiled into optimized update instructions. Its architecture emphasizes modularity through a reactive con

    Interpolates static values into templates to allow dynamic definition of HTML tags or attribute names.

    TypeScripthtml-templateslitlit-element
    在 GitHub 上查看↗21,679
  • letta-ai/lettaletta-ai 的头像

    letta-ai/letta

    21,168在 GitHub 上查看↗

    Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across long-term interactions. It provides a comprehensive suite of primitives for defining agents with configurable personas, modular memory blocks, and tool-use capabilities, enabling them to retain user preferences and conversation history over extended sessions. The platform distinguishes itself through its advanced memory management and orchestration capabilities. It allows agents to autonomously update their own memory, perform retrieval-augmented generation, and coordinate com

    Populates memory fields with dynamic data using variable placeholders during agent creation.

    Pythonaiai-agentsllm
    在 GitHub 上查看↗21,168
  • ory/kratosory 的头像

    ory/kratos

    13,455在 GitHub 上查看↗

    Kratos is a centralized identity and access management server designed to handle user registration, authentication, and profile management. It functions as an identity flow orchestrator, managing the state and security of authentication processes across web, mobile, and command-line interfaces. The system provides a standards-compliant authorization server that issues tokens and manages delegated access for third-party applications and internal services, supporting multi-factor authentication and custom identity schemas to secure user accounts. The project distinguishes itself through a headl

    Injects session-specific information into configuration fields using template syntax and custom functions.

    Gohacktoberfestidentityidentity-management
    在 GitHub 上查看↗13,455
  • evilmartians/lefthookevilmartians 的头像

    evilmartians/lefthook

    7,598在 GitHub 上查看↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Substitutes placeholders in command strings with real-time data such as staged file paths before execution.

    Gogitgogolang
    在 GitHub 上查看↗7,598
  1. Home
  2. Data & Databases
  3. Custom Data Fields
  4. Template Injection

探索子标签

  • CommandSubstitution of placeholders in shell commands with real-time runtime data. **Distinct from Template Injection:** Distinct from Template Injection: focuses on shell command strings rather than configuration fields or UI templates.