feat: add FreeCAD and Rommie MCP server configurations and deployment playbooks
This commit is contained in:
32
ansible/rommie/.env.j2
Normal file
32
ansible/rommie/.env.j2
Normal file
@@ -0,0 +1,32 @@
|
||||
# Rommie Environment Configuration
|
||||
# MCP server wrapping Agent S for GUI automation
|
||||
|
||||
# ============================================================================
|
||||
# Required for Agent S
|
||||
# ============================================================================
|
||||
HF_TOKEN=0000
|
||||
OPENAI_API_KEY=0000
|
||||
DISPLAY={{ rommie_display }}
|
||||
|
||||
# ============================================================================
|
||||
# Agent S Model Configuration
|
||||
# ============================================================================
|
||||
ROMMIE_MODEL={{ rommie_model }}
|
||||
ROMMIE_MODEL_URL={{ rommie_model_url }}
|
||||
ROMMIE_PROVIDER={{ rommie_provider | default('openai') }}
|
||||
|
||||
# ============================================================================
|
||||
# Grounding Model Configuration
|
||||
# ============================================================================
|
||||
ROMMIE_GROUND_PROVIDER={{ rommie_ground_provider | default('huggingface') }}
|
||||
ROMMIE_GROUND_URL={{ rommie_ground_url }}
|
||||
ROMMIE_GROUND_MODEL={{ rommie_ground_model }}
|
||||
ROMMIE_GROUNDING_WIDTH={{ rommie_grounding_width | default(1024) }}
|
||||
ROMMIE_GROUNDING_HEIGHT={{ rommie_grounding_height | default(1024) }}
|
||||
|
||||
# ============================================================================
|
||||
# Server Configuration
|
||||
# ============================================================================
|
||||
ROMMIE_HOST={{ rommie_host | default('0.0.0.0') }}
|
||||
ROMMIE_PORT={{ rommie_port }}
|
||||
ROMMIE_ALLOWED_HOSTS={{ rommie_allowed_hosts }}
|
||||
Reference in New Issue
Block a user