Function exportAgentConfig
- exportAgentConfig(agentInstance, metadata?): AgentExportConfig
Parameters
- agentInstance: Agent
Optional metadata: {
name?: string;
description?: string;
author?: string;
tags?: string[];
}Optional name?: string
Optional description?: string
Optional author?: string
Optional tags?: string[]
Exports an agent's configuration as a portable object.