Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)