Skip to content

Commit ba78e2f

Browse files
authored
Update README.md (#120)
Simplifying header content
1 parent 78f2755 commit ba78e2f

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

+19-13
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
# CDP Agentkit
1+
<div align="center">
2+
<h1 style="font-size: 3em; margin-bottom: 20px;">
3+
AgentKit
4+
</h1>
5+
6+
<p style="font-size: 1.2em; max-width: 600px; margin: 0 auto 20px;">
7+
Simplify bringing your AI Agents onchain. Every AI Agent deserves a crypto wallet!
8+
</p>
29

310
[![PyPI - Downloads](https://img.shields.io/pypi/dm/cdp-agentkit-core?style=flat-square)](https://pypistats.org/packages/cdp-agentkit-core)
411
[![npm downloads](https://img.shields.io/npm/dm/@coinbase/cdp-agentkit-core?style=flat-square)](https://www.npmjs.com/package/@coinbase/cdp-agentkit-core)
512
[![GitHub star chart](https://img.shields.io/github/stars/coinbase/cdp-agentkit?style=flat-square)](https://star-history.com/#coinbase/cdp-agentkit)
613
[![Open Issues](https://img.shields.io/github/issues-raw/coinbase/cdp-agentkit?style=flat-square)](https://github.com/coinbase/cdp-agentkit/issues)
714

8-
The **Coinbase Developer Platform (CDP) AgentKit** simplifies bringing your AI Agents onchain. Every AI Agent deserves a crypto wallet!
9-
15+
</div>
1016

1117
## Key Features
1218

@@ -36,7 +42,7 @@ Check out [cdp-langchain/examples](./cdp-langchain/examples) for inspiration and
3642

3743
## Repository Structure
3844

39-
CDP Agentkit is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo) that contains multiple packages.
45+
AgentKit is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo) that contains multiple packages.
4046

4147
```
4248
./
@@ -55,12 +61,12 @@ CDP Agentkit is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo
5561

5662
### cdp-agentkit-core
5763

58-
Core primitives and framework-agnostic tools that are meant to be composable and used via CDP Agentkit framework extensions (ie, `cdp-langchain`).
64+
Core primitives and framework-agnostic tools that are meant to be composable and used via AgentKit framework extensions (ie, `cdp-langchain`).
5965
See [CDP Agentkit Core](./cdp-agentkit-core/README.md) to get started!
6066

6167
### cdp-langchain
6268

63-
Langchain Toolkit extension of CDP Agentkit. Enables agentic workflows to interact with onchain actions.
69+
Langchain Toolkit extension of AgentKit. Enables agentic workflows to interact with onchain actions.
6470
See [CDP Langchain](./cdp-langchain/README.md) to get started!
6571

6672
### twitter-langchain
@@ -70,20 +76,20 @@ See [Twitter Langchain](./twitter-langchain/README.md) to get started!
7076

7177
## Contributing
7278

73-
CDP Agentkit welcomes community contributions.
79+
AgentKit welcomes community contributions.
7480
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
7581

7682
## Documentation
7783

78-
- [CDP Agentkit Documentation](https://docs.cdp.coinbase.com/agentkit/docs/welcome)
79-
- [API Reference: CDP Agentkit Core Python](https://coinbase.github.io/agentkit/cdp-agentkit-core/python/index.html)
80-
- [API Reference: CDP Agentkit LangChain Extension Python](https://coinbase.github.io/agentkit/cdp-langchain/python/index.html)
81-
- [API Reference: CDP Agentkit Core Node.js](https://coinbase.github.io/agentkit/cdp-agentkit-core/typescript/index.html)
82-
- [API Reference: CDP Agentkit LangChain Extension Node.js](https://coinbase.github.io/agentkit/cdp-langchain/typescript/index.html)
84+
- [AgentKit Documentation](https://docs.cdp.coinbase.com/agentkit/docs/welcome)
85+
- [API Reference: AgentKit Core Python](https://coinbase.github.io/agentkit/cdp-agentkit-core/python/index.html)
86+
- [API Reference: AgentKit LangChain Extension Python](https://coinbase.github.io/agentkit/cdp-langchain/python/index.html)
87+
- [API Reference: AgentKit Core Node.js](https://coinbase.github.io/agentkit/cdp-agentkit-core/typescript/index.html)
88+
- [API Reference: AgentKit LangChain Extension Node.js](https://coinbase.github.io/agentkit/cdp-langchain/typescript/index.html)
8389

8490
## Security and bug reports
8591

86-
The CDP AgentKit team takes security seriously.
92+
The AgentKit team takes security seriously.
8793
See [SECURITY.md](../SECURITY.md) for more information.
8894

8995
## License

0 commit comments

Comments
 (0)