Demo WorkspaceThis platform is a simulated testing workspace. All functions, statistics, and performance reports are mock fake demo data for UI/UX testing.
Back to Documentation

Getting Started

Follow this quick guide to set up your local lab workspace layer, sync baseline workflows, and federate your agent configurations.

1. Clone AROS Pipeline Factory

Clone the open-source pipeline registry repository containing foundational schemas, tool libraries, and baseline biological intelligence templates.

git clone https://github.com/LabOnoM/AROS_Pipeline_Factory.git

2. Seed Baseline Templates

Initialize your workspace and download baseline scientific grant proposals (such as JSPS KAKENHI achievements and metadata meta-info) and academic manuscript layouts.

cd AROS_Pipeline_Factory && aros sync --type=templates
Note: Ensure aros CLI daemon is installed on your local workstation before executing sync.

3. Connect Daemon to Federation Cloud

Configure your local setup file at ~/.gemini/antigravity/config.json to point to the AROS Cloud Federation sync server.

{
  "AROS_CLOUD_URL": "https://api.aros.bs-gou.com",
  "AROS_CLOUD_KEY": "your_federation_api_token_here",
  "enable_federation": true,
  "telemetry_level": "anonymized"
}

Alternatively, export AROS_CLOUD_KEY in your terminal session. This will authorize your local machine to upload evolution metrics, fetch updated shared policies, and sync federated knowledge snapshots.

Federation & Isolation Safety Policy

Your local files, raw scientific data (e.g. genomic sequences, grant drafts), and custom private rules are stored locally and will never be shared. Only metadata, anonymized task success rates, and token counts are synchronized to compute the AROS Evolution metrics.

Ready to write custom workflows?Explore API Reference