An open API service indexing awesome lists of open source software.

https://github.com/draganaleksic99/multion-agent

A few simple examples of MultiOn autonomous web agent performing actions like following an account or posting on X using MultiOn Node.js SDK.
https://github.com/draganaleksic99/multion-agent

multion nodejs

Last synced: 3 days ago
JSON representation

A few simple examples of MultiOn autonomous web agent performing actions like following an account or posting on X using MultiOn Node.js SDK.

Awesome Lists containing this project

README

          

# MultiOn-Agent

A few simple examples of [MultiOn](https://www.multion.ai/) autonomous web agent performing actions like following an account or posting on X using MultiOn [Node.js SDK](https://docs.multion.ai/sdks/node).

[MultiOn agent demo](https://github.com/user-attachments/assets/b60a08de-b50c-4eb7-a2d0-22ab78deeb54)
> Demo of MultiOn autonomous web agent following an account on X.

## Quickstart

### 1. Clone this repository

Run the following command to clone the repo:

```
https://github.com/DraganAleksic99/multion-agent.git
```

### 2. Install dependencies

```
cd multion-agent
npm i
```

### 3. Fill out secrets

```
cp .env.example .env
```

### 4. Run an example

```
node examples/
```