docs: add BrainX installation skill#118
Merged
Merged
Conversation
Contributor
Reviewer's GuideAdds a BrainX installation skill to the docs, including a detailed installation workflow and a compatibility matrix reference for BrainX ecosystem packages and releases. Sequence diagram for BrainX installation skill workflowsequenceDiagram
actor User
participant BrainXInstallAgent
User->>BrainXInstallAgent: Request BrainX install/setup
BrainXInstallAgent->>BrainXInstallAgent: read_only_inspection
BrainXInstallAgent->>User: Present detected environment (run_location, Python, venvs, packages)
BrainXInstallAgent->>User: Ask for explicit device target (cpu, cuda12, cuda13, tpu)
User-->>BrainXInstallAgent: Confirm device target
BrainXInstallAgent->>BrainXInstallAgent: [coherent_release_selection]
BrainXInstallAgent->>BrainXInstallAgent: choose_venv
BrainXInstallAgent->>User: Present complete specification
User-->>BrainXInstallAgent: Confirm setup
BrainXInstallAgent->>BrainXInstallAgent: create_or_reuse_venv
BrainXInstallAgent->>BrainXInstallAgent: upgrade_pip_23_plus
BrainXInstallAgent->>BrainXInstallAgent: install_BrainX_meta_package
BrainXInstallAgent->>BrainXInstallAgent: verify_installation_using_python_c_import
BrainXInstallAgent->>User: Final report (environment, BrainX release, device extra, commands, status)
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
oujago
approved these changes
Jul 17, 2026
oujago
enabled auto-merge
July 17, 2026 15:23
oujago
disabled auto-merge
July 17, 2026 15:23
oujago
enabled auto-merge (squash)
July 17, 2026 15:24
oujago
disabled auto-merge
July 17, 2026 15:24
oujago
enabled auto-merge (squash)
July 17, 2026 15:24
oujago
disabled auto-merge
July 17, 2026 15:24
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/skills/brainx-installVerification
Summary by Sourcery
Add documentation skill for installing and configuring the BrainX meta-package, including environment selection, device targeting, and verification workflow, plus a reference matrix for BrainX ecosystem version compatibility and release matching.
Documentation: