From e89cb6b083d89fb5e58468d8b870f240971def13 Mon Sep 17 00:00:00 2001 From: Christopher Gerber Date: Mon, 4 Nov 2024 16:15:14 -0800 Subject: [PATCH] adding documentation links within the readmes so that each docset can link to eachother in GH pages --- cdp-agentkit-core/README.md | 4 ++++ cdp-langchain/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cdp-agentkit-core/README.md b/cdp-agentkit-core/README.md index ecc73dfbf..12f02cfe1 100644 --- a/cdp-agentkit-core/README.md +++ b/cdp-agentkit-core/README.md @@ -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` diff --git a/cdp-langchain/README.md b/cdp-langchain/README.md index 9449113e6..b559eb3c7 100644 --- a/cdp-langchain/README.md +++ b/cdp-langchain/README.md @@ -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`