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: twitter actions for account mentions and post tweet reply #45

Merged
merged 24 commits into from
Nov 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8d74a21
first pass implementing twitter account mentions action
stat Nov 14, 2024
40ceed1
first pass implementing post reply to twitter
stat Nov 15, 2024
30000b8
adjusting tool prompt
stat Nov 15, 2024
09994f5
formatting
stat Nov 15, 2024
e8a9ee1
adding bearer token in for twitter client
stat Nov 15, 2024
dc1c1cc
annotations
stat Nov 15, 2024
7714189
swaping tweepy to dict responses and adding success/failure response …
stat Nov 15, 2024
3fae91e
adding success json response for twitter account mentions
stat Nov 15, 2024
9f67f11
prep: copying chatbot preserving histories
stat Nov 15, 2024
3597d49
prep: copying chatbot preserving histories
stat Nov 15, 2024
31a783c
Merge commit '9f67f117c216d155120cd29b6343bde85951a241' into christop…
stat Nov 15, 2024
573858b
prep: copying chatbot preserving histories
stat Nov 15, 2024
929aa68
finalizing: copying chatbot with histories to twitter langchain
stat Nov 15, 2024
5f18a01
updating twitter chatbot readme
stat Nov 15, 2024
08bd13b
updating dev paths for twitter chatbot
stat Nov 15, 2024
7b6a550
updating twitter chatbot readme
stat Nov 15, 2024
960b27e
adding twitter account url back into the response
stat Nov 15, 2024
98c623b
updating twitter account details example
stat Nov 15, 2024
3f0da66
updating twitter langchain examples
stat Nov 15, 2024
d697fb9
adding --with dev to poetry install for twitter examples
stat Nov 15, 2024
977c9b8
removing unneeded twitter examples
stat Nov 15, 2024
bacd1d2
implementing Rohan's feedback
stat Nov 15, 2024
03175d4
updating changelog with latest unreleased twitter langchain actions
stat Nov 15, 2024
3da7ca1
formatting
stat Nov 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating changelog with latest unreleased twitter langchain actions
stat committed Nov 15, 2024
commit 03175d443d4076a6622686913a7bbd3dd7ee291f
3 changes: 3 additions & 0 deletions cdp-agentkit-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@

## Unreleased

- Added `account_mentions` action to `twitter-langchain`
- Added `post_tweet_reply` action to `twitter-langchain`

## [0.0.4] - 2024-11-15

### Added