mirror of
https://github.com/xiaojialove-DRP/SemanticForge.git
synced 2026-05-01 20:20:06 +00:00
Transform natural language into verifiable AI values that honor human diversity. Key Features: - Five-layer skill framework (DEFINING, INSTANTIATING, FENCING, VALIDATING, CONTEXTUALIZING) - Multi-model support (Claude, OpenAI, Groq, Local models) - Bilingual documentation (English + Chinese) - Academic research foundation with 21 peer-reviewed references - Semantic capital design for cross-cultural value alignment This framework enables people to democratically define AI values through clear, verifiable, and culturally-sensitive skill definitions. License: MIT
8 lines
278 B
Text
8 lines
278 B
Text
# Core dependencies
|
|
python-dotenv>=1.0.0
|
|
|
|
# AI Model Providers (install only the ones you need)
|
|
anthropic>=0.7.0 # For Claude (default)
|
|
openai>=1.0.0 # For OpenAI GPT models
|
|
groq>=0.4.1 # For Groq Mixtral
|
|
ollama>=0.0.1 # For local models (Ollama)
|