85ab93798b
Simplify Dockerfile to use pre-built musl binary, add Ingress
...
- Dockerfile: drop Rust build stage, COPY static musl binary directly
- Add traefik Ingress for tori.oci.euphon.net with LE cert
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 10:51:14 +00:00
eb8f5173f3
Bump Rust image to 1.86 for edition2024 support
...
getrandom 0.4.1 requires edition2024 which needs Cargo >= 1.85.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 10:48:14 +00:00
a26950c432
Add OCI ARM64 deployment setup
...
- deploy.sh: local-to-OCI deploy script (rsync config, docker build, kubectl apply)
- deployment.yaml: namespace, PVC, Deployment with registry image, Service
- Dockerfile: COPY config.yaml directly into image, drop openssh-client
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 10:47:11 +00:00
67ef516462
Switch reqwest to rustls-tls for cross-platform builds
...
Removes openssl dependency, enabling clean builds on ARM/musl targets.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 10:42:34 +00:00
7edbbee471
Tori: AI agent workflow manager - initial implementation
...
Rust (Axum) + Vue 3 + SQLite. Features:
- Project CRUD REST API with proper error handling
- Per-project agent loop (mpsc + broadcast channels)
- LLM-driven plan generation and replan on user feedback
- SSH command execution with status streaming
- WebSocket real-time updates to frontend
- Four-zone UI: requirement, plan (left), execution (right), comment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 10:36:50 +00:00
1122ab27dd
Initial commit
2026-02-28 10:13:39 +00:00