awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Session & State Persistence · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesSession & State Persistence

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Session & State Persistence. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Agentic Systems Frameworks
  4. Orchestration and Multi-Agent Systems
  5. Security & Auth
  6. Authentication Strategies
  7. Session & State Persistence

Awesome Session & State Persistence GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    Caches authenticated browser sessions to avoid repeated login procedures across different test projects.

    TypeScriptautomationchromechromium
  • browser-use/browser-use

    browser-use/browser-use

    78,576GitHubView on GitHub↗

    Browser-use is a framework for building autonomous agents that navigate, interact with, and extract data from web interfaces using natural language instructions. By acting as an orchestration layer between large language models and browser automation protocols, it enables the execution of complex, multi-step workflows

    Maintains authenticated browser environments by synchronizing cookies and local storage across multiple automation cycles.

    Pythonai-agentsai-toolsbrowser-automation
  • Stirling-Tools/Stirling-PDF

    Stirling-Tools/Stirling-PDF

    74,357GitHubView on GitHub↗

    Stirling-PDF is a self-hosted document processing suite designed for secure, private file management. It functions as a comprehensive transformation engine that executes complex operations—such as merging, splitting, converting, and redacting documents—directly on the host machine. The platform provides both a browser-

    Maintains secure session state across distributed interactions using cryptographically signed tokens.

    TypeScriptdockerhacktoberfestjava

Explore sub-tags

  • Authentication State PersistenceTechniques for caching and reusing authenticated browser sessions across test suites.
  • Browser Session PersistenceMechanisms for synchronizing and maintaining browser state, cookies, and local storage across automated sessions.
  • Session Persistence MechanismsTechniques for maintaining authenticated states by synchronizing or storing browser data across multiple sessions or automation cycles.
Stateless Session AuthenticationAuthentication mechanisms that use cryptographically signed tokens to maintain session state without server-side storage.