Skip to content

Commit d1e238a

Browse files
committed
Clean up AI agent run examples
1 parent cc15bf6 commit d1e238a

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

assets/contributors.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ author,company,github,linkedin,twitter,website
22
Jason Andrews,Arm,jasonrandrews,jason-andrews-7b05a8,,
33
Doug Anson,Arm,DougAnsonAustinTx,douganson,,
44
Pareena Verma,Arm,pareenaverma,pareena-verma-7853607,,
5-
Jaidev Singh Chadha,Arm,jaidev17,jaidevsinghchadha,,
5+
Jaidev Singh Chadha,Arm,jaidev17,jaidevsinghchadha,,
66
Ronan Synnott,Arm,,ronansynnott,,
77
Florent Lebeau,Arm,,,,
88
Brenda Strech,Remote.It,bstrech,bstrech,@remote_it,www.remote.it

content/learning-paths/cross-platform/ai-agent-cpu-orchestration/5-run-and-examples.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ As the agent works, watch the log lines. Cyan `[CPU]` lines show orchestration a
5757

5858
The agent then prints a fact-checked summary that answers your question.
5959

60-
<!-- TODO: replace with a real screenshot of the CPU/GPU log lines for a query -->
61-
![Terminal showing interleaved CPU and GPU log lines as the agent answers a query alt-text#center](agent_run_logs.png "The agent logs every CPU orchestration step in cyan and every GPU model call in yellow.")
62-
6360
## Read the timing breakdown
6461

6562
After each answer, the agent prints how the time was spent:
@@ -98,7 +95,7 @@ Reading left to right, you can see the pattern of an agentic query: long stretch
9895

9996
## Try more queries
10097

101-
The agent keeps conversation history, so you can ask follow-up questions in the same session. Try a few different kinds of research tasks and compare their timelines:
98+
Ask a few different kinds of research questions and compare their timelines:
10299

103100
```text
104101
Compare the battery life of the three most recommended noise-cancelling headphones
@@ -108,9 +105,9 @@ Compare the battery life of the three most recommended noise-cancelling headphon
108105
Summarize the key differences between the latest Raspberry Pi models
109106
```
110107

111-
The screenshot below shows example queries and the answers the agent returns:
108+
The screenshot shows example queries and the answers the agent returns:
112109

113-
![Example of search queries to the agent and the answers it returns #center](queries-and-results.png "Example queries sent to the local concierge agent and the responses it generates.")
110+
![Example of search queries to the agent and the answers it returns#center](queries-and-results.png "Example queries sent to the local concierge agent and the responses it generates.")
114111

115112
Type `quit` or `exit` to end the session.
116113

0 commit comments

Comments
 (0)