What's Changed
- Standardized on Agent API & Removed Legacy Local Mode:
- Deprecated legacy local mixer client and BigQuery fallback mode in favor of standardizing exclusively on the Data Commons Agent API (
/v2). - Streamlined settings and environment configuration (
DC_AGENT_API_ROOT). - Removed obsolete local topic caches, constrained variable schemas, and unused legacy client abstractions.
- Deprecated legacy local mixer client and BigQuery fallback mode in favor of standardizing exclusively on the Data Commons Agent API (
- Fixed Researcher Skills:
- Updated researcher skills to reflect tabular format of
get_observationsandget_child_observationsresponse schemas.
- Updated researcher skills to reflect tabular format of
Commits
- docs(mcp): update get_observations and get_child_observations response schema to tabular format in researcher skills by @premr in #215
- Remove legacy local mode and standardize on Agent API by @keyurva in #216
- chore: bump version to 1.4.0 by @datacommons-robot-author in #218
New Contributors
Full Changelog: v1.3.0...v1.4.0