This repository holds all the app logic of Pattern, an orchestrated multi-agent system turning raw data into structured knowledge in real-time
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.