LLM agent for interacting with neuroscience tools. Enables ChatGPT-style interactions to query brain regions, morphologies, electrical traces, and scientific literature.
The easiest way to run the project is with Docker Compose:
- Install Docker and Docker Compose
- Create
.env
file with required variables:
OPENAI_API_KEY=...
KEYCLOAK_ID=...
KEYCLOAK_SECRET=...
KEYCLOAK_ISSUER=...
NEXTAUTH_SECRET=...
- Start the services and initialize the database:
docker compose up
docker exec -it neuroagent-backend-1 alembic -x url=postgresql://postgres:pwd@postgres:5432/neuroagent upgrade head
- Access the application at
http://localhost:3000
Notes:
- First run will take longer to build frontend and backend images
- To rebuild individual services:
docker compose build frontend
ordocker compose build backend
- Database changes persist in
neuroagent_postgres_data
volume - To reset database:
docker volume rm neuroagent_postgres_data
- To stop all services:
docker compose down
See instructions in frontend/README.md
and backend/README.md
.
The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology.
Copyright © 2024 Blue Brain Project/EPFL
Copyright © 2025 Open Brain Institute