From 867e707f8b9f40eb38cb679ebc4072dc09a238d5 Mon Sep 17 00:00:00 2001 From: Mohammad Kermani Date: Sun, 30 Mar 2025 19:34:50 +0000 Subject: [PATCH] chore: improve Pattern description all over the codebase --- README.md | 2 +- app/config/index.tsx | 3 ++- app/layout.tsx | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) 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 = {