Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.78 KB

File metadata and controls

48 lines (25 loc) · 1.78 KB

AgentKit TypeScript

📦 Packages

@coinbase/agentkit

The core primitives and framework-agnostic actions that are meant to be composable and used via AgentKit framework extensions (ie, @coinbase/agentkit-langchain).

See AgentKit to get started!

Framework Extensions

@coinbase/agentkit-langchain

LangChain extension of AgentKit. Enables agentic workflows to interact with onchain actions.

See AgentKit LangChain to get started!

@coinbase/agentkit-vercel-ai-sdk

Vercel AI SDK extension of AgentKit. Enables agentic workflows to interact with onchain actions.

See AgentKit Vercel AI SDK to get started!

@coinbase/agentkit-model-context-protocol

Anthropic Model Context Protocol (MCP) extension of AgentKit. Enables agentic workflows to interact with onchain actions.

See AgentKit Model Context Protocol to get started!

@coinbase/agentkit-iqai-adk

IQAI ADK extension of AgentKit. Enables agentic workflows to interact with onchain actions.

See AgentKit IQAI ADK to get started!

create-onchain-agent

A quickstart CLI tool to scaffold out a fullstack chatbot application using Coinbase AgentKit. Runnable via npm create onchain-agent@latest.

See Create Onchain Agent to get started!

🤝 Contributing

AgentKit is actively looking for community contributions!

  • To see a list of actions and frameworks we'd love to see open-source contributions for, see WISHLIST.md.
  • To understand the process for contributing to AgentKit, see CONTRIBUTING.md.