Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion app/config/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};
Expand Down
3 changes: 2 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down