aiagent.club
中文
GitHub repo

Rath-Team/OpenRath

Python Tracked since 2026-05-04 Updated 2026-09-12 View source ↗

#583 of 803 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-09-12
Forks 59 2026-09-12
Commits 257 2026-09-12
Releases 8 2026-09-12
Watchers 18 2026-09-12
Open issues 2 2026-09-12
Open PRs 4 2026-09-12