Skip to main content

feagi_api/endpoints/
snapshot.rs

1// Copyright 2025 Neuraville Inc.
2// SPDX-License-Identifier: Apache-2.0
3
4/*!
5 * FEAGI v1 Snapshot API
6 *
7 * Endpoints for creating, managing, and restoring brain snapshots
8 * Maps to Python: feagi/api/v1/snapshot.py
9 */
10
11// Snapshot endpoints are not yet implemented in Rust.