Documentation
¶
Overview ¶
Package route handles file-staged routing requests for agent breathe-on-route.
Plane: shared
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct {
TaskUUID string `json:"task_uuid"`
RolePrompt string `json:"role_prompt"`
Trigger string `json:"trigger"`
ProjectPath string `json:"project_path,omitempty"`
RoutedBy string `json:"routed_by,omitempty"`
Message string `json:"message,omitempty"`
Team string `json:"team,omitempty"`
CreatedAt time.Time `json:"created_at"`
}
Request is written to ~/.ttal/routing/<agent>.json by the router. The daemon checks for this file during handleBreathe to compose the restart with routing context.
Click to show internal directories.
Click to hide internal directories.