agentsea / devicebay

Devices for AI agents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


DeviceBay

Devices for AI agents
Explore the docs »

View Demo · Report Bug · Request Feature


DeviceBay offers pluggable devices ready to be used by AI agents, complete with a UI experience.

Installation

pip install devicebay

Supported Devices

Backends

Device configuration storage can be backed by:

  • Sqlite
  • Postgresql

Sqlite will be used by default. To use postgres simply configure the env vars:

DB_TYPE=postgres
DB_NAME=devices
DB_HOST=localhost
DB_USER=postgres
DB_PASS=abc123

Community

Come join us on Discord.

About

Devices for AI agents

License:MIT License


Languages

Language:Python 100.0%