Zentrix Agentic Workbench
@deslito
Zentrix Agentic Workbench について
A short summary of what the server does. Example: Modular agentic AI workflows for dataset cleaning and orchestration.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"zentrix": {
"command": "node",
"args": [
"dist/server.js"
],
"env": {
"PORT": "3000",
"NODE_ENV": "production",
"DATASET_PATH": "/app/datasets/training_set.jsonl",
"KIMI_API_KEY": "your-kimi-api-key",
"KIMI_MODEL": "kimi-v1",
"LOCAL_API_URL": "http://localhost:3000",
"PROD_API_URL": "https://your-service-name.mcp.so"
},
"mounts": {
"../final_datasets": "/app/datasets"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Zentrix Agentic Workbench?
Zentrix Agentic Workbench is a comprehensive pipeline for generating a high-quality, balanced dataset for training and evaluating conversational AI models with multi-tool and file-access capabilities. It combines synthetic data generation with the integration and normalization of external datasets from Hugging Face.
How to use Zentrix Agentic Workbench?
Run the full pipeline with python main.py to generate everything from scratch (synthetic data and external downloads) or use python main.py --merge-only to quickly create the training set from existing processed datasets. Additional options include --force, --skip-downloads, and --num-samples. Evaluation is done via evaluate_with_mcp.py with configurable MCP endpoint, API key, and sample limit.
Key features of Zentrix Agentic Workbench
- Combines synthetic data with external Hugging Face datasets
- Generates multi-tool invocation and file-access dialogues
- Validates and normalizes dataset schemas automatically
- Outputs a final balanced training set as
training_set.jsonl - Supports evaluation using MCP.so for quality metrics
- Offers quick merge-only mode for iterative development
Use cases of Zentrix Agentic Workbench
- Training conversational AI models that invoke multiple software tools
- Building file-access capable dialogue agents from diverse data
- Evaluating dataset quality with exact match and tool invocation accuracy
FAQ from Zentrix Agentic Workbench
What does the final output look like?
The pipeline produces final_datasets/training_set.jsonl, a shuffled, balanced dataset containing 100% of records from both multi-tool and file-access tasks.
How do I skip external dataset downloads?
Use the --skip-downloads flag when running main.py to generate only synthetic data.
Where are the downloaded external datasets stored?
External datasets are downloaded from Hugging Face into the downloaded_datasets/ directory during a full pipeline run.
What metrics does the evaluation track?
The evaluate_with_mcp.py script tracks exact match accuracy, response structure consistency, tool invocation accuracy, and common failure patterns.
What runtimes or dependencies are required?
Python 3 and the packages listed in the project files. The pipeline uses MCP.so for evaluation and requires a valid API key and endpoint URL.
「推論」の他のコンテンツ
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
n8n Workflow Builder MCP
ifmelateMCP server that allow LLM in agent mode builds n8n workflows for you
Part 1. Real-Time LangGraph Agent with MCP Tool Execution
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
AWorld: Advancing Agentic AI
inclusionAISearch, understand, reproduce, and improve an idea with ease
n8n - Secure Workflow Automation for Technical Teams
n8n-ioFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
コメント