omnimcp_python_celery_workers_teaser
收藏资源简介:
该数据集是 OmniMCP 生态系统中的免费试玩版(Free Teaser Edition),专注于 Python Celery Workers 的多轮智能体函数调用场景。数据集包含合成生成的多轮交互样本,每个样本由指令(instruction)、思维链推理过程(thought_process)和最终输出(final_output)三部分组成,旨在训练模型在微服务架构中执行工具使用和函数调用,特别是处理 Celery 工作器中的死信队列、毒药消息等异常恢复任务。数据规模小于1000条,所有样本均经过严格验证,确保0%语法和解析错误,并包含原生思维链推理标签。数据集完全符合 GDPR 和 EU AI Act 合规要求,不包含任何个人数据。该数据集适用于研究、评估以及微调大语言模型,使其具备在真实生产环境中进行故障诊断、自愈恢复和工具调用能力。数据集以 Parquet 格式提供,许可证为 Apache 2.0。
This dataset is a free teaser edition in the OmniMCP ecosystem, focusing on multi-turn agent function calling scenarios for Python Celery Workers. It contains synthetically generated multi-turn interaction samples, each consisting of three parts: instruction, chain-of-thought reasoning process, and final output. The dataset aims to train models to perform tool usage and function calls in microservice architectures, especially handling dead-letter queues, poison messages, and other anomaly recovery tasks in Celery workers. The dataset size is less than 1000 samples, all rigorously verified to have 0% syntax and parsing errors, and includes native chain-of-thought reasoning labels. It fully complies with GDPR and EU AI Act requirements and contains no personal data. The dataset is suitable for research, evaluation, and fine-tuning of large language models, enabling fault diagnosis, self-healing recovery, and tool calling capabilities in real production environments. The dataset is provided in Parquet format under the Apache 2.0 license.
数据集概述:OmniMCP - Python Celery Workers (Free Teaser Edition)
该数据集是 OmniMCP 系列中的免费评估预览版,专注于 Python Celery Workers 场景下的多轮智能体函数调用(Multi-Turn Agent Function-Calling),用于模型微调与评估。
基本信息
- 语言: 英语 (en)
- 许可证: Apache 2.0(仅限免费预览版)
- 数据集规模: 少于 1,000 条样本 (n<1K)
- 格式: Parquet 文件,包含
instruction、thought_process、final_output等字段 - 标签: synthetic-data、function-calling、tool-use、fine-tuning、agentic-ai、multi-turn,并兼容 Unsloth、Axolotl、Ollama 等工具链
数据内容与特点
- 针对 Celery 任务队列 的真实生产问题构建,涵盖死信队列(Dead-Letter Queue)分类、毒丸任务(Poison-Pills)处理等场景
- 每条样本包含 原生思维链推理(
<thought>块),在每次工具调用前提供逐步诊断逻辑 - 训练数据覆盖真实 API 故障、连接池超时与错误恢复机制,而非简单的理想路径(Happy Path)
- 0.0% 语法与解析错误:所有数据经过 Pydantic AST 验证,符合严格 OpenAPI 模式
- 100% GDPR / DSGVO 合规:不含任何个人数据(使用 RFC 2606 邮箱与 RFC 5737 文档 IP)
- 附有 EU AI Act 第 50 条与第 53 条 的合成数据来源声明
使用方式
可使用 Python 直接加载 Parquet 文件:
python import pandas as pd
df = pd.read_parquet("omnimcp_python_celery_workers_teaser.parquet") print(f"Loaded {len(df)} verified training turns!") print(df[["instruction", "thought_process", "final_output"]].head())
架构背景与商业版本
该数据集是 OmniMCP 四层模块化架构中的一个构建块:
- 第 1 层 (砖块):针对单一问题(如 Celery Workers、Redis 缓存等)的高针对性数据集
- 第 2 层 (房屋):完整部门级工程套件(如 Python 后端、数据平台)
- 第 3 层 (村庄):行业级解决方案,整合 3-4 个专门房屋
- 第 4 层 (大都会):OmniMCP 企业级统一架构,覆盖 500+ 多轮场景
本预览版属于 CodeArchitect Celery Workers 砖块(完整版售价 29 €)。完整生产版与商业 EULA 许可证通过 Gumroad 获取,享有完整的商业化与模型部署权利。




