• Joined on 2023-11-29
timur pushed to main at herocode/supervisor 2025-11-04 16:16:25 +00:00
c960322a8a Fix WASM client: send timeout as u64 instead of Duration object
timur pushed to main at herocode/supervisor 2025-11-04 16:13:11 +00:00
1a23a97e38 Fix WASM client: use correct method name 'job.run' instead of 'jobs.run'
timur pushed to main at herocode/job 2025-11-04 16:09:49 +00:00
7b9420f3e6 Refactor job client into separate crate
timur pushed to main at herocode/osiris 2025-11-04 16:09:22 +00:00
2e88bf33ba Update OsirisClient to use unified JobBuilder for both native and WASM
timur pushed to main at herocode/home 2025-11-04 16:05:53 +00:00
4aa1a20010 Refactor home scripts to be wrappers around component scripts
timur pushed to main at herocode/runner_rust 2025-11-04 16:05:32 +00:00
35ea035bd5 Add build.sh and run.sh scripts for osiris runner
timur pushed to main at herocode/supervisor 2025-11-04 16:05:11 +00:00
b8ef14d06c Simplify build.sh and update run.sh for self-contained execution
timur pushed to main at herocode/herocoordinator 2025-11-04 16:04:54 +00:00
a79053e75d Add build.sh and run.sh scripts for self-contained build and execution
timur pushed to main at herocode/supervisor 2025-11-04 12:44:03 +00:00
3356a03895 Use hero-job crate instead of runner_rust for job types
timur pushed to main at herocode/runner_rust 2025-11-04 12:41:04 +00:00
0c168690a6 Use hero-job crate instead of local job module
timur pushed to main at herocode/job 2025-11-04 12:38:31 +00:00
e3d8147eaa Restructure job crate: separate rust and vlang folders, extract Job types from runner_rust
3ba9e84aa0 job crate fixes
Compare 2 commits »
timur pushed to main at herocode/runner_rust 2025-11-04 12:10:29 +00:00
d016e54ec9 Add subdirectory hint for git dependency
timur pushed to main at herocode/runner_rust 2025-11-04 12:09:14 +00:00
4158d02f3d Update osiris dependency to use osiris-core package
timur pushed to main at herocode/osiris 2025-11-04 12:08:51 +00:00
5d82959457 Restructure Osiris: separate core, client, and server crates to avoid circular dependencies
ae846ea734 Start CQRS refactoring: Create Osiris client crate
Compare 2 commits »
timur pushed to main at herocode/self 2025-11-03 15:16:35 +00:00
f970f3fb58 Add SelfFreezoneClient wrapper for Self components
timur pushed to main at herocode/runner_rust 2025-11-03 13:14:11 +00:00
2ea963ddf5 Remove terminal UI dependencies (ratatui, crossterm) to fix WASM compatibility
timur pushed to main at herocode/runner_rust 2025-11-03 12:29:35 +00:00
0588b2736b Add Created status to JobStatus enum and store_job_in_redis_with_status method
timur pushed to main at herocode/herocoordinator 2025-10-31 01:35:03 +00:00
ee456ba86a Add coordinator UI for DAG visualization and flow monitoring
timur pushed to main at herocode/osiris 2025-10-31 01:29:44 +00:00
7633f14db1 Update OSIRIS engine with signatory access control and Freezone examples
timur pushed to main at herocode/supervisor 2025-10-31 01:29:35 +00:00
49d36485d0 Update admin UI with real API integration and secret management