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
.envfile 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-minio-1 mc alias set myminio http://minio:9000 minioadmin minioadmin && docker exec -it neuroagent-minio-1 mc mb myminio/neuroagent- 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 frontendordocker compose build backend - Database changes persist in
neuroagent_postgres_datavolume - MinIO data persists in
neuroagent_minio_datavolume - Redis data persists in
neuroagent_redis_datavolume - 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