usdk
usdk copied to clipboard
Build and deploy AI Agents, fast.
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
In this repo...
Chat App:
- 🌐 Link: https://upstreet.ai
- 📁 Directory: /apps/chat
- 📖 Documentation: /apps/chat/README.md
Docs:
- 🌐 Link: https://docs.upstreet.ai
- 📁 Directory: /apps/docs
- 📖 Documentation: /apps/docs/README.md
USDK:
- 📁 Directory: /packages/usdk
- 📖 Documentation: /apps/docs/README.md
Getting started with USDK
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, otherwise
usdkwill 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.
Contributing
Found a bug? Want a new feature? Open an issue on GitHub, or talk to the community to get help.
Setting up your development environment
Install dependencies
Run install from the root directory:
pnpm install
Run Apps
Run Chat App
From the root directory run:
pnpm run chat dev
Run Docs App
From the root directory run:
pnpm run docs dev
Install usdk locally
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.