diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..2ee2716 --- /dev/null +++ b/.env.example @@ -0,0 +1,18 @@ +# Telegram Bot Tokens +TELEGRAM_BOT_TOKEN=your_daemon_bot_token_here +TELEGRAM_APPRENTICE_BOT_TOKEN=your_apprentice_bot_token_here + +# OpenAI API Key +OPENAI_API_KEY=your_openai_api_key_here + +# Anthropic API Key +ANTHROPIC_API_KEY=your_anthropic_api_key_here + +# GitHub Repository Information +GITHUB_REPO_OWNER=your_github_username_or_organization +GITHUB_REPO_NAME=your_repo_name +GITHUB_ACCESS_TOKEN=your_github_personal_access_token + +# Chat IDs +DAEMON_CHAT_ID=your_daemon_chat_id +APPRENTICE_CHAT_ID=your_apprentice_chat_id \ No newline at end of file