Versions in this module Expand all Collapse all v0 v0.3.0 Apr 10, 2026 Changes in this version + const ModuleChat + const ModuleTapping + const ModuleTappingOff + func BridgeAgentAvailable() bool + func BridgeAgentChat(rpc clientrpc.MaliceRPCClient, sess *client.Session, ...) (*clientpb.Task, error) + func Chat(rpc clientrpc.MaliceRPCClient, sess *client.Session, text string) (*clientpb.Task, error) + func ChatCmd(cmd *cobra.Command, con *core.Console, args []string) error + func Commands(con *core.Console) []*cobra.Command + func DispatchChat(rpc clientrpc.MaliceRPCClient, sess *client.Session, opts ChatOptions) (*clientpb.Task, error) + func ExecuteBridgeChat(rpc clientrpc.MaliceRPCClient, sess *client.Session, text string) (*clientpb.Task, error) + func Register(con *core.Console) + func RegisterChatFunc(con *core.Console) + func RegisterTappingFunc(con *core.Console) + func SkillCmd(cmd *cobra.Command, con *core.Console, args []string) error + func SkillListCmd(cmd *cobra.Command, con *core.Console) error + func SkillNameCompleter() carapace.Action + func Tapping(rpc clientrpc.MaliceRPCClient, sess *client.Session) (*clientpb.Task, error) + func TappingCmd(cmd *cobra.Command, con *core.Console) error + func TappingOff(rpc clientrpc.MaliceRPCClient, sess *client.Session) (*clientpb.Task, error) + func TappingOffCmd(cmd *cobra.Command, con *core.Console) error + type ChatOptions struct + MaxTurns uint32 + Model string + Provider string + Text string + type Skill struct + Body string + Description string + Dir string + Name string + func LoadSkill(name string) (*Skill, error) + type SkillInfo struct + Description string + Name string + Source string + func DiscoverSkills() []SkillInfo