GitHub repo

Rath-Team/OpenRath

Python Tracked since 2026-05-04 Updated 2026-07-16 View source ↗

#553 of 783 by Stars among GitHub repos

1.1k Stars

An open-source, PyTorch-like runtime for dynamic multi-agent and multi-session workflows.

About

OpenRath is a PyTorch-like multi-agent & multi-session framework.

It turns agent runtime state into explicit, composable Python objects:

Most agent frameworks begin with an agent loop. OpenRath begins with Session. That difference matters when one application needs multiple agents, multiple branches, durable memory, sandboxed execution, and traceable lineage at the same time.

OpenRath is designed for this: many agents collaborating across many branchable sessions, while still tracing every role, workspace, memory write, and final output.

An agent is a transformation layer on Session, so what really needs to be forked, merged, reused, and traced is the Session dataflow—not a separate…

Excerpted from github.com/Rath-Team/OpenRath

Latest metrics

Stars 1.1k 2026-07-16
Forks 51 2026-07-16
Commits 255 2026-07-16
Releases 6 2026-07-16
Watchers 21 2026-07-16
Open issues 0 2026-07-16
Open PRs 3 2026-07-16