Skip to content

Commit ae7cf4b

Browse files
committed
Update README
1 parent 87758fb commit ae7cf4b

File tree

9 files changed

+8
-6
lines changed

9 files changed

+8
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
2222
- `@nestia/e2e`: Test program utilizing e2e test functions
2323
- `@nestia/benchmark`: Benchmark program using e2e test functions
2424
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25+
- `@agentica`: Agentic AI library specialized in LLM function calling
2526
- `nestia`: Just CLI (command line interface) tool
2627

2728
> [!NOTE]

deploy/README.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
cp ../README.md ../packages/agent/README.md
21
cp ../README.md ../packages/benchmark/README.md
3-
cp ../README.md ../packages/chat/README.md
42
cp ../README.md ../packages/cli/README.md
53
cp ../README.md ../packages/core/README.md
64
cp ../README.md ../packages/e2e/README.md

packages/benchmark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
2121
- Automatic E2E test functions generator
2222
- `@nestia/e2e`: Test program utilizing e2e test functions
2323
- `@nestia/benchmark`: Benchmark program using e2e test functions
24-
- `@nestia/chat`: Super A.I. Chatbot by Swagger document
2524
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25+
- `@agentica`: Agentic AI library specialized in LLM function calling
2626
- `nestia`: Just CLI (command line interface) tool
2727

2828
> [!NOTE]

packages/cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
2121
- Automatic E2E test functions generator
2222
- `@nestia/e2e`: Test program utilizing e2e test functions
2323
- `@nestia/benchmark`: Benchmark program using e2e test functions
24-
- `@nestia/chat`: Super A.I. Chatbot by Swagger document
2524
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25+
- `@agentica`: Agentic AI library specialized in LLM function calling
2626
- `nestia`: Just CLI (command line interface) tool
2727

2828
> [!NOTE]

packages/core/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
2222
- `@nestia/e2e`: Test program utilizing e2e test functions
2323
- `@nestia/benchmark`: Benchmark program using e2e test functions
2424
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25+
- `@agentica`: Agentic AI library specialized in LLM function calling
2526
- `nestia`: Just CLI (command line interface) tool
2627

2728
> [!NOTE]

packages/e2e/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
2121
- Automatic E2E test functions generator
2222
- `@nestia/e2e`: Test program utilizing e2e test functions
2323
- `@nestia/benchmark`: Benchmark program using e2e test functions
24-
- `@nestia/chat`: Super A.I. Chatbot by Swagger document
2524
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25+
- `@agentica`: Agentic AI library specialized in LLM function calling
2626
- `nestia`: Just CLI (command line interface) tool
2727

2828
> [!NOTE]

packages/fetcher/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
2222
- `@nestia/e2e`: Test program utilizing e2e test functions
2323
- `@nestia/benchmark`: Benchmark program using e2e test functions
2424
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25+
- `@agentica`: Agentic AI library specialized in LLM function calling
2526
- `nestia`: Just CLI (command line interface) tool
2627

2728
> [!NOTE]

packages/migrate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
2121
- Automatic E2E test functions generator
2222
- `@nestia/e2e`: Test program utilizing e2e test functions
2323
- `@nestia/benchmark`: Benchmark program using e2e test functions
24-
- `@nestia/chat`: Super A.I. Chatbot by Swagger document
2524
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25+
- `@agentica`: Agentic AI library specialized in LLM function calling
2626
- `nestia`: Just CLI (command line interface) tool
2727

2828
> [!NOTE]

packages/sdk/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
2222
- `@nestia/e2e`: Test program utilizing e2e test functions
2323
- `@nestia/benchmark`: Benchmark program using e2e test functions
2424
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25+
- `@agentica`: Agentic AI library specialized in LLM function calling
2526
- `nestia`: Just CLI (command line interface) tool
2627

2728
> [!NOTE]

0 commit comments

Comments
 (0)