Skip to content

v1.3.0

Choose a tag to compare

@keyurva keyurva released this 28 Jul 17:14
· 4 commits to main since this release
02acf5c

What's Changed

  • Adds support for multi-entity variables
  • Adds skills for 3 types of workflows - direct entities, child entities and multi-entities
  • Adds a tool for fetching variable metadata
  • Available tools:
    • search_indicators: Search statistical variables for single entities or global queries.
    • search_child_indicators: Discover indicator availability across sub-national administrative divisions (contained-in / child places).
    • get_variable_metadata: Inspect structural definitions, temporal coverage, and provenances.
    • get_observations: Fetch numerical time-series for a single place entity.
    • get_child_observations: Fetch numerical time-series for all contained-in places of a specified type.
    • get_multi_entity_observations: Fetch numerical time-series for directed multi-entity relationship variables.

Commits

  • Route MCP tool calls to mixer agent apis by @keyurva in #201
  • Overhaul MCP tools, add metadata tool, and introduce skills by @keyurva in #209
  • Add skill resource pointers to discovery tools and split entity playbooks by @keyurva in #210
  • Add multi-entity observation support and researcher skill by @keyurva in #211
  • Add agent_api_root and search_scope configuration options by @keyurva in #212
  • Enable agent API in cloud deployments by @keyurva in #213
  • chore: bump version to 1.3.0 by @datacommons-robot-author in #214

Full Changelog: v1.2.1...v1.3.0