aiprompt

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadPrompts

func LoadPrompts(promptDirectory string) (map[string]Prompt, error)

func RunAiAgent added in v0.2.1

func RunAiAgent(prompts map[string]Prompt) error

Types

type AiAgent added in v0.2.1

type AiAgent struct {
	AgentName string   `yaml:"name" default:"gemini"`
	Arguments []string `yaml:"arguments" default:"[-i]"`
}

type Arg

type Arg struct {
	Query   string   `yaml:"query"`
	Options []string `yaml:"options"`
}

type Prompt

type Prompt struct {
	Agent    AiAgent `yaml:"agent"`
	Args     []Arg   `yaml:"args"`
	Template string  `yaml:"template"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL