feat(piece): add cody piece#9083
Merged
sanket-a11y merged 5 commits intoactivepieces:mainfrom Sep 7, 2025
Merged
Conversation
Closed
Collaborator
|
@Pranith124 please add video. |
Contributor
Author
|
hello @kishanprmr and @onyedikachi-david please review this PR i made another action "create folder" for demo, And its works fine its implementation is in this demo but i didnt include its code in this pr if u want i can include it. implementation demo: cody-demo.mp4 |
sanket-a11y
approved these changes
Sep 7, 2025
|
View your CI Pipeline Execution ↗ for commit fd2934b
☁️ Nx Cloud last updated this comment at |
Contributor
Author
|
Thank you @sanket-a11y for reviewing my PR |
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.
🚀 What does this PR do?
This PR adds Cody MCP integration as a new Piece for Activepieces. With this integration, users can seamlessly interact with Cody’s AI framework to:
Generate responses from bots.
Ingest knowledge base documents (via text or file upload).
Create and continue AI-driven conversations.
🛠️ Key Features Implemented
Create Document From Text – Upload text content to Cody’s knowledge base.
Upload File to Knowledge Base – Add files into specific folders within the Cody knowledge base.
Send Message – Send a message and receive Cody’s AI-generated response.
Create Conversation – Start a new conversation with a Cody bot.
Find Bot – Retrieve a bot by name.
Find Conversation – Retrieve a conversation by bot or conversation name.
🎯 Relevant User Scenarios
Automating knowledge ingestion by uploading documents/files to Cody.
Building chat-driven workflows with Cody bots.
Enabling Activepieces users to extend Cody-powered AI conversations within their automations.
✅ Additional Notes
Developed following the Activepieces Piece Development Guidelines.
Tested against a free Cody account (https://meetcody.ai/).
🔗 Issue Reference
Fixes #9082
/claim #9082