Skip to content

Commit

Permalink
Twitter langchain release 0.0.2 (#33)
Browse files Browse the repository at this point in the history
* chore: Release Twitter Langchain 0.0.1

* bump to 0.0.2
  • Loading branch information
John-peterson-coinbase authored Nov 8, 2024
1 parent 6d666e6 commit dd10c1c
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 41 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ See [Twitter Langchain](./twitter-langchain/README.md) to get started!
CDP Agentkit welcomes community contributions.
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

## Contributors
<a href="https://github.com/coinbase/cdp-agentkit/graphs/contributors">
<img src="https://contrib.rocks/image?repo=coinbase/cdp-agentkit" />
</a>

4 changes: 1 addition & 3 deletions twitter-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,4 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md) for detailed setup instructions and co

## Documentation
For detailed documentation, please visit:
- [Agentkit-Core](https://coinbase.github.io/cdp-agentkit-core)
- [Agentkit-Langchain](https://coinbase.github.io/cdp-langchain)
- [Agentkit-Twitter-Langchain](https://coinbase.github.io/twitter-langchain)
- [Agentkit-Core](https://coinbase.github.io/cdp-agentkit/cdp-agentkit-core/)
73 changes: 42 additions & 31 deletions twitter-langchain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions twitter-langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "twitter-langchain"
version = "0.0.1"
version = "0.0.2"
description = "Twitter Langchain Toolkit"
authors = ["John Peterson <john.peterson@coinbase.com>"]
license = "Apache-2.0"
Expand All @@ -11,7 +11,8 @@ python = "^3.10"
pydantic = "^2.9.2"
langchain = "^0.3.7"
tweepy = "^4.14.0"
cdp-agentkit-core = "^0.0.1"
cdp-agentkit-core = "^0.0.2"
standard-imghdr = "^3.13.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.7.2"
Expand Down

0 comments on commit dd10c1c

Please sign in to comment.