• Joined on 2023-11-29
timur pushed to main at herocode/home 2025-10-31 01:29:22 +00:00
ac6020d883 Add comprehensive architecture documentation with Freezone reference
timur pushed to main at herocode/osiris 2025-10-29 15:56:19 +00:00
timur pushed to main at herocode/osiris 2025-10-29 15:52:38 +00:00
timur pushed to main at herocode/osiris 2025-10-28 11:34:13 +00:00
03e5615541 Move package registration functions to respective rhai modules
timur pushed to main at herocode/runner_rust 2025-10-28 11:29:19 +00:00
df8fc69678 Use git dependency for osiris instead of path
timur pushed to main at herocode/supervisor 2025-10-28 11:28:42 +00:00
e493085892 Use git dependency for runner_rust instead of path
timur pushed to main at herocode/runner_rust 2025-10-28 11:21:00 +00:00
564b81b708 Update runner to use engine factory pattern with Rhai packages
timur pushed to main at herocode/osiris 2025-10-28 11:20:35 +00:00
e760a184b1 Refactor to use Rhai packages for efficient engine creation
timur pushed to main at herocode/osiris 2025-10-28 02:33:48 +00:00
e04012c8c0 Refactor Rhai integration with context-based execution and type registry
timur pushed to main at herocode/runner_rust 2025-10-28 02:33:05 +00:00
0c918a8f5f Add get_error method to client for standardized error retrieval
timur pushed to main at herocode/supervisor 2025-10-28 02:32:40 +00:00
f249c8b49b Implement comprehensive admin UI with job management and API key display
timur pushed to main at herocode/supervisor 2025-10-27 14:42:30 +00:00
5f5dd35dbc fix: resolve duplicate LogInfo type and method name issues
timur pushed to main at herocode/supervisor 2025-10-27 13:59:16 +00:00
674ae22f91 fix: add run_job alias and update get_runner_status to use params
timur pushed to main at herocode/supervisor 2025-10-27 13:48:49 +00:00
9b3477d6d2 feat: align OpenRPC server with simplified client API
timur pushed to main at herocode/supervisor 2025-10-27 13:34:23 +00:00
a47157aa71 fix: keep OpenRPC ServerHandle alive to prevent server shutdown
timur pushed to main at herocode/supervisor 2025-10-27 13:20:54 +00:00
98b2718d58 feat: simplify OpenRPC API and reorganize examples
timur pushed to main at herocode/runner_rust 2025-10-27 13:18:57 +00:00
268128f7fd fix: use basic Engine for runner_osiris until osiris rhai module is available
timur pushed to main at herocode/runner_rust 2025-10-27 12:50:49 +00:00
228eb4ffe7 chore: use git version of osiris dependency
timur pushed to main at herocode/runner_rust 2025-10-27 12:49:50 +00:00
14ff6cae67 feat: reorganize examples and add signature support to JobBuilder
timur pushed to main at herocode/runner_rust 2025-10-24 08:44:40 +00:00
90754cc4ac update job to include signatures