Skip to main content

Module types

Module types 

Source
Expand description

SwarmEngine 基本型定義

ID 系と Task 系の基本型を定義。 Action 関連の型は actions.rs を参照。

Structs§

Action
Action - Agent が実行する処理
ActionParams
Action パラメータ
ActionResult
Action 実行結果
AgentId
Agent ID
GroupId
Group ID - 同じ条件で複数回実行した試行グループを識別
LoraConfig
LoRA アダプター設定
SwarmTask
Orchestrator に投入する汎用タスク
TaskId
Task ID - 1回のタスク実行を識別
WorkerId
Worker ID

Enums§

ActionCategory
Action のカテゴリ(探索空間への影響で分類)
ActionOutput
Action 出力の型付き表現