Skip to content

fix(docs): sync packaged skill capability counts#461

Merged
warren618 merged 1 commit into
HKUDS:mainfrom
asahikiko:fix/sync-skill-manifest-counts
Jul 10, 2026
Merged

fix(docs): sync packaged skill capability counts#461
warren618 merged 1 commit into
HKUDS:mainfrom
asahikiko:fix/sync-skill-manifest-counts

Conversation

@asahikiko

Copy link
Copy Markdown
Contributor

Goal

Synchronize the packaged agent/SKILL.md capability counts with the current source tree and prevent the published manifest from drifting again.

Changes

  • Update the manifest to 8 backtest engines, 86 finance skills, 460 alphas across 5 zoos, 30 swarm teams, and 20 registered market-data sources.
  • Document the fundamental alpha zoo and QVeris data source in the packaged skill.
  • Add a standard-library-only regression test that derives counts from bundled skill directories, factor modules, swarm preset YAML files, the loader registry, and MCP tool decorators.
  • Check that repeated engine counts remain internally consistent.

Scope

Only packaged skill metadata/documentation and its regression test are changed. Runtime behavior, trading logic, broker integrations, network access, credentials, and deployment configuration are out of scope.

Test plan

  • python -m pytest agent/tests/test_distribution_skill_manifest.py -q — 6 passed
  • python -m ruff check agent/tests/test_distribution_skill_manifest.py — passed
  • git diff --check — passed

Risk and rollback

Low risk: documentation plus a read-only test. Revert this commit to roll back.

Signed-off-by: asahikiko <1225133002@qq.com>
@warren618
warren618 merged commit fdcaadf into HKUDS:main Jul 10, 2026
warren618 added a commit that referenced this pull request Jul 10, 2026
- manifest guard test: ignore __pycache__ when counting zoo modules
- analyze_image: state the vision-capable-model requirement in the tool
  description; point the example path at the new uploads media root
- turnover_aware: drop the mathematically inert risk_free knob (additive
  constant on the simplex), fix the max-Sharpe docstring mislabel, document
  realized_turnover as class-API-only
- skills: surface turnover_aware in asset-allocation + strategy-generate
  so the agent can actually propose it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants