TraceMind / .env.example
Mandark-droid
Initial TraceMind-AI setup with MCP client integration
fae4e5b
raw
history blame
762 Bytes
# HuggingFace Configuration
HF_TOKEN=your_huggingface_token_here
# TraceMind MCP Server Configuration
# Use the deployed TraceMind-mcp-server endpoint
MCP_SERVER_URL=https://kshitijthakkar-tracemind-mcp-server.hf.space/gradio_api/mcp/
# After hackathon submission, use:
# MCP_SERVER_URL=https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/
# Dataset Configuration
LEADERBOARD_REPO=kshitijthakkar/smoltrace-leaderboard
# Example results/traces repos (will be loaded dynamically from leaderboard)
# RESULTS_REPO=kshitijthakkar/agent-results-gpt4-20251116
# TRACES_REPO=kshitijthakkar/agent-traces-gpt4-20251116
# METRICS_REPO=kshitijthakkar/agent-metrics-gpt4-20251116
# Development Mode (skip authentication for local testing)
DEV_MODE=true