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)