"""Lazy-init so the module can be imported without GROQ_API_KEY set.""" key = os.environ.get("GROQ_API_KEY", "") if not key: raise RuntimeError("GROQ_API_KEY ...
All parts of Claude Code's system prompt, 27 builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, statusline, magic docs, WebFetch, Bash cmd, ...