Skip to content

Repository files navigation


iAgentsHub — Backend

The service that powers agents, skills, memory, and AI provider connections.


Quick deploy

Docker

docker build -t iagentshub-backend .
docker run -p 8765:8765 \
  -e GAIA_AGENTS_SECRET=your-secret \
  -v /path/to/data:/data \
  iagentshub-backend

Python

pip install -r requirements.txt
GAIA_AGENTS_SECRET=your-secret python3 main.py

API available at http://localhost:8765.

For the full stack (backend + frontend + skills), deploy from iAgentsHub.


🇪🇸 Español docs/es/index.md
🇬🇧 English docs/en/index.md

MIT

About

FastAPI backend for iAgentsHub: agents, skills, memory, workflows, workspaces, and AI provider connections.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages