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

chore: Version bump for Twitter langchain #27

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 9 additions & 0 deletions twitter-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CDP Agentkit Extension - Twitter Toolkit Changelog

## Unreleased

## [0.0.6] - 2024-12-09

### Added

- Initial release of the CDP AgentKit.js Twitter Extension.
6 changes: 3 additions & 3 deletions twitter-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export TWITTER_ACCESS_TOKEN_SECRET=<your-access-token-secret>
```typescript
import { TwitterAgentkit, TwitterToolkit } from "@coinbase/twitter-langchain";

// Initialize Twitter Agentkit
// Initialize Twitter AgentKit
const agentkit = new TwitterAgentkit();

// Create toolkit
Expand Down Expand Up @@ -91,8 +91,8 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md) for detailed setup instructions and co

## Documentation

- [CDP Agentkit Documentation](https://docs.cdp.coinbase.com/agentkit/docs/welcome)
- [API Reference: CDP Agentkit Twitter Langchain Extension](https://coinbase.github.io/cdp-agentkit-nodejs/twitter-langchain/index.html)
- [CDP AgentKit Documentation](https://docs.cdp.coinbase.com/agentkit/docs/welcome)
- [API Reference: CDP AgentKit Twitter Langchain Extension](https://coinbase.github.io/cdp-agentkit-nodejs/twitter-langchain/index.html)

## License

Expand Down
2 changes: 1 addition & 1 deletion twitter-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/twitter-langchain",
"version": "0.0.5",
"version": "0.0.6",
"description": "Twitter (X) langchain Toolkit extension of CDP Agentkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading