Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fellouai/eko-browser-extension

Eko Browser Extension Template
https://github.com/fellouai/eko-browser-extension

agentic-ai agentic-framework agentic-workflow browser-use browseruse chrome-extension computeruse eko workflow

Last synced: 1 day ago
JSON representation

Eko Browser Extension Template

Awesome Lists containing this project

README

        

# **Eko Chromium Extension Template**

This is the chromium extension template for [eko](https://github.com/FellouAI/eko) (natural language agent programming framework) workflow development.

## Setup
``` shell
# install cli (used to initialize browser extension projects)
pnpm install @eko-ai/eko-cli -g
# initialize project
eko-cli init browser-extension-demo

cd browser-extension-demo
# install dependencies
pnpm install

# run
pnpm run build:dev

# build
pnpm run build
```