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 >
2
9
3
10
[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/cdp-agentkit-core?style=flat-square )] ( https://pypistats.org/packages/cdp-agentkit-core )
4
11
[ ![ npm downloads] ( https://img.shields.io/npm/dm/@coinbase/cdp-agentkit-core?style=flat-square )] ( https://www.npmjs.com/package/@coinbase/cdp-agentkit-core )
5
12
[ ![ GitHub star chart] ( https://img.shields.io/github/stars/coinbase/cdp-agentkit?style=flat-square )] ( https://star-history.com/#coinbase/cdp-agentkit )
6
13
[ ![ Open Issues] ( https://img.shields.io/github/issues-raw/coinbase/cdp-agentkit?style=flat-square )] ( https://github.com/coinbase/cdp-agentkit/issues )
7
14
8
- The ** Coinbase Developer Platform (CDP) AgentKit** simplifies bringing your AI Agents onchain. Every AI Agent deserves a crypto wallet!
9
-
15
+ </div >
10
16
11
17
## Key Features
12
18
@@ -36,7 +42,7 @@ Check out [cdp-langchain/examples](./cdp-langchain/examples) for inspiration and
36
42
37
43
## Repository Structure
38
44
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.
40
46
41
47
```
42
48
./
@@ -55,12 +61,12 @@ CDP Agentkit is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo
55
61
56
62
### cdp-agentkit-core
57
63
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 ` ).
59
65
See [ CDP Agentkit Core] ( ./cdp-agentkit-core/README.md ) to get started!
60
66
61
67
### cdp-langchain
62
68
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.
64
70
See [ CDP Langchain] ( ./cdp-langchain/README.md ) to get started!
65
71
66
72
### twitter-langchain
@@ -70,20 +76,20 @@ See [Twitter Langchain](./twitter-langchain/README.md) to get started!
70
76
71
77
## Contributing
72
78
73
- CDP Agentkit welcomes community contributions.
79
+ AgentKit welcomes community contributions.
74
80
See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for more information.
75
81
76
82
## Documentation
77
83
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 )
83
89
84
90
## Security and bug reports
85
91
86
- The CDP AgentKit team takes security seriously.
92
+ The AgentKit team takes security seriously.
87
93
See [ SECURITY.md] ( ../SECURITY.md ) for more information.
88
94
89
95
## License
0 commit comments