Skip to content

pattern-tech/pattern-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern App

This repository holds all the app logic of Pattern, an orchestrated multi-agent system turning raw data into structured knowledge in real-time

Running Locally

To be able to use the app, you need to have a running core service. So, before continuing, make sure you have the service running.

Having a running core service, first create a .env file based on the contents of .env.example. Then, run the following commands to start the app in development mode:

pnpm i
pnpm dev

You may also use other package managers of your choice.

Releases

No releases published

Packages

No packages published