Documentation
¶
Overview ¶
Package commands implements the omniagent CLI commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAgentOption ¶ added in v0.6.0
RegisterAgentOption registers an agent option to be applied when creating the agent. This allows external packages (like grokify-omniagent) to inject compiled skills and other configuration before calling Execute().
Example:
commands.RegisterAgentOption(agent.WithCompiledSkill(investSkill)) commands.RegisterAgentOption(agent.WithStorage(sqliteStorage)) commands.Execute()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.