-
Notifications
You must be signed in to change notification settings - Fork 122
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 Pipedream components integration #145
Conversation
- Add PipedreamActionTool and PipedreamSourceTool implementation - Add tool configuration and documentation - Add example usage with both action and source components Co-Authored-By: [email protected] <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
Add "(aside)" to your comment to have me ignore it. |
This is great! Couple notes: The You're repeating the auth headers in both tools instances, let's break that out into a higher level so if can be reused between tools. Either create a new pipedream API client inside the tool, or use the official python implementation from pipedream. The agent inside agentstack should have everything it needs to find and use the available tools. We should be able to:
Reference this documentation for details of the implementation: https://pipedream.com/docs/connect/components |
… directory Co-Authored-By: [email protected] <[email protected]>
…mports Co-Authored-By: [email protected] <[email protected]>
…store crewai.py, restore tools.py
closing this - if pipedream wants to be added as a tool, the docs are available here |
Pipedream Components Integration
This PR adds Pipedream components integration to AgentStack, with the following updates:
Testing Status
Link to Devin run: https://app.devin.ai/sessions/f18a72d0753344f48fc38859e99f4b3f