New module @nestia/agent
, A.I. chatbot performing LLM function calling to the backend server
#1173
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several significant changes, including dependency updates, a new ESLint configuration, and the addition of a new package with comprehensive documentation. The changes are organized by theme below:
Dependency Updates:
rimraf
dependency from version5.0.1
to6.0.1
inbenchmark/package.json
andpackage.json
[1] [2].New ESLint Configuration:
packages/agent/.eslintrc.cjs
to enforce TypeScript linting rules and manage overrides for specific files.New Package Addition:
@nestia/agent
with itspackage.json
file, including dependencies, scripts, and metadata.packages/agent/rollup.config.js
for building the new package.NestiaChatAgent
inpackages/agent/src/NestiaChatAgent.ts
to handle AI chatbot operations.ChatGptAgent
class inpackages/agent/src/chatgpt/ChatGptAgent.ts
to manage ChatGPT-specific functionalities.Documentation:
packages/agent/README.md
for the new@nestia/agent
package, detailing its features, usage, and guide documents.