-
Notifications
You must be signed in to change notification settings - Fork 138
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
Farcaster support #67
Comments
Great idea @lausuarez02 ! We would accept a Warpcast extension. Before getting started on an initial PR, can you please outline the set of core actions required here. Thanks! |
Add Warpcast Support to CDP AgentkitOverviewAdding Warpcast integration to CDP Agentkit, similar to the existing Twitter implementation. Implementation Steps
Dependencies
Environment Variables |
Thanks @lausuarez02! We are aligned with this proposal. Please create a feature branch titled We will review and help merge into master for a scheduled package release once you are ready! Thank you for the contribution 🚀 |
Fixes coinbase#67 Add Warpcast integration to CDP Agentkit. * **Package Structure** - Create `warpcast-langchain` directory with `pyproject.toml` and `README.md`. - Add necessary dependencies and setup instructions. * **Core Warpcast Actions** - Create `cdp_agentkit_core/actions/social/warpcast/` directory. - Implement `WarpcastAction` base class. - Add core actions: `CastAction`, `ReplyAction`, `UserDetailsAction`, `UserCastsAction`. * **Warpcast Langchain Extension** - Implement `WarpcastApiWrapper` for API interactions. - Create `WarpcastToolkit` class to wrap Warpcast actions. * **Tests** - Add unit tests for `CastAction`, `ReplyAction`, `UserDetailsAction`, `UserCastsAction`. * **Documentation** - Add API documentation for Warpcast actions. - Update main README to include Warpcast integration. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/coinbase/cdp-agentkit/issues/67?shareId=XXXX-XXXX-XXXX-XXXX).
Related to coinbase#67 Add Warpcast integration to CDP Agentkit. * **Package Structure** - Create `warpcast-langchain` directory with `pyproject.toml` and `README.md`. - Add necessary dependencies and setup instructions. * **Core Warpcast Actions** - Create `cdp_agentkit_core/actions/social/warpcast/` directory. - Implement `WarpcastAction` base class. - Add core actions: `CastAction`, `ReplyAction`, `UserDetailsAction`, `UserCastsAction`. * **Warpcast Langchain Extension** - Implement `WarpcastApiWrapper` for API interactions. - Create `WarpcastToolkit` class to wrap Warpcast actions. * **Tests** - Add unit tests for `CastAction`, `ReplyAction`, `UserDetailsAction`, `UserCastsAction`. * **Documentation** - Add API documentation for Warpcast actions. - Update main README to include Warpcast integration. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/coinbase/cdp-agentkit/issues/67?shareId=XXXX-XXXX-XXXX-XXXX).
Hey! I've seen it does not have warpcast support correct me if i'm wrong.
If sounds like something that would be cool, would add a starter pr.
The text was updated successfully, but these errors were encountered: