From dae5cb3fbddd78828d3e11261102a2955e5602a3 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:03:53 +0300 Subject: [PATCH] Update broken link in `README.md` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dd7988..0ebb872 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hyperbolic's Agent Framework -This repository is inspired by and modified from Coinbase's [CDP Agentkit](https://github.com/coinbase/cdp-agentkit). We extend our gratitude to the Coinbase Developer Platform team for their original work. +This repository is inspired by and modified from Coinbase's [CDP Agentkit](https://github.com/coinbase/agentkit). We extend our gratitude to the Coinbase Developer Platform team for their original work. For the voice agent, we extend the work of [langchain-ai/react-voice-agent](https://github.com/langchain-ai/react-voice-agent). We recommend reading this entire README before running the application or developing new tools, as many of your questions will be answered here. @@ -423,5 +423,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) f This project incorporates work from: -- [CDP Agentkit](https://github.com/coinbase/cdp-agentkit) (Apache License 2.0) +- [CDP Agentkit](https://github.com/coinbase/agentkit) (Apache License 2.0) - [langchain-ai/react-voice-agent](https://github.com/langchain-ai/react-voice-agent) (MIT License)