Last active
February 25, 2026 19:08
-
-
Save donbr/04d2d0ea352066ce46fe0f72faf792f6 to your computer and use it in GitHub Desktop.
open-biosciences-workspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "folders": [ | |
| { | |
| "name": "ποΈ architecture", | |
| "path": "biosciences-architecture" | |
| }, | |
| { | |
| "name": "π€ deepagents", | |
| "path": "biosciences-deepagents" | |
| }, | |
| { | |
| "name": "π education", | |
| "path": "biosciences-education" | |
| }, | |
| { | |
| "name": "π evaluation", | |
| "path": "biosciences-evaluation" | |
| }, | |
| { | |
| "name": "π mcp", | |
| "path": "biosciences-mcp" | |
| }, | |
| { | |
| "name": "π§ memory", | |
| "path": "biosciences-memory" | |
| }, | |
| { | |
| "name": "π program", | |
| "path": "biosciences-program" | |
| }, | |
| { | |
| "name": "π¬ research", | |
| "path": "biosciences-research" | |
| }, | |
| { | |
| "name": "β‘ skills", | |
| "path": "biosciences-skills" | |
| }, | |
| { | |
| "name": "β±οΈ temporal", | |
| "path": "biosciences-temporal" | |
| }, | |
| { | |
| "name": "π§° workspace-template", | |
| "path": "biosciences-workspace-template" | |
| }, | |
| { | |
| "name": "π¦ [legacy] lifesciences-research", | |
| "path": "../graphiti-org/lifesciences-research" | |
| }, | |
| { | |
| "name": "π¦ [legacy] lifesciences-deepagents", | |
| "path": "../ai2026/lifesciences-deepagents-worktrees/deepagents-0312-upgrade-spike" | |
| }, | |
| { | |
| "name": "π¦ [legacy] lifesciences-temporal", | |
| "path": "../graphiti-org/lifesciences-temporal" | |
| } | |
| ], | |
| "settings": { | |
| "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", | |
| "python.analysis.extraPaths": [ | |
| "${workspaceFolder}/biosciences-mcp/src", | |
| "${workspaceFolder}/biosciences-memory/src", | |
| "${workspaceFolder}/biosciences-deepagents/src", | |
| "${workspaceFolder}/biosciences-temporal/src", | |
| "${workspaceFolder}/biosciences-research/src" | |
| ], | |
| "files.exclude": { | |
| "**/__pycache__": true, | |
| "**/.pytest_cache": true, | |
| "**/.ruff_cache": true, | |
| "**/*.egg-info": true, | |
| "**/.mypy_cache": true | |
| }, | |
| "python.analysis.typeCheckingMode": "basic", | |
| "editor.formatOnSave": true, | |
| "[python]": { | |
| "editor.defaultFormatter": "charliermarsh.ruff" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment