- Add CodexRuntime for process management and JSON-RPC communication - Add CodexConfigBridge for AI Gateway configuration - Add ModeSwitcher for OpenClaw Gateway mode switching (local/remote/offline) - Add AgentRegistry for agent registration and discovery - Add RuntimeCoordinator for unified coordination - Add Rust FFI bindings for native integration - Add comprehensive test coverage Phase 1-4 features: - Configuration bridging to AI Gateway - Mode switching between local/remote/offline - Agent registration protocol - Cloud memory sync capability - Offline fallback support CI/CD: - GitHub Actions workflow for Rust FFI build - Build scripts for macOS universal binary - Integration with Flutter build process Co-authored-by: Codex CLI Integration <codex@openai.com> |
||
|---|---|---|
| .. | ||
| agent_registry.dart | ||
| codex_config_bridge.dart | ||
| codex_ffi_bindings.dart | ||
| codex_runtime.dart | ||
| device_identity_store.dart | ||
| gateway_runtime.dart | ||
| mode_switcher.dart | ||
| runtime_bootstrap.dart | ||
| runtime_controllers.dart | ||
| runtime_coordinator.dart | ||
| runtime_models.dart | ||
| secure_config_store.dart | ||