Skip to content

UpstreetAI/upstreet-core

Repository files navigation

upstreet-logo

NPM Discord X

Upstreet.ai is an open source framework to build + deploy AI agents with React.

Star (⭐️) this repo to support our development.

Table of ContentsGetting started with USDKContributingAttributions

Tutorial Video

In this repo...

Chat App:

Docs:

USDK:

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 usdk 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.

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.


USDK is built with

React Cloudflare ChatGPT Next JS Turborepo

... And many more closed source and open-source projects.

Contributors