Skip to content

Commit

Permalink
bumped twitter-langchain package version, added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-cb committed Dec 9, 2024
1 parent 7a3e19b commit 62e19ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
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-06

### 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

0 comments on commit 62e19ac

Please sign in to comment.