Skip to content

v0.1.0 — showcase release

Latest

Choose a tag to compare

@Evanyuan-builder Evanyuan-builder released this 23 Apr 07:09
· 2 commits to main since this release

First public showcase of RoleCore — YAML-based role asset management for LLM agents.

Highlights

  • 105 reference roles across 26 groups, all passing both gates
  • Five-level lifecycleraw_imported → normalized → curated → official → archived, forward-only
  • Two gates — 10-item structural (official) + 5-dimension LLM review (curated)
  • Three-axis fusion search — job × tech × specialty, with triad recommendation
  • 39 pytest, all green
  • Python 3.10+, single runtime dependency (PyYAML)

What ships

Core package, CLI, schema, 105 gold-tier roles, 39 tests, 5 docs, 2 example scripts. Apache-2.0 licensed.

What does not ship

Upstream importers (4 third-party sources integrated), the full 493-role dataset, the batch review pipeline, drift monitoring, and internal operations playbook remain in a private repository.

Install

pip install rolecore

or clone the repo and pip install -e .

Docs

See README and docs/.