Commit Graph

159 Commits

Author SHA1 Message Date
Haitao Pan
8067916b5b Add managed multi-agent collaboration runtime 2026-03-19 12:33:50 +08:00
Haitao Pan
b37792663a add configurable simple theme defaults 2026-03-18 19:12:37 +08:00
Haitao Pan
b861c8cc54 feat: expand codex bridge integration and assistant workspace 2026-03-15 08:19:53 +08:00
Haitao Pan
9e797eab40 docs: add comprehensive planning for unimplemented features
- Add roadmap for 4 phases of feature implementation
- Phase 1: AI Gateway enhancements (P0, 1-2 weeks)
- Phase 2: OpenClaw task scheduling (P1, 2-3 weeks)
- Phase 3: OpenClaw long-term memory (P1, 2-3 weeks)
- Phase 4: Codex FFI Rust embedded mode (P2, 4-6 weeks)
- Include task breakdown, acceptance criteria, and success metrics
- Add dependencies, milestones, and resource requirements
- Document risks and mitigation strategies
2026-03-14 10:32:19 +08:00
Haitao Pan
32b7aac1a7 chore: rename 'Gateway Connection' to 'OpenClaw Gateway' for clarity
- Update settings page title from '网关连接' to 'OpenClaw Gateway'
- Add naming note in architecture documentation
- Prevents confusion with 'AI Gateway' (APISIX AI proxy)
- Clarifies that this is the OpenClaw service for memory, tasks, and multi-agent coordination
2026-03-14 10:15:07 +08:00
6c12439168 feat(runtime): add built-in/external codex modes and external agent provider registry 2026-03-14 09:31:23 +08:00
Haitao Pan
a6699beff3 feat: integrate Codex CLI as built-in code agent
- 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>
2026-03-14 00:10:27 +08:00
Haitao Pan
1eb48e5547 fix: stabilize remote gateway pairing identity 2026-03-12 09:55:17 +08:00
Haitao Pan
e954af8468 feat: complete gateway-driven assistant baseline 2026-03-11 23:01:47 +08:00