-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from coinbase/add-changelog
chore: Add changelog + pyproject.toml configurations
- Loading branch information
Showing
4 changed files
with
24 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# CDP Agentkit Core Changelog | ||
|
||
## Unreleased | ||
|
||
## [0.0.1] - 2024-11-04 | ||
|
||
### Added | ||
|
||
- Initial release of CDP Agentkit Core. |
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 |
---|---|---|
|
@@ -4,6 +4,9 @@ version = "0.0.1" | |
description = "CDP Agentkit core primitives" | ||
authors = ["John Peterson <[email protected]>"] | ||
readme = "README.md" | ||
license = "Apache-2.0" | ||
keywords = ["coinbase", "sdk", "crypto", "cdp", "agentkit", "ai", "agent"] | ||
packages = [{ include = "cdp_agentkit_core" }] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# CDP Agentkit Extension - Langchain Toolkit Changelog | ||
|
||
## Unreleased | ||
|
||
## [0.0.1] - 2024-11-04 | ||
|
||
### Added | ||
|
||
- Initial release of CDP Agentkit Extension - Langchain Toolkit. |
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 |
---|---|---|
|
@@ -4,8 +4,9 @@ version = "0.0.1" | |
description = "CDP Agentkit Langchain Extension" | ||
authors = ["John Peterson <[email protected]>"] | ||
readme = "README.md" | ||
include = ["cdp_langchain"] | ||
exclude = ["tests", "examples"] | ||
license = "Apache-2.0" | ||
keywords = ["coinbase", "sdk", "crypto", "cdp", "agentkit", "ai", "agent", "langchain", "toolkit"] | ||
packages = [{ include = "cdp_langchain" }] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
|