fix repo links

This commit is contained in:
Timur Gordon
2025-08-27 15:42:57 +02:00
parent 9c83048694
commit 92feb504f8

View File

@@ -15,7 +15,7 @@ The Hero Code system follows a hierarchical job execution architecture with thre
- Act as intermediaries between coordinators and runners
- Return job results back to the coordinator
### [Runner](https://git.ourworld.tf/herocode/herorunner)
### Runner
- Execute the actual jobs assigned by supervisors
- Run job-specific code and return responses to supervisors
- Specialized for different types of workloads and environments
@@ -83,8 +83,8 @@ Hero DB is the data layer used by runners in each node. It provides persistent s
## Herolibs
herolibs are libraries for hero code in different languages.
- [Vlang] (https://git.ourworld.tf/herocode/herolib_v)
- [Rust] (https://git.ourworld.tf/herocode/herolib_rs)
- [Python] (https://git.ourworld.tf/herocode/herolib_py)
- [Vlang] (https://github.com/freeflowuniverse/herolib)
- [Rust] (https://git.ourworld.tf/herocode/herolib_rust)
- [Python] (https://git.ourworld.tf/herocode/herolib_python)
##