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

Start with one refund request

Import the Refund Approval scenario and separate the evidence and roles needed for an AI recommendation and a human decision.

Question for this chapter

Which evidence and roles are needed to review one refund request?

Why this matters now

Starting with the Agent makes a fluent sentence look authoritative. First, separate transaction evidence, risk signal, policy, recommendation, and final decision into distinct assets and responsibilities.

Try it

refund_approval.zip Download(43 KB)

In the left sidebar, select Collections. On the Collections page, choose the upper-right more (⋯) menu → Import (가져오기) and upload the ZIP. After validation, a secrets step asks for the Claude API key the Agent will use — you can create the secret right there if you do not have one yet. Bind it, then select Start import.

Success looks like this

The collection tree shows raw_data (Raw Data) and refund_ops (Refund Operations Data). The current scenario places its data and executable assets under refund_ops; raw_data is empty.

Korean Portal showing order, customer, refund, and review assets in the refund-operations collection
The Portal capture is in Korean. Confirm the assets that connect transaction evidence, risk, and human review.
Evidence or roleQuestion it answersAsset to inspect
Transaction evidenceWho bought what, for how much, with what refund history?order, customer, and refund datasets
Risk signalWhich request should be reviewed first?risk_assessed_orders
Policy evidenceWhich return-window, amount, and reason rules apply?refund_policy knowledge
AI recommendationWhich option best fits the combined evidence?refund-approval Agent
Final decisionWho confirms approved, partial, or rejected?capture_review_decision Actor
Deep dive — assets imported by the scenario
Asset typeCountContents
Collections2raw_data, refund_ops
LLM model1external Claude model; references the secret you bind during import
Datasets5raw orders, customers, refunds, enriched orders, risk-assessed orders
Codes / pipelines3 eachenrichment, risk assessment, ontology materialization
Ontology3 entities / 2 relationscustomers, orders, refunds, and two relations
Knowledge / dashboard1 eachrefund_policy, refund_operations
Agent tools / Actors2 tools / 3 Actorsorder lookup, policy search, confirmation, downstream actions
Agent1refund-approval

Next decision

You have separated the roles. Next, attach customer context and past refund history to all 12 orders so a reviewer can read the evidence together.