Metadata-Version: 2.4
Name: career_emulator_bdci26
Version: 0.0.0.dev1
Summary: 【华为openJiuwen】Agent 职场长程生存与晋升挑战（CCF BDCI 2026）赛题数据
Author-email: Hugo <hugo@hugohuang.com>, Yuwei <yuwei.willow.z@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://www.xir.cn/competition/races/BDCI2026
Project-URL: Documentation, https://career-emulator.readthedocs.io
Project-URL: Source, https://github.com/Trenza1ore/CareerSim-BDCI26
Project-URL: Gitcode, https://gitcode.com/SushiNinja/CareerSim-BDCI26
Project-URL: Issues, https://gitcode.com/SushiNinja/CareerSim-BDCI26/issues
Keywords: python,career-sim,simulation,agent,llm,openjiuwen,competition,mcp client,client,mcp,fastmcp,mcp server,model context protocol,ccf,bdci
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Developers
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 【华为openJiuwen】职场长程生存与晋升挑战（CCF BDCI 2026）赛题数据

`career-emulator-bdci26` 为 [career-emulator](https://pypi.org/p/career-emulator) 模拟器提供比赛所需的事件与配置数据，方便参赛选手通过 PyPI 直接获取题库。

## 安装

```bash
pip install "career_emulator[bdci26]"
```

## 使用

安装 `career-emulator-bdci26` 后，在 `career-emulator` 中以分发模式加载数据即可：

```bash
career-emulator update --source distribution --split dev
```

或在代码中：

```python
from career_emulator.storage import update_dataset

update_dataset(source="distribution")
```

若没有传入 ` --split`，`career-emulator` 会根据环境变量 `CAREER_EMULATOR_DATASET`（默认 `dev`）自动选择对应的集合。

## 相关链接

- 赛事入口：<https://www.xir.cn/competition/races/BDCI2026>
- 赛题文档：<https://career-emulator.readthedocs.io>
- 源码仓库：<https://github.com/Trenza1ore/CareerSim-BDCI26>
- GitCode：<https://gitcode.com/SushiNinja/CareerSim-BDCI26>
