This directory demonstrates how to synchronize files between your local machine and the remote AGB session, ensuring data persistence across sessions.
AGB provides a powerful synchronization mechanism that can:
- Upload: Automatically upload local files to the cloud session.
- Download: Automatically download generated files from the cloud session back to your local machine.
- Watch: (Optional) Continuously sync changes.
Demonstrates the simplest way to persist data: downloading specific files (like generated charts or logs) after execution.
<<< ./file_archive_mode.py
Shows bidirectional synchronization (uploading inputs, processing them, and downloading outputs).
<<< ./context_sync_demo.py