Skip to content

feat(agent): expose nested science expert hierarchy#315

Merged
JaimeCernuda merged 1 commit into
developfrom
feat/nested-science-experts-20260523
May 24, 2026
Merged

feat(agent): expose nested science expert hierarchy#315
JaimeCernuda merged 1 commit into
developfrom
feat/nested-science-experts-20260523

Conversation

@JaimeCernuda
Copy link
Copy Markdown
Collaborator

Summary

  • add registry hierarchy metadata (parent_id, source, planner visibility) and child/root listing helpers
  • move NDP catalog and SAC-format tools into registered tier-3 child experts instead of flat top-level ownership
  • expose ndp_catalog and sac_format through GACT /v1/agents?tier=3 and include their tools in the catalog
  • document in TASK.md that this is a compatibility bridge, not the final independent child-expert extraction

Verification

  • uv run ruff check src/clio_agent/agent.py src/clio_agent/gact/app.py src/clio_agent/registry/registry.py src/clio_agent/tools/catalog.py tests/test_core/test_agent_planner.py tests/test_core/test_registry.py tests/test_gact/test_agents_catalog.py
  • uv run pytest tests/test_core/test_agent_planner.py::TestBuildCapabilitiesContext tests/test_core/test_agent_planner.py::TestRunAgentLoop::test_ndp_tool_action_is_promoted_to_nested_catalog_expert tests/test_core/test_registry.py::TestAgentRegistry::test_lists_root_and_child_agents tests/test_core/test_agent_dispatch.py tests/test_gact/test_agents_catalog.py tests/test_tools/test_ndp_server.py tests/test_experts/test_analysis_expert.py tests/test_experts/test_data_expert.py tests/test_tools/test_sac_server.py -q (103 passed)
  • uv run pytest tests/ -q (1148 passed, 37 skipped, 81% coverage)

@JaimeCernuda JaimeCernuda merged commit 13934f9 into develop May 24, 2026
1 check failed
@JaimeCernuda JaimeCernuda deleted the feat/nested-science-experts-20260523 branch May 24, 2026 04:11
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.

1 participant