Graphon: A Python Graph Execution Engine for Agentic AI Workflows
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Graphon is an innovative Python-based graph execution engine designed for building agentic AI workflows. It provides a robust framework for orchestrating complex AI tasks, featuring event-driven execution, graph validation, and shared runtime state. This evolving repository already includes a functional engine, built-in nodes, and end-to-end examples for developers.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Graphon is an innovative Python graph execution engine specifically tailored for agentic AI workflows. Developed by LangGenius, this project aims to provide a flexible and powerful foundation for orchestrating complex AI tasks. While still under active development, Graphon already offers a working execution engine, a variety of built-in workflow nodes, and robust model runtime abstractions.
Why Use Graphon & Key Features
Graphon stands out with its sophisticated architecture designed for efficiency and extensibility. Its core features include:
- Queue-based Engine Orchestration: Utilizes an event-driven execution model for efficient workflow management.
- Graph Parsing and Validation: Ensures well-formed and valid workflow graphs, alongside fluent graph building capabilities.
- Shared Runtime State: Manages a shared runtime state, variable pool, and workflow execution state for seamless operation.
- Built-in Node Implementations: Offers ready-to-use nodes for common workflow patterns, accelerating development.
- DSL Import Support: Integrates with Slim-backed LLM nodes, allowing for flexible workflow definition.
- Comprehensive Integration Protocols: Supports HTTP, file, tool, and human-input integration, enabling diverse applications.
- Extensible Architecture: Features extensible engine layers and external command channels for custom enhancements.
Installation
To get started with Graphon, you'll need to follow the development setup instructions provided in the repository.
- Clone the repository:
git clone https://github.com/langgenius/graphon.git - Navigate to the project directory:
cd graphon - Follow the detailed development setup guide: Development Setup
Examples
Graphon includes practical examples to help you understand its capabilities. A great starting point is the Slim LLM example, which demonstrates both DSL import and direct Python graph construction.
- Explore the Slim LLM example: Slim LLM Example
Links
For more in-depth information and to contribute to the project, refer to these official resources:
- GitHub Repository: langgenius/graphon
- Architecture Overview: Architecture
- Development Guide: Development Guide
- Repository Knowledge: Repository Knowledge
- Contributing Guidelines: Contributing
- License: Apache-2.0
Related repositories
Similar repositories that may be relevant next.

Open Code Review: AI-Powered Code Review Tool from Alibaba
September 18, 2026
Open Code Review is an AI-powered command-line interface tool for code review, battle-tested at Alibaba's scale. It leverages a hybrid architecture, combining deterministic engineering with an LLM agent, to provide secure, fast, and efficient code analysis. This tool generates precise, line-level comments and supports a multi-language ruleset, ensuring high-quality code reviews.
Awesome-Self-Evolving-Agents: A Curated List for AI Agent Research
September 14, 2026
Awesome-Self-Evolving-Agents is a comprehensive GitHub repository offering a curated collection of resources on self-evolving agents. It includes a systematic survey, research papers, benchmarks, and open-source projects, providing valuable insights into this rapidly advancing field of AI. This repository serves as an essential guide for researchers and developers exploring model-centric, environment-centric, and co-evolutionary approaches.

open-slide: An AI-Native Slide Framework for React Presentations
September 9, 2026
open-slide is a powerful slide framework built for AI agents, enabling users to create presentations by describing them in natural language. Coding agents then generate the React components, while open-slide handles the canvas, scaling, navigation, and presentation modes. This allows agents to focus entirely on content, streamlining the creation of polished, agent-driven decks.

best-skills: Daily-Updated Rankings for Top Agent Skills
September 8, 2026
The LinklyAI/best-skills repository offers daily-updated rankings of the top 100 agent skills. It aggregates data on installs, growth, and social buzz from various platforms like skills.sh, ClawHub, Tencent SkillHub, GitHub, and X. This open-data project provides a comprehensive, cross-ecosystem view of agent skill performance, making it an invaluable resource for developers and researchers.
Source repository
Open the original repository on GitHub.