-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.0.4 Core|0.0.5 CDP Langchain|0.0.4 Twitter Langchain
- Loading branch information
1 parent
d8a0020
commit fc94460
Showing
11 changed files
with
71 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "cdp-agentkit-core" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "CDP Agentkit core primitives" | ||
authors = ["John Peterson <[email protected]>"] | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "cdp-langchain" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
description = "CDP Agentkit Langchain Extension" | ||
authors = ["John Peterson <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -15,7 +15,7 @@ langchain-openai = "^0.2.4" | |
langgraph = "^0.2.39" | ||
cdp-sdk = "^0.10.3" | ||
pydantic = "^2.0" | ||
cdp-agentkit-core = "^0.0.3" | ||
cdp-agentkit-core = "^0.0.4" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0.7.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "twitter-langchain" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "Twitter Langchain Toolkit" | ||
authors = ["John Peterson <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -11,7 +11,7 @@ python = "^3.10" | |
pydantic = "^2.9.2" | ||
langchain = "^0.3.7" | ||
tweepy = "^4.14.0" | ||
cdp-agentkit-core = "^0.0.3" | ||
cdp-agentkit-core = "^0.0.4" | ||
standard-imghdr = "^3.13.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|