awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dioxuslabs/dioxusAvatar DioxusLabs

    DioxusLabs/dioxus

    36,400Vezi pe 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
    Vezi pe GitHub↗36,400
  • quarkusio/quarkusAvatar quarkusio

    quarkusio/quarkus

    15,479Vezi pe 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
    Vezi pe GitHub↗15,479
  • memorilabs/memoriAvatar MemoriLabs

    MemoriLabs/Memori

    15,358Vezi pe 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
    Vezi pe GitHub↗15,358
  • klaudiosinani/signaleAvatar klaudiosinani

    klaudiosinani/signale

    9,176Vezi pe 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
    Vezi pe GitHub↗9,176
  • nlog/nlogAvatar NLog

    NLog/NLog

    6,542Vezi pe 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
    Vezi pe GitHub↗6,542
  • cloudflare/cloudflare-docsAvatar cloudflare

    cloudflare/cloudflare-docs

    4,859Vezi pe GitHub↗

    Acest repository este un site de documentație tehnică și o colecție de ghiduri și referințe pentru implementarea serviciilor de rețea, securitate și infrastructură cloud. Funcționează ca un portal generat static și o platformă de conținut headless, separând fișierele sursă de stratul de prezentare pentru a permite o randare flexibilă. Proiectul utilizează documentație bazată pe markdown stocată într-un repository Git cu control al versiunilor. Oferă conținut tehnic specializat, inclusiv documentație pentru platforme AI pentru construirea de agenți și gestionarea inferenței, un ghid de infrastructură cloud pentru configurarea DNS și CDN, o referință de edge computing pentru deployment serverless și documentație de securitate a rețelei pentru Zero Trust și gestionarea firewall-urilor.

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

    MDXcloudflaredocshacktoberfest
    Vezi pe GitHub↗4,859
  • oddbird/susyAvatar oddbird

    oddbird/susy

    3,831Vezi pe 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
    Vezi pe GitHub↗3,831
  • jetbrains/koogAvatar JetBrains

    JetBrains/koog

    3,735Vezi pe 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
    Vezi pe GitHub↗3,735
  • caviraoss/openmemoryAvatar CaviraOSS

    CaviraOSS/OpenMemory

    3,350Vezi pe 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
    Vezi pe GitHub↗3,350
  1. Home
  2. User Interface & Experience
  3. Context Scoping

Explorează sub-etichetele

  • Log Scope Prefixers1 sub-tagMechanisms 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-tag-uriMechanisms 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.