Skip to content

Commit

Permalink
Merge pull request #2 from coinbase/christopher.gerber/feat/onboarding
Browse files Browse the repository at this point in the history
chore: add cargo via rust to agentkit-core readme
  • Loading branch information
stat authored Nov 4, 2024
2 parents 2ad19b3 + a2c09d8 commit fa07c34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cdp-agentkit-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Core primitives and framework agnostic tools that are meant to be composable and used via Agentkit framework extensions.

## Developing
- `cdp-sdk` has a dependency on `cargo`, please install rust and add `cargo` to your path
- [Rust Installation Instructions](https://doc.rust-lang.org/cargo/getting-started/installation.html)
- `export PATH="$HOME/.cargo/bin:$PATH"`
- Agentkit uses `poetry` for package management and tooling
- [Poetry Installation Instructions](https://python-poetry.org/docs/#installation)
- Run `poetry install` to install `cdp-agentkit-core` dependencies
Expand Down
3 changes: 3 additions & 0 deletions cdp-langchain/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CDP Agentkit Extension - Langchain Toolkit

## Developing
- `cdp-sdk` has a dependency on `cargo`, please install rust and add `cargo` to your path
- [Rust Installation Instructions](https://doc.rust-lang.org/cargo/getting-started/installation.html)
- `export PATH="$HOME/.cargo/bin:$PATH"`
- Agentkit uses `poetry` for package management and tooling
- [Poetry Installation Instructions](https://python-poetry.org/docs/#installation)
- Run `poetry install` to install `cdp-langchain` dependencies
Expand Down

0 comments on commit fa07c34

Please sign in to comment.