Skip to content

Commit

Permalink
refactor: rename ai_worker file to reflect orchestrator role (#3348)
Browse files Browse the repository at this point in the history
This commit renames the `ai_worker` file to better represent its role within
the orchestrator side of the network stack, improving clarity and
maintainability.
  • Loading branch information
rickstaa authored and victorges committed Jan 10, 2025
1 parent 426c032 commit c61b8c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/ai_worker.go → core/ai_orchestrator.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package core

// ai_orchestrator.go implements logic for managing AI workers and processing AI jobs.

import (
"bytes"
"context"
Expand Down
2 changes: 2 additions & 0 deletions server/ai_worker.go → server/ai_orchestrator.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package server

// ai_orchestrator.go implements logic for orchestrators to send AI jobs to AI Workers.

import (
"bytes"
"context"
Expand Down
File renamed without changes.

0 comments on commit c61b8c9

Please sign in to comment.