Default session key used for chat conversations. This value is used when no custom session key has been configured. It follows the format: agent:<agentId>:<sessionName> /
/**
* Default session key used for chat conversations.
* This value is used when no custom session key has been configured.
* It follows the format: agent:<agentId>:<sessionName>
*/
export const DEFAULT_SESSION_KEY = 'agent:main:main'
/**
* Default model identifiers for various AI providers.
*/
export const DEFAULT_MODELS = {
/** Default Claude model for Claudie API provider */
CLAUDE: 'claude-sonnet-4-5',
/** Default Ollama model for local inference */
OLLAMA: 'llama3.2',
/** Default OpenAI model */
OPENAI: 'gpt-4o',
/** Default OpenAI-compatible model */
OPENAI_COMPATIBLE: 'gpt-4o',
/** Default OpenRouter model */
OPENROUTER: 'openai/gpt-4o',
/** Default Gemini model */
GEMINI: 'gemini-2.0-flash',
/** Default Kimi (Moonshot AI) model */
KIMI: 'moonshot-
... (truncated -- full source via MCP)
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key