File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Pattern App
22
3- This repository holds all the app logic of Pattern, a decentralized agentic RAG network.
3+ This repository holds all the app logic of Pattern, an orchestrated multi-agent system turning raw data into structured knowledge in real-time
44
55## Running Locally
66
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ export const {
2424
2525export const metadata = {
2626 name : 'Pattern' ,
27- description : 'Pattern is a decentralized agentic RAG network' ,
27+ description :
28+ 'Pattern is an orchestrated multi-agent system turning raw data into structured knowledge in real-time' ,
2829 url : 'https://pattern.global/' ,
2930 icons : [ 'https://avatars.githubusercontent.com/u/112399339' ] ,
3031} ;
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ import './globals.css';
1111
1212export const metadata : Metadata = {
1313 title : 'Pattern' ,
14- description : 'Pattern is a decentralized agentic RAG network' ,
14+ description :
15+ 'Pattern is an orchestrated multi-agent system turning raw data into structured knowledge in real-time' ,
1516} ;
1617
1718export const viewport = {
You can’t perform that action at this time.
0 commit comments