Orkes Documentations#

Date: Jan 20, 2026 Version: 0.1.3.3

Useful links: Binary Installers | Source Repository | Issues & Ideas

What’s New#

  • Graph Traceability: This feature introduces a powerful visualization tool for debugging and understanding graph executions. When a graph is run, it can now generate a detailed execution trace, capturing the state, timing, and data flow at every step. This trace is then used to create a self-contained, interactive HTML file that provides a visual representation of the graph’s execution.

  • API Overhaul: The library’s core API has been fundamentally redesigned to be more flexible, observable, and intuitive. The previous agent-centric, linear execution model has been replaced with a new graph-based architecture centered around the OrkesGraph class.

Roadmap#

Feature

Description

Status

Boilerplate Agent

Provide a well-structured boilerplate for creating new agents to accelerate the development of agentic systems.

Planned

Parallel Graph Execution

Enhance the graph runner to support parallel execution of independent branches for improved performance.

Implemented

Tracer Web Platform

Develop a standalone web-based platform for visualizing and inspecting graph traces in real-time.

Progressing