Skip to content

Open Source Agent Framework Pi Surpasses 100,000 Stars, v2 on the Horizon

Sep 1, 21:53

Perceive Beating AI Newsletter: The GitHub repository of the open-source Agent framework Pi has exceeded 100,000 stars, with the official announcement of the upcoming Pi v2. Pi is an open-source Agent harness that also provides an end-to-end Coding Agent.

Over the past month, Pi has been rewriting the most foundational Agent execution framework. At the end of July, the team introduced Harness v2, focusing on task persistence, crash recovery, and multi-lane execution. At the beginning of August, this design was formalized into an API, leading the team to quickly start on Harness v3, which involved a complete redesign of storage and execution states. Subsequently, v3 was consolidated into the current unified harness.md.

The objective of the new Harness version is to allow Agents to resume from the last secure state even if the process crashes midway; multiple Agent tasks can also be executed in parallel on the same session history. The current dev branch still has several hundred commits yet to be included in the main, and the new Harness is still rapidly advancing.

Source