awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesContext Scoping

Mechanisms for limiting the availability of shared data to specific sub-trees.

Distinguishing note: Focuses on hierarchical context boundaries.

Explore 9 awesome GitHub repositories matching user interface & experience · Context Scoping. Refine with filters or upvote what's useful.

Awesome Context Scoping GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dioxuslabs/dioxusAvatar de DioxusLabs

    DioxusLabs/dioxus

    36,400Ver en GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Wraps specific sub-trees with provider components to limit context availability.

    Rustandroidcssdesktop
    Ver en GitHub↗36,400
  • quarkusio/quarkusAvatar de quarkusio

    quarkusio/quarkus

    15,479Ver en GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Controls bean lifecycles and sharing by binding components to specific application, request, or session contexts.

    Javacloud-nativehacktoberfestjava
    Ver en GitHub↗15,479
  • memorilabs/memoriAvatar de MemoriLabs

    MemoriLabs/Memori

    15,358Ver en GitHub↗

    Memori is an AI agent memory middleware platform designed to provide persistent, context-aware recall for language models. It functions as a non-intrusive layer that intercepts outbound model requests to automatically capture interaction history and execution traces, ensuring that agents maintain continuity across sessions without requiring modifications to existing application logic. The platform distinguishes itself through a dual-model storage architecture that maintains information as both structured relational primitives for precise fact retrieval and rolling narrative summaries for situ

    Links stored memories to specific users or processes to ensure information is properly indexed and retrieved.

    Pythonagentaiaiagent
    Ver en GitHub↗15,358
  • klaudiosinani/signaleAvatar de klaudiosinani

    klaudiosinani/signale

    9,176Ver en GitHub↗

    Signale is a highly configurable logging library for Node.js applications that provides 16 built-in loggers, each with distinct badges, colors, and labels for different message types. It functions as a console logger that displays timestamps, labels, badges, and filenames in configurable log output, and includes an interactive mode that overwrites previous messages in place for real-time progress indicators. The library distinguishes itself through several advanced capabilities, including a custom logger factory that lets developers create new logger types with unique badges, colors, and labe

    Groups log messages under named scopes by prepending a scope identifier to each output line.

    JavaScriptcliconsolelibrary
    Ver en GitHub↗9,176
  • nlog/nlogAvatar de NLog

    NLog/NLog

    6,542Ver en GitHub↗

    NLog is an open-source logging framework for .NET that functions as a structured logging library and log routing engine. It captures log events with named parameters as searchable data rather than plain text and directs these messages to various output destinations based on severity and source. The framework is designed as an extensible platform, supporting custom targets, layout renderers, and filters that can be loaded from external assemblies or defined in code. It features a dynamic configuration system that allows logging targets, rules, and layouts to be updated via XML or programmatic

    Maintains a stack of named properties on the current execution thread to attach hierarchical metadata to log events.

    C#aotaot-compatiblec-sharp
    Ver en GitHub↗6,542
  • cloudflare/cloudflare-docsAvatar de cloudflare

    cloudflare/cloudflare-docs

    4,859Ver en GitHub↗

    Este repositorio es un sitio de documentación técnica y una colección de guías y referencias para implementar servicios de redes, seguridad e infraestructura en la nube. Funciona como un portal generado por sitio estático y una plataforma de contenido headless, separando los archivos fuente de la capa de presentación para permitir un renderizado flexible. El proyecto utiliza documentación basada en markdown almacenada en un repositorio Git con control de versiones. Proporciona contenido técnico especializado, incluyendo documentación de plataforma de IA para construir agentes y gestionar inferencia, una guía de infraestructura en la nube para configuración de DNS y CDN, una referencia de edge computing para despliegue serverless y documentación de seguridad de red para Zero Trust y gestión de firewalls.

    Isolates stored AI memory into distinct profiles based on users, teams, or environments.

    MDXcloudflaredocshacktoberfest
    Ver en GitHub↗4,859
  • oddbird/susyAvatar de oddbird

    oddbird/susy

    3,831Ver en GitHub↗

    Susy is a Sass layout framework and grid computation engine designed to automate complex mathematical layout calculations within stylesheets. It functions as a responsive grid generator that calculates column widths, gutters, and spans based on customizable viewport breakpoints to ensure precise element alignment. The system includes a visual layout debugger that generates browser-based grid overlays to verify column alignment and baseline rhythm during development. It also provides utilities for creating repeating background colors and gradients using a template-based syntax. The framework

    Manages layout variables within specific scopes to maintain consistent spacing across nested elements.

    SCSS
    Ver en GitHub↗3,831
  • jetbrains/koogAvatar de JetBrains

    JetBrains/koog

    3,735Ver en GitHub↗

    Koog is an LLM agent framework used to build autonomous entities that execute tool-based workflows. It utilizes a graph-based workflow engine to define agent behaviors and decision paths as a directed graph of nodes and edges. The framework distinguishes itself through a model provider orchestrator that enables dynamic switching, load balancing, and automatic fallbacks between different AI backends. It implements the Model Context Protocol to connect agents to remote tool servers and features a RAG memory system using vector embeddings to maintain long-term conversation context. The project

    Tracks user preferences and conversation history using scoped storage to maintain personalized context.

    Kotlinagentframeworkagentic-aiagents
    Ver en GitHub↗3,735
  • caviraoss/openmemoryAvatar de CaviraOSS

    CaviraOSS/OpenMemory

    3,350Ver en GitHub↗

    OpenMemory is an embeddable memory engine for LLM agents that stores, retrieves, and manages conversational context and agent state using semantic indexing and temporal facts. It functions as a semantic memory store backed by vector indexing, where memories are organized by meaning rather than by exact key, and includes a tiered decay engine that gradually reduces the salience of unused memories while compressing cold vectors and fingerprinting dormant entries to conserve storage. The system also maintains a temporal fact database that records factual statements with subject-predicate-object s

    Returns paginated collections of memories, optionally filtered by sector or user identifier.

    TypeScriptaiai-agentsai-infrastructure
    Ver en GitHub↗3,350
  1. Home
  2. User Interface & Experience
  3. Context Scoping

Explorar subetiquetas

  • Log Scope Prefixers1 sub-etiquetaMechanisms that prepend a named scope identifier to each log line to indicate the source module or component. **Distinct from Context Scoping:** Distinct from Context Scoping: focuses on prepending scope identifiers to log output lines, not limiting data availability to sub-trees.
  • Memory Scoping2 sub-etiquetasMechanisms for isolating stored data by entity, process, or session identifiers to ensure secure and context-aware retrieval. **Distinct from Context Scoping:** Distinct from Context Scoping: focuses on data isolation for multi-tenant memory systems rather than hierarchical UI or plugin boundaries.