https://github.com/FellouAI/eko-browser-extension-template
Eko Browser Extension Template
https://github.com/FellouAI/eko-browser-extension-template
agentic-ai agentic-framework agentic-workflow browser-use browseruse chrome-extension computeruse eko workflow
Last synced: 4 months ago
JSON representation
Eko Browser Extension Template
- Host: GitHub
- URL: https://github.com/FellouAI/eko-browser-extension-template
- Owner: FellouAI
- License: mit
- Created: 2024-12-14T15:43:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T16:13:57.000Z (4 months ago)
- Last Synced: 2025-02-15T17:22:59.224Z (4 months ago)
- Topics: agentic-ai, agentic-framework, agentic-workflow, browser-use, browseruse, chrome-extension, computeruse, eko, workflow
- Language: TypeScript
- Homepage:
- Size: 155 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-democd browser-extension-demo
# install dependencies
pnpm install# build
pnpm run build:dev# Depends on local eko build
# pnpm run build:dev_eko
```