Skip to content

Commit

Permalink
Merge pull request #3 from coinbase/add-changelog
Browse files Browse the repository at this point in the history
chore: Add changelog + pyproject.toml configurations
  • Loading branch information
John-peterson-coinbase authored Nov 4, 2024
2 parents fa07c34 + e73060d commit f989e91
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
9 changes: 9 additions & 0 deletions cdp-agentkit-core/CHANGELOG.md
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.
3 changes: 3 additions & 0 deletions cdp-agentkit-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions cdp-langchain/CHANGELOG.md
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.
5 changes: 3 additions & 2 deletions cdp-langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f989e91

Please sign in to comment.