New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@covalenthq/ai-agent-sdk

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@covalenthq/ai-agent-sdk

Covalent Agent SDK. Build cool AI agents for the blockchain

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
31
decreased by-94.85%
Maintainers
0
Weekly downloads
 
Created
Source

AI Agent SDK for TypeScript

GitHub license GitHub last commit GitHub contributors GitHub issues GitHub pull requests GitHub stars GitHub forks

A TypeScript SDK to build, deploy and interact with AI agents. Create intelligent, context-aware agents with unprecedented ease and functionality.

Features

Currently available:

  • Read onchain data using the GoldRush API

Roadmap:

  • Access offchain and private data
  • Train and fine-tune Large/Small Language Models
  • Identity services to securely store your agent's private keys
  • Communication services to post to social media
  • Memory Bank to provide a trustless, verifiable persistent store for critical states, outputs and decisions

Using the SDK

1. Setup and installation

yarn install

or

npm install

2. Initialization

import { Agent, BaseChain, GoldRushAPI } from "@covalenthq/ai-agent-sdk";

new Agent({
    onchain: {
        key: "XXX",
        provider: GoldRushAPI
    }
})

3. Retrieve Token Balances for Wallet on Base Chain

const balances = agent.onchain.getTokenBalancesForWalletAddress(BaseChain, "demo.eth");

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is MIT licensed.

Keywords

FAQs

Package last updated on 17 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc