본문으로 건너뛰기
Workshop overview
Chapter 1 of 7
15 min

Start with the request from an operator who does not know the coordinates

Import the Map Control scenario and define the evidence needed to handle one natural-language display request.

Question for this chapter

What evidence is needed to handle “Show Busan Port Entry/Exit Control Zone”?

Why this matters now

Starting with an asset list makes it easy to run a pipeline without understanding the safety goal. First, fix the question and identify the role of a natural-language zone name, execution permission, map coordinates, and audit history in one request.

Try it

map_control.zip Download(44 KB)

In the left sidebar, select Collections. On the Collections page, choose the upper-right more (⋯) menu → Import (가져오기) and upload the ZIP. If validation reports no conflicts, select Start import and wait for completion.

Success looks like this

The collection tree shows tactical_data (Tactical Data) and map_ops (Chart Operations Data). The current scenario registers its execution assets under map_ops.

Korean Portal showing zone, overlay, event, and control assets in the map-operations collection
The Portal capture is in Korean. Confirm the data and execution assets that connect zones, coordinates, and events.

Interpret the result

The request needs four kinds of evidence.

EvidenceQuestion it answersAsset to inspect
Zone definitionWhat zone did the operator name?om_tactical_zone
Map representationWhere and at what scale should it appear?om_graphic_overlay
Execution permissionMay the Agent execute this request?map-control Agent
Audit recordWho requested what, and what happened?om_event_history

A zone name alone cannot drive the chart. Coordinates alone do not explain the operational zone that was displayed. The Agent must connect the two while keeping permission and recording inside the same flow.

Deep dive — assets imported by the scenario
Asset typeCountContents
Collections2tactical_data, map_ops
LLM model1claude_sonnet_4_6
Datasets4zones, overlays, event history, UI-control parameters
Codes4zone resolution, parameter formatting, event conversion, ontology materialization
Pipelines4zone ingestion, chart-control batch, Agent events, ontology materialization
Ontology3 entities / 2 relationszones, overlays, events, and spatial/event-reference relations
Knowledge / dashboard1 eachoperation_guide, map_operations
Agent tools / actor2 tools / 1 actorzone and coordinate lookup, audit-event publication
Agent1map-control

The import also loads synthetic zone and overlay Parquet files into two datasets. Event history appears when you run the batch pipeline in the next chapter.

Next decision

You have separated the roles of the assets. Next, inspect how an operator-facing zone name connects to an ID and map coordinates across the eight seeded zones.