diff --git a/README.md b/README.md index aa16ba9..5f849c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pattern App -This repository holds all the app logic of Pattern, a decentralized agentic RAG network. +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 diff --git a/app/config/index.tsx b/app/config/index.tsx index 404c78b..284550f 100644 --- a/app/config/index.tsx +++ b/app/config/index.tsx @@ -24,7 +24,8 @@ export const { export const metadata = { name: 'Pattern', - description: 'Pattern is a decentralized agentic RAG network', + description: + 'Pattern is an orchestrated multi-agent system turning raw data into structured knowledge in real-time', url: 'https://pattern.global/', icons: ['https://avatars.githubusercontent.com/u/112399339'], }; diff --git a/app/layout.tsx b/app/layout.tsx index a59e9f8..a1679bf 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,7 +11,8 @@ import './globals.css'; export const metadata: Metadata = { title: 'Pattern', - description: 'Pattern is a decentralized agentic RAG network', + description: + 'Pattern is an orchestrated multi-agent system turning raw data into structured knowledge in real-time', }; export const viewport = {