Upstreet.ai is an open source framework to build + deploy AI agents with React.
Star (⭐️) this repo to support our development.
Table of Contents • Getting started with USDK • Contributing • Attributions
- 🌐 Link: https://upstreet.ai
- 📁 Directory: /apps/chat
- 📖 Documentation: /apps/chat/README.md
- 🌐 Link: https://docs.upstreet.ai
- 📁 Directory: /apps/docs
- 📖 Documentation: /apps/docs/README.md
- 📁 Directory: /packages/usdk
- 📖 Documentation: /apps/docs/README.md
If you want to get started with Upstreet Agents in general, you can simply install usdk
via pnpm
:
pnpm i -g usdk
⚠️ Please ensure you have Node version 22.9.0 or above, otherwiseusdk
will not work.
Read more about how to use usdk
in the documentation.
If you want to dive deeper into usdk
and Upstreet, you can set up this repository locally.
Found a bug? Want a new feature? Open an issue on GitHub, or talk to the community to get help.
Run install from the root directory:
pnpm install
Run Chat App
From the root directory run:
pnpm run chat dev
Run Docs App
From the root directory run:
pnpm run docs dev
From the root directory run:
cd packages/usdk
pnpm i
pnpm i -g .
usdk --version
Editing the usdk
package will now automatically update your locally-installed version.