feat: add AntV diagrams + Leaflet maps#83
Open
OchnikBartek wants to merge 1 commit into
Open
Conversation
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds AntV diagram sidecar + Leaflet map rendering to the generated template, with reliability fixes for MCP tooling across all 6 AI frameworks.
Changes
enable_antv_chartscookiecutter variable gating AntV MCP sidecar, diagram tools, and Leaflet map renderingcreate_maptool withMapMarkertyped schema — prevents empty-marker validation errors from weaker models (GPT-4.5 etc.)create_mapinto all 6 framework assistants with typed signatures for JSON schema fidelityget_antv_crewai_toolsmemoizes the started adapter so it's started once per process, not once per request_run_synconly blocks on first requestwgetrejected by streamable-HTTP endpoint → replaced withnodeone-linerMapSpec._validate_center(matches per-marker validation)parse_map_specexportreact-leafletmap renderer in frontend (MapMessage,MapLeafletcomponents)tool-call-card.tsxpydantic_ai,langchain,crewaiwithenable_antv_chartsandenable_chartsTestGeneratedTemplateAntvChartscontent tests verifying typed markers, bounds check, cache variables, and absence of removed dead codeTesting
--antv-charts; all render, compile, pass ruffTestGeneratedTemplateAntvChartscontent tests:MapMarkerpresent, bounds check present,parse_map_specabsent,list[MapMarker]in assistant, module-level cache in antv_chart.pymake testmake lintmake typecheck