From dd33c8dd5c743db7c6343850b80ea7de27b16cb8 Mon Sep 17 00:00:00 2001 From: Elliott Chen Date: Thu, 11 Jul 2024 18:22:17 +0800 Subject: [PATCH] Changing service to architecture --- README.md | 8 ++++---- astra-service.md => astra-architecture.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename astra-service.md => astra-architecture.md (91%) diff --git a/README.md b/README.md index 6d102963..9be00ff8 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ README in English 简体中文 -[Lightning Fast](https://github.com/rte-design/ASTRA.ai/blob/main/astra-service.md#astra-service) +[Lightning Fast](https://github.com/rte-design/ASTRA.ai/blob/main/astra-architecture.md#astra-architecture)   •   -[Multimodal Interactive](https://github.com/rte-design/ASTRA.ai/blob/main/astra-service.md#astra-extension) +[Multimodal Interactive](https://github.com/rte-design/ASTRA.ai/blob/main/astra-architecture.md#astra-extension)   •   -[Highly Customizable](https://github.com/rte-design/ASTRA.ai/blob/main/astra-service.md#astra-extension) +[Highly Customizable](https://github.com/rte-design/ASTRA.ai/blob/main/astra-architecture.md#astra-extension) @@ -214,7 +214,7 @@ make run-server

Build More

-Now that you’ve created your first AI agent, the creativity doesn’t stop here. To develop more amazing agents, you’ll need an advanced understanding of how the ASTRA service works under the hood. Please refer to the [ ASTRA service documentation ](astra-service.md). +Now that you’ve created your first AI agent, the creativity doesn’t stop here. To develop more amazing agents, you’ll need an advanced understanding of how the ASTRA works under the hood. Please refer to the [ ASTRA architecture documentation ](astra-architecture.md).

Stay Tuned

diff --git a/astra-service.md b/astra-architecture.md similarity index 91% rename from astra-service.md rename to astra-architecture.md index 1a3ff8c6..8570a4c3 100644 --- a/astra-service.md +++ b/astra-architecture.md @@ -1,6 +1,6 @@ -

ASTRA Service

+

ASTRA Architecture

-Now let's discuss what's under the hood. The ASTRA Service is composed of various ASTRA extensions, developed in different programming languages. These extensions are interconnected using Graph, which describes their relationships and illustrates the flow of data. Furthermore, sharing and downloading extensions are simplified through the ASTRA Extension Store and the ASTRA Package Manager. +Now let's discuss what's under the hood. The ASTRA architecture is composed of various ASTRA extensions, developed in different programming languages. These extensions are interconnected using Graph, which describes their relationships and illustrates the flow of data. Furthermore, sharing and downloading extensions are simplified through the ASTRA Extension Store and the ASTRA Package Manager.