awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesGraph Construction Frameworks

APIs for building and orchestrating directed graphs for automated systems.

Distinguishing note: Focuses on the construction of graph-based orchestration logic.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Graph Construction Frameworks. Refine with filters or upvote what's useful.

Awesome Graph Construction Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • langchain-ai/langgraphالصورة الرمزية لـ langchain-ai

    langchain-ai/langgraph

    34,925عرض على GitHub↗

    LangGraph is a framework for building stateful, multi-step agentic workflows by modeling application logic as a directed graph. It provides a runtime environment where complex tasks are orchestrated through interconnected nodes and edges, allowing developers to manage state transitions, persistent memory, and control flow across long-running automated processes. The platform distinguishes itself through its native support for human-in-the-loop automation, enabling developers to define breakpoints that pause execution for manual review, modification, or approval. It also features checkpoint-ba

    Builds directed graphs to orchestrate complex tasks and manage control flow.

    Pythonagentsaiai-agents
    عرض على GitHub↗34,925
  • mdaines/viz-jsالصورة الرمزية لـ mdaines

    mdaines/viz-js

    4,330عرض على GitHub↗

    viz-js is a JavaScript rendering library and graph visualization engine that converts Graphviz DOT language descriptions into visual diagrams. It functions as a Graphviz rendering library designed to produce SVG output for web applications. The project utilizes a WebAssembly port of the Graphviz C library to execute layout engines directly in the browser. To maintain interface responsiveness, it processes computationally expensive layout calculations within background worker threads and uses a standardized JSON format for layout serialization. The library provides tools for dynamic graph vis

    Provides a programmatic JavaScript object API for constructing graph definitions without writing DOT syntax.

    JavaScriptdotemscriptengraphviz
    عرض على GitHub↗4,330
  • svf-tools/svfالصورة الرمزية لـ SVF-tools

    SVF-tools/SVF

    1,684عرض على GitHub↗

    SVF is an open-source static program analysis framework and points-to analysis library that tracks memory references, variable aliases, and data dependencies across whole programs. The platform translates compiled intermediate code formats into unified internal representations, constructing constraint graphs, call graphs, and control-flow graphs to model interprocedural execution behavior and memory state. The framework incorporates specialized engines for flow-sensitive, flow-insensitive, and context-sensitive pointer analysis alongside sparse value-flow graph generation. It features memory

    Builds directed graphs capturing precise data dependencies and variable modifications to enable scalable interprocedural taint and security tracking.

    C++code-analysiscode-securitydependency-analysis
    عرض على GitHub↗1,684
  1. Home
  2. Software Engineering & Architecture
  3. Graph Construction Frameworks

استكشف الوسوم الفرعية

  • JavaScript Object Graph DefinitionsConstructs graph structures using plain JavaScript objects with nodes, edges, subgraphs, and attributes as an alternative to DOT syntax. **Distinct from Graph Construction Frameworks:** Distinct from Graph Construction Frameworks: focuses on defining graphs via JavaScript object literals rather than building orchestration or dependency graphs.
  • Sparse Value-Flow Graph ConstructionsBuilds directed graphs capturing precise data dependencies and variable modifications to enable scalable interprocedural taint and security tracking. **Distinct from Graph Construction Frameworks:** Distinct from general graph construction frameworks by focusing specifically on sparse value-flow graph generation for program analysis.