Skip to content

Commit 95d202e

Browse files
authored
Merge pull request #32 from pattern-tech/chore/slogan
chore: improve Pattern description all over the codebase
2 parents aeffa20 + 867e707 commit 95d202e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

app/config/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export const {
2424

2525
export 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
};

app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import './globals.css';
1111

1212
export 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

1718
export const viewport = {

0 commit comments

Comments
 (0)