Spaces:
Running
Running
Update layers.html
Browse files- layers.html +4 -4
layers.html
CHANGED
|
@@ -383,8 +383,8 @@ orchestration: {
|
|
| 383 |
<span class="k">def</span> <span class="f">check_gdpr_status</span>(
|
| 384 |
system: str, record_id: str
|
| 385 |
) -> str:
|
| 386 |
-
<span class="s">"""Check deletion status
|
| 387 |
-
<span class="k">return</span>
|
| 388 |
|
| 389 |
model = HfApiModel(<span class="s">"Qwen/Qwen2.5-72B"</span>)
|
| 390 |
agent = CodeAgent(
|
|
@@ -397,7 +397,7 @@ agent = CodeAgent(
|
|
| 397 |
<span class="c"># Agent will: plan → search → observe → check → report</span>
|
| 398 |
result = agent.run(
|
| 399 |
<span class="s">"Find frozen pizza products, check their"</span>
|
| 400 |
-
<span class="s">"
|
| 401 |
)`,
|
| 402 |
patterns:`<svg viewBox="0 0 340 110" xmlns="http://www.w3.org/2000/svg">
|
| 403 |
<text x="8" y="14" fill="#22c982" font-size="8" font-family="IBM Plex Mono" font-weight="600">ReAct Agent Loop + Circuit Breaker</text>
|
|
@@ -1024,7 +1024,7 @@ const traceAgent=[
|
|
| 1024 |
{key:'data', lbl:'④ Fetch', desc:'Product catalog returns 12 pizza SKUs',time:'340ms'},
|
| 1025 |
{key:'orchestration',lbl:'⑤ Observe', desc:'Agent parses results, iterates GDPR checks',time:'500ms'},
|
| 1026 |
{key:'orchestration',lbl:'⑥ Act', desc:'MCP: check_gdpr_status(system="SAP", batch=12)',time:'540ms'},
|
| 1027 |
-
{key:'data', lbl:'⑦ Fetch', desc:'
|
| 1028 |
{key:'llm', lbl:'⑧ Synthesize',desc:'Agent generates formatted summary report',time:'1100ms'},
|
| 1029 |
{key:'observability',lbl:'⑨ Trace', desc:'8 steps, 3 tool calls, 4200 tokens logged',time:'1120ms'},
|
| 1030 |
{key:'presentation', lbl:'⑩ Respond', desc:'Table + status summary streamed to user',time:'1200ms'},
|
|
|
|
| 383 |
<span class="k">def</span> <span class="f">check_gdpr_status</span>(
|
| 384 |
system: str, record_id: str
|
| 385 |
) -> str:
|
| 386 |
+
<span class="s">"""Check deletion status."""</span>
|
| 387 |
+
<span class="k">return</span> deltionprotovcoll.check(system, record_id)
|
| 388 |
|
| 389 |
model = HfApiModel(<span class="s">"Qwen/Qwen2.5-72B"</span>)
|
| 390 |
agent = CodeAgent(
|
|
|
|
| 397 |
<span class="c"># Agent will: plan → search → observe → check → report</span>
|
| 398 |
result = agent.run(
|
| 399 |
<span class="s">"Find frozen pizza products, check their"</span>
|
| 400 |
+
<span class="s">" price in SAP"</span>
|
| 401 |
)`,
|
| 402 |
patterns:`<svg viewBox="0 0 340 110" xmlns="http://www.w3.org/2000/svg">
|
| 403 |
<text x="8" y="14" fill="#22c982" font-size="8" font-family="IBM Plex Mono" font-weight="600">ReAct Agent Loop + Circuit Breaker</text>
|
|
|
|
| 1024 |
{key:'data', lbl:'④ Fetch', desc:'Product catalog returns 12 pizza SKUs',time:'340ms'},
|
| 1025 |
{key:'orchestration',lbl:'⑤ Observe', desc:'Agent parses results, iterates GDPR checks',time:'500ms'},
|
| 1026 |
{key:'orchestration',lbl:'⑥ Act', desc:'MCP: check_gdpr_status(system="SAP", batch=12)',time:'540ms'},
|
| 1027 |
+
{key:'data', lbl:'⑦ Fetch', desc:'Deletion protocoll returns status for all 12 records',time:'680ms'},
|
| 1028 |
{key:'llm', lbl:'⑧ Synthesize',desc:'Agent generates formatted summary report',time:'1100ms'},
|
| 1029 |
{key:'observability',lbl:'⑨ Trace', desc:'8 steps, 3 tool calls, 4200 tokens logged',time:'1120ms'},
|
| 1030 |
{key:'presentation', lbl:'⑩ Respond', desc:'Table + status summary streamed to user',time:'1200ms'},
|