Skip to content

Commit 12ceb30

Browse files
committed
chore: update infos
1 parent fdf9ffc commit 12ceb30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const metadata: Metadata = {
3030
template: '%s | AStack',
3131
},
3232
description:
33-
'AStack is a composable AI agent framework built on HLang\'s monadic paradigm. Create powerful AI agents with type-safe components, reactive data flow, and event-driven execution. Perfect for building autonomous agents, RAG applications, and complex AI workflows in TypeScript.',
33+
'AStack is a composable AI agent framework built on HLang\'s monadic FBP paradigm. Create powerful AI agents with type-safe components, Observable streams, and declarative composition. Perfect for building autonomous agents, RAG applications, and complex AI workflows in TypeScript.',
3434
keywords: [
3535
// Primary keywords
3636
'AI agent framework',
@@ -88,7 +88,7 @@ export const metadata: Metadata = {
8888
siteName: 'AStack',
8989
title: 'AStack - AI Agent Framework Built on Monadic Paradigm',
9090
description:
91-
'Build powerful AI agents with type-safe components, reactive data flow, and monadic composition. The composable framework for autonomous agents and AI workflows.',
91+
'Build powerful AI agents with type-safe components, Observable streams, and monadic composition. The composable framework for autonomous agents and AI workflows.',
9292
images: [
9393
{
9494
url: '/logo.png',
@@ -102,7 +102,7 @@ export const metadata: Metadata = {
102102
card: 'summary_large_image',
103103
title: 'AStack - AI Agent Framework Built on Monadic Paradigm',
104104
description:
105-
'Build powerful AI agents with type-safe components and reactive data flow.',
105+
'Build powerful AI agents with type-safe components and Observable streams.',
106106
images: ['/logo.png'],
107107
creator: '@astack_tech',
108108
},

0 commit comments

Comments
 (0)