The service that powers agents, skills, memory, and AI provider connections.
Docker
docker build -t iagentshub-backend .
docker run -p 8765:8765 \
-e GAIA_AGENTS_SECRET=your-secret \
-v /path/to/data:/data \
iagentshub-backendPython
pip install -r requirements.txt
GAIA_AGENTS_SECRET=your-secret python3 main.pyAPI 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 |