Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToolsFromMcpClients ¶
ToolsFromMcpClients adapts all of the tools available in the mcp clients to fantasy.AgentTool
Types ¶
type Config ¶
type Config struct {
// Model specifies the provider and model in "provider:model-id" format
// Supported providers: openai, anthropic, gemini
// Example: "openai:gpt-5", "gemini:gemini-3-pro"
Model string
// SystemPrompt contains optional system instructions for the agent
SystemPrompt string
}
func (*Config) ParseModel ¶
Click to show internal directories.
Click to hide internal directories.