Skip to content

Commit

Permalink
Updating READMEs to include Twitter info
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-cb committed Dec 6, 2024
1 parent 1ba0be2 commit b5bf964
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The **Coinbase Developer Platform (CDP) AgentKit for Node.js** simplifies bringi
## Key Features
- **Framework-agnostic**: Common AI Agent primitives that can be used with any AI framework.
- **LangChain.js integration**: Seamless integration with [LangChain.js](https://js.langchain.com/docs/introduction/) for easy agentic workflows. More frameworks coming soon!
- **Twitter integration**: Seamless integration of Langchain with [Twitter](https://developer.twitter.com/en/docs/twitter-api) for easy agentic workflows.
- **Support for various on-chain actions**:

- Faucet for testnet funds
Expand Down Expand Up @@ -37,6 +38,10 @@ See [CDP AgentKit Core](./cdp-agentkit-core/README.md) to get started!
LangChain.js Toolkit extension of CDP AgentKit. Enables agentic workflows to interact with onchain actions.
See [CDP LangChain](./cdp-langchain/README.md) to get started!

### @coinbasetwitter-langchain
Langchain Toolkit extension for Twitter. Enables agentic workflows to interact with Twitter, such as to post a tweet.
See [Twitter Langchain](./twitter-langchain/README.md) to get started!

## Contributing
CDP AgentKit welcomes community contributions.
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
Expand All @@ -49,6 +54,7 @@ See [SECURITY.md](SECURITY.md) for more information.
- [CDP AgentKit Documentation](https://docs.cdp.coinbase.com/agentkit/docs/welcome)
- [API Reference: CDP AgentKit Core](https://coinbase.github.io/cdp-agentkit-nodejs/cdp-agentkit-core/index.html)
- [API Reference: CDP AgentKit LangChain Extension](https://coinbase.github.io/cdp-agentkit-nodejs/cdp-langchain/index.html)
- [API Reference: CDP Agentkit Twitter Langchain Extension](https://coinbase.github.io/cdp-agentkit-nodejs/twitter-langchain/index.html)

## License

Expand Down
3 changes: 1 addition & 2 deletions twitter-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md) for detailed setup instructions and co
## Documentation

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

## License

Expand Down

0 comments on commit b5bf964

Please sign in to comment.