{
    "meta": {
        "lastTouchedVersion": "2026.1.24-3",
        "lastTouchedAt": "2026-02-16T09:30:00.000Z"
    },
    "auth": {
        "profiles": {
            "anthropic:default": {
                "provider": "anthropic",
                "mode": "api_key"
            },
            "anthropic:claude-cli": {
                "provider": "anthropic",
                "mode": "oauth"
            },
            "moonshot:default": {
                "provider": "moonshot",
                "mode": "api_key"
            }
        },
        "order": {
            "anthropic": [
                "anthropic:claude-cli",
                "anthropic:default"
            ],
            "moonshot": [
                "moonshot:default"
            ]
        }
    },
    "models": {
        "mode": "merge",
        "providers": {
            "moonshot": {
                "baseUrl": "https://api.moonshot.ai/v1",
                "api": "openai-completions",
                "models": [
                    {
                        "id": "kimi-k2-0905-preview",
                        "name": "Kimi K2 0905 Preview",
                        "reasoning": false,
                        "input": [
                            "text"
                        ],
                        "cost": {
                            "input": 0,
                            "output": 0,
                            "cacheRead": 0,
                            "cacheWrite": 0
                        },
                        "contextWindow": 256000,
                        "maxTokens": 8192
                    },
                    {
                        "id": "kimi-k2.5",
                        "name": "Kimi K2.5",
                        "reasoning": false,
                        "input": [
                            "text"
                        ],
                        "cost": {
                            "input": 0,
                            "output": 0,
                            "cacheRead": 0,
                            "cacheWrite": 0
                        },
                        "contextWindow": 256000,
                        "maxTokens": 8192
                    }
                ]
            }
        }
    },
    "agents": {
        "defaults": {
            "model": {
                "primary": "deepseek/deepseek-chat",
                "fallbacks": [
                    "anthropic/claude-sonnet-4-20250514",
                    "moonshot/kimi-k2.5",
                    "anthropic/claude-opus-4-6"
                ]
            },
            "models": {
                "moonshot/kimi-k2-0905-preview": {
                    "alias": "kimi"
                },
                "moonshot/kimi-k2.5": {
                    "alias": "kimi"
                },
                "anthropic/claude-opus-4-5": {
                    "alias": "opus"
                },
                "anthropic/claude-sonnet-4-20250514": {
                    "alias": "sonnet"
                },
                "anthropic/claude-opus-4-6": {
                    "alias": "opus46"
                },
                "deepseek/deepseek-chat": {
                    "alias": "deepseek"
                }
            },
            "workspace": "/home/ccuser/susan",
            "contextTokens": 100000,
            "memorySearch": {
                "sources": [
                    "memory",
                    "sessions"
                ],
                "experimental": {
                    "sessionMemory": true
                },
                "query": {
                    "hybrid": {
                        "enabled": true,
                        "vectorWeight": 0.7,
                        "textWeight": 0.3,
                        "candidateMultiplier": 4
                    }
                },
                "cache": {
                    "enabled": true,
                    "maxEntries": 25000
                }
            },
            "contextPruning": {
                "mode": "cache-ttl",
                "ttl": "2h"
            },
            "compaction": {
                "mode": "default"
            },
            "heartbeat": {
                "every": "30m",
                "model": "moonshot/kimi-k2.5",
                "includeReasoning": false
            },
            "maxConcurrent": 2,
            "subagents": {
                "maxConcurrent": 10,
                "model": "moonshot/kimi-k2.5"
            }
        }
    },
    "tools": {
        "web": {
            "search": {
                "apiKey": "BSAX4hhpkzkj2McQl4-wEqi7xzKhSwM"
            }
        },
        "media": {
            "audio": {
                "maxBytes": 10485760,
                "models": [
                    {
                        "provider": "openai",
                        "model": "gpt-4o-mini-transcribe"
                    }
                ]
            }
        }
    },
    "messages": {
        "ackReactionScope": "group-mentions",
        "tts": {
            "auto": "disabled",
            "provider": "elevenlabs",
            "elevenlabs": {
                "apiKey": "e62ff6bc79e5e876bb4c6f67a38625e0a60cf9ca51bac5bb0a88ee99fd352cc3",
                "voiceId": "IKne3meq5aSn9XLyUdCD",
                "modelId": "eleven_multilingual_v2",
                "voiceSettings": {
                    "stability": 0.5,
                    "similarityBoost": 0.75,
                    "speed": 1.0
                }
            }
        }
    },
    "commands": {
        "native": "auto",
        "nativeSkills": "auto",
        "restart": true
    },
    "channels": {
        "telegram": {
            "enabled": true,
            "dmPolicy": "pairing",
            "botToken": "8201213737:AAHZDU_uL_zrzNGhWD4EroLRvYCDzmjUYjE",
            "groups": {
                "-1003505625266": {
                    "requireMention": false,
                    "enabled": true,
                    "allowFrom": [
                        7377499346
                    ],
                    "topicFilter": [
                        4
                    ]
                }
            },
            "groupPolicy": "allowlist",
            "streamMode": "partial"
        }
    },
    "gateway": {
        "mode": "local",
        "auth": {
            "token": "susan-api-2026"
        },
        "http": {
            "endpoints": {
                "chatCompletions": {
                    "enabled": true
                }
            },
            "port": 18792
        },
        "port": 18792
    },
    "plugins": {
        "allow": [
            "telegram"
        ],
        "entries": {
            "telegram": {
                "enabled": true
            }
        }
    }
}