Spaces:
Running
Running
| # 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 | |