Skip to content

Commit 773f91f

Browse files
committed
docs: add OSS session sharing call to action
1 parent 5e1d230 commit 773f91f

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@ OSS weekend runs Thursday, April 2, 2026 through Monday, April 13, 2026. New iss
3131
3232
Tools for building AI agents and managing LLM deployments.
3333

34+
## Share your OSS coding agent sessions
35+
36+
If you use pi or other coding agents for open source work, please share your sessions.
37+
38+
Public OSS session data helps improve coding agents with real-world tasks, tool use, failures, and fixes instead of toy benchmarks.
39+
40+
For the full explanation, see [this post on X](https://x.com/badlogicgames/status/2037811643774652911).
41+
42+
To publish sessions, use [`badlogic/pi-share-hf`](https://github.com/badlogic/pi-share-hf). Read its README.md for setup instructions. All you need is a Hugging Face account, the Hugging Face CLI, and `pi-share-hf`.
43+
44+
You can also watch [this video](https://x.com/badlogicgames/status/2041151967695634619), where I show how I publish my `pi-mono` sessions.
45+
46+
I regularly publish my own `pi-mono` work sessions here:
47+
48+
- [badlogicgames/pi-mono on Hugging Face](https://huggingface.co/datasets/badlogicgames/pi-mono)
49+
3450
## Packages
3551

3652
| Package | Description |

packages/coding-agent/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ Pi ships with powerful defaults but skips features like sub agents and plan mode
3232

3333
Pi runs in four modes: interactive, print or JSON, RPC for process integration, and an SDK for embedding in your own apps. See [openclaw/openclaw](https://github.com/openclaw/openclaw) for a real-world SDK integration.
3434

35+
## Share your OSS coding agent sessions
36+
37+
If you use pi for open source work, please share your coding agent sessions.
38+
39+
Public OSS session data helps improve models, prompts, tools, and evaluations using real development workflows.
40+
41+
For the full explanation, see [this post on X](https://x.com/badlogicgames/status/2037811643774652911).
42+
43+
To publish sessions, use [`badlogic/pi-share-hf`](https://github.com/badlogic/pi-share-hf). Read its README.md for setup instructions. All you need is a Hugging Face account, the Hugging Face CLI, and `pi-share-hf`.
44+
45+
You can also watch [this video](https://x.com/badlogicgames/status/2041151967695634619), where I show how I publish my `pi-mono` sessions.
46+
47+
I regularly publish my own `pi-mono` work sessions here:
48+
49+
- [badlogicgames/pi-mono on Hugging Face](https://huggingface.co/datasets/badlogicgames/pi-mono)
50+
3551
## Table of Contents
3652

3753
- [Quick Start](#quick-start)

0 commit comments

Comments
 (0)