Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiscoverPlugins ¶
func DiscoverPlugins()
In Python, this dynamically imports plugins. In Go, since it is a compiled language, plugins are imported anonymously in main.go (e.g., _ "github.com/cavos-io/rtp-agent/adapter/openai"). This function exists for structural parity.
func RunApp ¶
func RunApp(server *worker.AgentServer)
func RunWithDevMode ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.