Skip to content

Commit

Permalink
adding documentation links within the readmes so that each docset can…
Browse files Browse the repository at this point in the history
… link to eachother in GH pages
  • Loading branch information
stat committed Nov 5, 2024
1 parent d633fcd commit e89cb6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cdp-agentkit-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Core primitives and framework agnostic tools that are meant to be composable and
- [Poetry Installation Instructions](https://python-poetry.org/docs/#installation)
- Run `poetry install` to install `cdp-agentkit-core` dependencies
- Run `poetry shell` to activate the virtual environment

## Developer Documentation
- [Agentkit-Core](https://coinbase.github.io/cdp-agentkit-core)
- [Agentkit-Langchain](https://coinbase.github.io/cdp-langchain)

### Formatting
`make format`
Expand Down
4 changes: 4 additions & 0 deletions cdp-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- Run `poetry install` to install `cdp-langchain` dependencies
- Run `poetry shell` to activate the virtual environment

## Developer Documentation
- [Agentkit-Core](https://coinbase.github.io/cdp-agentkit-core)
- [Agentkit-Langchain](https://coinbase.github.io/cdp-langchain)

### Formatting
`make format`

Expand Down

0 comments on commit e89cb6b

Please sign in to comment.