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.
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.
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.