Files
wehub-resource-sync 2cab53bc94
Test Vector Database Adaptors / Test MCP Vector DB Tools (push) Has been cancelled
Tests / Code Quality (Ruff & Mypy) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (macos-latest, 3.11) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (macos-latest, 3.12) (push) Has been cancelled
Tests / Tests (push) Has been cancelled
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers CLI - Convert documentation to AI skills dockerfile:Dockerfile name:skill-seekers]) (push) Has been cancelled
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers MCP Server - 25 tools for AI assistants dockerfile:Dockerfile.mcp name:skill-seekers-mcp]) (push) Has been cancelled
Docker Publish / Test Docker Images (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / Serial / Integration / E2E Tests (push) Has been cancelled
Tests / MCP Server Tests (push) Has been cancelled
Test Vector Database Adaptors / Test chroma Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test faiss Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test qdrant Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test weaviate Adaptor (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:46:28 +08:00

47 lines
1.3 KiB
Bash

# Skill Seekers Docker Environment Configuration
# Copy this file to .env and fill in your API keys
# Claude AI / Anthropic API
# Required for AI enhancement features
# Get your key from: https://console.anthropic.com/
ANTHROPIC_API_KEY=sk-ant-your-key-here
# Google Gemini API (Optional)
# Required for Gemini platform support
# Get your key from: https://makersuite.google.com/app/apikey
GOOGLE_API_KEY=
# OpenAI API (Optional)
# Required for OpenAI/ChatGPT platform support
# Get your key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=
# GitHub Token (Optional, but recommended)
# Increases rate limits from 60/hour to 5000/hour
# Create token at: https://github.com/settings/tokens
# Required scopes: public_repo (for public repos)
GITHUB_TOKEN=
# MCP Server Configuration
MCP_TRANSPORT=http
MCP_PORT=8765
# Docker Resource Limits (Optional)
# Uncomment to set custom limits
# DOCKER_CPU_LIMIT=2.0
# DOCKER_MEMORY_LIMIT=4g
# Pinecone API (Optional)
# Required for Pinecone vector database upload
# Get your key from: https://app.pinecone.io/
PINECONE_API_KEY=
# Vector Database Ports (Optional - change if needed)
# WEAVIATE_PORT=8080
# QDRANT_PORT=6333
# CHROMA_PORT=8000
# Logging (Optional)
# SKILL_SEEKERS_LOG_LEVEL=INFO
# SKILL_SEEKERS_LOG_FILE=/data/logs/skill-seekers.log