9 रिपॉजिटरी
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.
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.
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.
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.
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.
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.
यह रिपॉजिटरी एक टेक्निकल डॉक्यूमेंटेशन साइट है और नेटवर्किंग, सुरक्षा और क्लाउड इंफ्रास्ट्रक्चर सेवाओं को लागू करने के लिए गाइड और रेफरेंस का एक संग्रह है। यह एक स्टेटिक-साइट जनरेटेड पोर्टल और एक हेडलेस कंटेंट प्लेटफॉर्म के रूप में कार्य करती है, जो लचीली रेंडरिंग को सक्षम करने के लिए सोर्स फाइलों को प्रेजेंटेशन लेयर से अलग करती है। यह प्रोजेक्ट वर्ज़न-कंट्रोल्ड Git रिपॉजिटरी में संग्रहीत मार्कडाउन-आधारित डॉक्यूमेंटेशन का उपयोग करता है। यह विशेष टेक्निकल सामग्री प्रदान करता है जिसमें एजेंट बनाने और इन्फरेंस प्रबंधित करने के लिए AI प्लेटफॉर्म डॉक्यूमेंटेशन, DNS और CDN कॉन्फ़िगरेशन के लिए क्लाउड इंफ्रास्ट्रक्चर गाइड, सर्वरलेस डिप्लॉयमेंट के लिए एज कंप्यूटिंग रेफरेंस और ज़ीरो ट्रस्ट और फायरवॉल मैनेजमेंट के लिए नेटवर्क सुरक्षा डॉक्यूमेंटेशन शामिल है।
Isolates stored AI memory into distinct profiles based on users, teams, or environments.
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.
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.
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.