Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: misc cleanup #367

Merged
merged 6 commits into from
Feb 13, 2025
Merged

chore: misc cleanup #367

merged 6 commits into from
Feb 13, 2025

Conversation

0xRAG
Copy link
Contributor

@0xRAG 0xRAG commented Feb 12, 2025

What changed?

  • Documentation
  • Bug fix
  • New Action
  • New Action Provider
  • Other

Why was this change implemented?

  • Cleaning up links, references, examples etc

@0xRAG 0xRAG force-pushed the chore/cleanup branch 3 times, most recently from ed80596 to 4fc7b07 Compare February 12, 2025 23:35
@0xRAG 0xRAG force-pushed the chore/cleanup branch 2 times, most recently from 17a8beb to c4019b3 Compare February 12, 2025 23:46
CDP Agentkit - LangChain Documentation
======================================

.. include:: ../README.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


```python
from coinbase_agentkit import CdpWalletProvider, CdpWalletProviderConfig
from coinbase_sdk import Wallet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from coinbase_sdk import Wallet
from cdp import Wallet

@0xRAG

Comment on lines 299 to 306
wallet_provider = EthAccountWalletProvider(
config=EthAccountWalletProviderConfig(
private_key=private_key,
chain_id=84532,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0xRAG create local account then pass to wallet provider ctor

@0xRAG 0xRAG merged commit 354f41d into 0.1.0-python Feb 13, 2025
8 checks passed
@0xRAG 0xRAG deleted the chore/cleanup branch February 13, 2025 00:31
0xRAG added a commit that referenced this pull request Feb 13, 2025
John-peterson-coinbase added a commit that referenced this pull request Feb 13, 2025
* interfaces

* chore: add makefile and run format and lint (#274)

* fix: use HTTPProvider (#284)

* chore: add web3.py transaction gas fee estimation (#303)

* chore: migrate morpho actions (#331)

* chore: add python langchain framework extension (#333)

* chore: fix python action decorator (#336)

* chore: add python example langchain chatbot (#335)

* chore: add python example chatbot

* chore: remove unused folders

* 0.1.0(py): wallet (#339)

* 0.1.0(py): twitter (#337)

* first pass migrating twitter action provider

* lockfiles

* linting

* fixing tests

* conftest

* linting

* refinements

* refinements

* cleanup

* 0.1.0(py): weth (#341)

* first pass migrating weth action provider

* linting

* refinements

* refinements, fixes, feedback

* refinements, feedback

* feedback

* linting

* lingering comment

* nit

* feedback

* fix

* feat: Add Analytics / Emit Metrics (#344)

* 0.1.0(py): cdp_api:faucet (#345)

* 0.0.1(py): native transfer (#348)

* first raw pass implementing native transfer

* rebasing

* refinements, feedback

* refinements

* feedback

* removing to validator

* chore: formatting (#351)

* chore: migrate cdp wallet actions (#350)

* 0.1.0(py): cdp wallet trade (#349)

* chore: migrate erc721 actions (#352)

* chore: migrate basename (#354)

* 0.1.0(py): ERC20 get_balance & transfer (#353)

Co-authored-by: John Peterson <[email protected]>

* feat: CdpWalletProvider 1193 Provider (#356)

* feat: Migrate Superfluid py to 0.1.0 (#357)

* feat: Migrate Address Reputation Action to 0.1.0 Py (#358)

* 0.1.0(py): wow (#340)

Co-authored-by: John Peterson <[email protected]>

* 0.1.0(py): ensure schema nomenclature (#362)

* 0.1.0(py): ensure chatbot action provider parity with (ts) (#363)

* chore: add network mappings (#360)

* chore: misc cleanup and rename (#365)

* chore: add python agentkit readme (#359)

* 0.1.0(py): twitter chatbot (#364)

* first pass migrating twitter chatbot

* feedback

* Update python/examples/twitter-langchain-chatbot/chatbot.py

Co-authored-by: John Peterson <[email protected]>

* refinements, feedback

* refinements with the latest

* migrating the latest

* refinements

* dep ordering

* language

* nit

* moving to langchain-twitter-chatbot

---------

Co-authored-by: John Peterson <[email protected]>

* chore: misc cleanup (#367)

* chore: Add coinbase-agentkit dep to coinbase-agentkit-langchain (#368)

* chore: more cleanup (#369)

* chore: Nit Metrics (#370)

* 0.1.0(py): docstrings (#366)

Co-authored-by: John Peterson <[email protected]>

* chore: Add changelogs (#372)

* chore: fix deploy nft (#373)

---------

Co-authored-by: John Peterson <[email protected]>
Co-authored-by: Chris Gerber <[email protected]>
Co-authored-by: John Peterson <[email protected]>
gtspencer pushed a commit to gtspencer/agentkit that referenced this pull request Feb 13, 2025
* interfaces

* chore: add makefile and run format and lint (coinbase#274)

* fix: use HTTPProvider (coinbase#284)

* chore: add web3.py transaction gas fee estimation (coinbase#303)

* chore: migrate morpho actions (coinbase#331)

* chore: add python langchain framework extension (coinbase#333)

* chore: fix python action decorator (coinbase#336)

* chore: add python example langchain chatbot (coinbase#335)

* chore: add python example chatbot

* chore: remove unused folders

* 0.1.0(py): wallet (coinbase#339)

* 0.1.0(py): twitter (coinbase#337)

* first pass migrating twitter action provider

* lockfiles

* linting

* fixing tests

* conftest

* linting

* refinements

* refinements

* cleanup

* 0.1.0(py): weth (coinbase#341)

* first pass migrating weth action provider

* linting

* refinements

* refinements, fixes, feedback

* refinements, feedback

* feedback

* linting

* lingering comment

* nit

* feedback

* fix

* feat: Add Analytics / Emit Metrics (coinbase#344)

* 0.1.0(py): cdp_api:faucet (coinbase#345)

* 0.0.1(py): native transfer (coinbase#348)

* first raw pass implementing native transfer

* rebasing

* refinements, feedback

* refinements

* feedback

* removing to validator

* chore: formatting (coinbase#351)

* chore: migrate cdp wallet actions (coinbase#350)

* 0.1.0(py): cdp wallet trade (coinbase#349)

* chore: migrate erc721 actions (coinbase#352)

* chore: migrate basename (coinbase#354)

* 0.1.0(py): ERC20 get_balance & transfer (coinbase#353)

Co-authored-by: John Peterson <[email protected]>

* feat: CdpWalletProvider 1193 Provider (coinbase#356)

* feat: Migrate Superfluid py to 0.1.0 (coinbase#357)

* feat: Migrate Address Reputation Action to 0.1.0 Py (coinbase#358)

* 0.1.0(py): wow (coinbase#340)

Co-authored-by: John Peterson <[email protected]>

* 0.1.0(py): ensure schema nomenclature (coinbase#362)

* 0.1.0(py): ensure chatbot action provider parity with (ts) (coinbase#363)

* chore: add network mappings (coinbase#360)

* chore: misc cleanup and rename (coinbase#365)

* chore: add python agentkit readme (coinbase#359)

* 0.1.0(py): twitter chatbot (coinbase#364)

* first pass migrating twitter chatbot

* feedback

* Update python/examples/twitter-langchain-chatbot/chatbot.py

Co-authored-by: John Peterson <[email protected]>

* refinements, feedback

* refinements with the latest

* migrating the latest

* refinements

* dep ordering

* language

* nit

* moving to langchain-twitter-chatbot

---------

Co-authored-by: John Peterson <[email protected]>

* chore: misc cleanup (coinbase#367)

* chore: Add coinbase-agentkit dep to coinbase-agentkit-langchain (coinbase#368)

* chore: more cleanup (coinbase#369)

* chore: Nit Metrics (coinbase#370)

* 0.1.0(py): docstrings (coinbase#366)

Co-authored-by: John Peterson <[email protected]>

* chore: Add changelogs (coinbase#372)

* chore: fix deploy nft (coinbase#373)

---------

Co-authored-by: John Peterson <[email protected]>
Co-authored-by: Chris Gerber <[email protected]>
Co-authored-by: John Peterson <[email protected]>
Signed-off-by: Spencer <[email protected]>
gtspencer pushed a commit to gtspencer/agentkit that referenced this pull request Feb 13, 2025
* interfaces

* chore: add makefile and run format and lint (coinbase#274)

* fix: use HTTPProvider (coinbase#284)

* chore: add web3.py transaction gas fee estimation (coinbase#303)

* chore: migrate morpho actions (coinbase#331)

* chore: add python langchain framework extension (coinbase#333)

* chore: fix python action decorator (coinbase#336)

* chore: add python example langchain chatbot (coinbase#335)

* chore: add python example chatbot

* chore: remove unused folders

* 0.1.0(py): wallet (coinbase#339)

* 0.1.0(py): twitter (coinbase#337)

* first pass migrating twitter action provider

* lockfiles

* linting

* fixing tests

* conftest

* linting

* refinements

* refinements

* cleanup

* 0.1.0(py): weth (coinbase#341)

* first pass migrating weth action provider

* linting

* refinements

* refinements, fixes, feedback

* refinements, feedback

* feedback

* linting

* lingering comment

* nit

* feedback

* fix

* feat: Add Analytics / Emit Metrics (coinbase#344)

* 0.1.0(py): cdp_api:faucet (coinbase#345)

* 0.0.1(py): native transfer (coinbase#348)

* first raw pass implementing native transfer

* rebasing

* refinements, feedback

* refinements

* feedback

* removing to validator

* chore: formatting (coinbase#351)

* chore: migrate cdp wallet actions (coinbase#350)

* 0.1.0(py): cdp wallet trade (coinbase#349)

* chore: migrate erc721 actions (coinbase#352)

* chore: migrate basename (coinbase#354)

* 0.1.0(py): ERC20 get_balance & transfer (coinbase#353)

Co-authored-by: John Peterson <[email protected]>

* feat: CdpWalletProvider 1193 Provider (coinbase#356)

* feat: Migrate Superfluid py to 0.1.0 (coinbase#357)

* feat: Migrate Address Reputation Action to 0.1.0 Py (coinbase#358)

* 0.1.0(py): wow (coinbase#340)

Co-authored-by: John Peterson <[email protected]>

* 0.1.0(py): ensure schema nomenclature (coinbase#362)

* 0.1.0(py): ensure chatbot action provider parity with (ts) (coinbase#363)

* chore: add network mappings (coinbase#360)

* chore: misc cleanup and rename (coinbase#365)

* chore: add python agentkit readme (coinbase#359)

* 0.1.0(py): twitter chatbot (coinbase#364)

* first pass migrating twitter chatbot

* feedback

* Update python/examples/twitter-langchain-chatbot/chatbot.py

Co-authored-by: John Peterson <[email protected]>

* refinements, feedback

* refinements with the latest

* migrating the latest

* refinements

* dep ordering

* language

* nit

* moving to langchain-twitter-chatbot

---------

Co-authored-by: John Peterson <[email protected]>

* chore: misc cleanup (coinbase#367)

* chore: Add coinbase-agentkit dep to coinbase-agentkit-langchain (coinbase#368)

* chore: more cleanup (coinbase#369)

* chore: Nit Metrics (coinbase#370)

* 0.1.0(py): docstrings (coinbase#366)

Co-authored-by: John Peterson <[email protected]>

* chore: Add changelogs (coinbase#372)

* chore: fix deploy nft (coinbase#373)

---------

Co-authored-by: John Peterson <[email protected]>
Co-authored-by: Chris Gerber <[email protected]>
Co-authored-by: John Peterson <[email protected]>
Signed-off-by: Spencer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants