Skip to content

Commit a4b42eb

Browse files
authored
Credit some heavy-lifting dependencies in the readme. (#17)
1 parent 59d13bf commit a4b42eb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,12 @@ With that said, we are happy to accept small, trivially-verified PRs that fix a
237237
If you have a big idea you'd like us to consider, feel free to [open a discussion](https://github.com/cloudflare/cloudflare-os/discussions) about it.
238238

239239
This policy may change in the future as the project matures. Until then, thank you for your understanding.
240+
241+
## Credits
242+
243+
Cloudflare OS has far too many open source dependencies to list here. But, we'd like to highlight a few that do particularly heavy lifting:
244+
245+
* [Pi](https://pi.dev/) (specifically, `pi-agent-core`), which made it easy to support every LLM provider with one API.
246+
* [Monaco](https://microsoft.github.io/monaco-editor/) which makes it too easy to embed a beautiful text editor -- for those of us who still look at the code.
247+
* [Yjs](https://yjs.dev/), which we use extensively to sync code changes between clients and agents and replay histories.
248+
* [Vite](https://vite.dev/), which makes the development loop so pleasant.

0 commit comments

Comments
 (0)