fix: sync rust api-server runtime and bindings

This commit is contained in:
2026-04-23 20:32:06 +08:00
parent 9d25a47b23
commit 27e84c46a0
82 changed files with 9534 additions and 2222 deletions

View File

@@ -1,9 +1,12 @@
mod admin;
mod ai_tasks;
mod api_response;
mod app;
mod assets;
mod auth;
mod auth_me;
mod auth_payload;
mod auth_public_user;
mod auth_session;
mod auth_sessions;
mod big_fish;
@@ -13,6 +16,7 @@ mod config;
mod custom_world;
mod custom_world_agent_turn;
mod custom_world_ai;
mod custom_world_foundation_draft;
mod error_middleware;
mod health;
mod http_error;
@@ -24,6 +28,7 @@ mod logout_all;
mod password_entry;
mod phone_auth;
mod puzzle;
mod puzzle_agent_turn;
mod refresh_session;
mod request_context;
mod response_headers;