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 from NPM:

npm i -g usdk

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:

npm install

Run Apps

Run Chat App

From the root directory run:

npm run chat dev
Run Docs App

From the root directory run:

npm run docs dev

Install usdk locally

From the root directory run:

cd packages/usdk
npm i
npm 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.