Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: readme updates with agent launchpads #501

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@
## Table of Contents

- [📖 Overview](#-overview)
- [🚀 Quickstart](#-quickstart)
- [ Quickstart](#-quickstart)
- [Node.js](#nodejs)
- [Python](#python)
- [🗂 Repository Structure](#-repository-structure)
- [🤝 Contributing](#-contributing)
- [📜 Documentation](#-documentation)
- [🚀 Agent Launchpads](#-agent-launchpads)
- [🌙 Nightly Builds](#-nightly-builds)
- [🚨 Security and bug reports](#-security-and-bug-reports)
- [📧 Contact](#-contact)
Expand All @@ -49,7 +50,7 @@ AgentKit is [Coinbase Developer Platform's](https://docs.cdp.coinbase.com) frame
</a>
</div>

## 🚀 Quickstart
## Quickstart

### Node.js

Expand Down Expand Up @@ -174,6 +175,16 @@ agentkit/
- [AgentKit](https://coinbase.github.io/agentkit/agentkit/typescript/index.html)
- [AgentKit Langchain Extension](https://coinbase.github.io/agentkit/agentkit-langchain/typescript/index.html)

## 🚀 Agent Launchpads

Deploy AI Agents with ease using any of the following agent launchpads:

### [Autonome by AltLayer](https://docs.altlayer.io/altlayer-documentation/autonome/deploy-ai-agent)
No-code platform for deploying and managing AI agents on AltLayer's infrastructure, offering seamless integration with blockchain networks and automated task execution.

### [NEAR AI](https://docs.near.ai)
Development platform for building and deploying AI agents on the NEAR Protocol, with built-in tools for smart contract integration and decentralized AI applications.

## 🌙 Nightly Builds

To access the bleeding edge version of AgentKit, you can install the nightly build for your language. This is a build of the latest code in the `main` branch, and is updated nightly.
Expand Down