Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Generative AI plugin #313

Merged
merged 7 commits into from
Dec 9, 2024
Merged

feat: Add Generative AI plugin #313

merged 7 commits into from
Dec 9, 2024

Conversation

niallthomson
Copy link
Contributor

Issue # (if applicable)

Closes #284

Reason for this change

This implements an experimental plugin to provide Generative AI assistant capabilities by building on top of existing Backstage plugins.

See related talk: https://www.youtube.com/watch?v=DCXzCrIDOAs

Description of changes

The implementation provides flexibility with regards to how "agents" are implemented, and comes with a default simple agent based on LangGraph.js.

See documentation in PR

Description of how you validated changes

Manual tests

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@niallthomson niallthomson requested a review from a team as a code owner December 7, 2024 00:34
@niallthomson niallthomson changed the title feat: Add Generate AI plugin feat: Add Generative AI plugin Dec 7, 2024
@niallthomson niallthomson merged commit cf19564 into main Dec 9, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: Generative AI plugin
1 participant