feat(ai-assistant): add ai-assistant library#21
Merged
yeshamavani merged 1 commit intomasterfrom Mar 13, 2025
Merged
Conversation
2 tasks
1ba7edf to
27a0cef
Compare
Contributor
|
@Deepika516 please you also review this PR |
27a0cef to
8274152
Compare
Anurag-AD
approved these changes
Mar 12, 2025
nareshkharola123
approved these changes
Mar 12, 2025
cf82dfb to
c2dfc60
Compare
yeshamavani
requested changes
Mar 13, 2025
Contributor
yeshamavani
left a comment
There was a problem hiding this comment.
make sure to make changes in both readme
packages/ai-assistant/README.md
Outdated
| ## Intsallation | ||
|
|
||
| ```bash | ||
| npm install @sourceloop/ai-assistant |
Contributor
There was a problem hiding this comment.
npm install @sourceloop/ai-assistant-client
packages/ai-assistant/README.md
Outdated
Comment on lines
55
to
81
| ### Pre-Install | ||
|
|
||
| #### Building the Library | ||
|
|
||
| - To build the library, run: | ||
|
|
||
| ```bash | ||
| npm run build-library | ||
| ``` | ||
|
|
||
| - Upon successful completion, the build output will be available at: | ||
|
|
||
| ```bash | ||
| projects/ai-assistant-lib/dist | ||
| ``` | ||
| #### Packaging the Library | ||
|
|
||
| - To package the library as a .tgz file, execute: | ||
|
|
||
| ```bash | ||
| npm run pack-lib | ||
| ``` | ||
|
|
||
| - Once completed, the packaged file will be generated at: | ||
|
|
||
| ```bash | ||
| projects/ai-assistant-lib/dist/sourceloop-ai-assistant-0.0.1.tgz |
Contributor
There was a problem hiding this comment.
no need to add the tar process here
this is not how we intent the users to use it
Comment on lines
226
to
191
| from root of project reach to `demo-sandbox` and then `npm run start`. <br/> By default `http://localhost:4200` will be active | ||
| ## How to use targz in completely new project/repo? | ||
| In your `package.json` do, | ||
| ``` | ||
| "dependencies": { | ||
| ...exisitng dependencies, | ||
| "ai-assistant": "file:sourceloop-ai-assistant-client-0.0.1.tgz" | ||
|
|
Contributor
There was a problem hiding this comment.
no reference of tar anywhere
the sandbox will also be updated to use the published libarary
add ai-assistant-library RPMS-37315
c2dfc60 to
c0f267b
Compare
yeshamavani
approved these changes
Mar 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
add ai-assistant-library
merge #22 after this
RPMS-37315
screen-capture.3.1.webm
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist: