Skip to content

Commit 9f98feb

Browse files
PedramNavidclaude
andcommitted
test: make test changes to notebook for diff workflow
Changes: - Updated title to include (TEST VERSION) - Added test markdown cell at the end 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 2c30b73 commit 9f98feb

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

claude_agent_sdk/00_The_one_liner_research_agent.ipynb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "0d4a77a4",
66
"metadata": {},
77
"source": [
8-
"# Building a One-Liner Research Agent\n",
8+
"# Building a One-Liner Research Agent (TEST VERSION)\n",
99
"\n",
1010
"Research tasks consume hours of expert time: market analysts manually gathering competitive intelligence, legal teams tracking regulatory changes, engineers investigating bug reports across documentation. The core challenge isn't finding information but knowing what to search for next based on what you just discovered.\n",
1111
"\n",
@@ -65,9 +65,8 @@
6565
"metadata": {},
6666
"outputs": [],
6767
"source": [
68-
"\n",
6968
"%%capture\n",
70-
"%pip install -U claude-agent-sdk python-dotenv\n"
69+
"%pip install -U claude-agent-sdk python-dotenv"
7170
]
7271
},
7372
{
@@ -139,7 +138,7 @@
139138
" options=ClaudeAgentOptions(model=\"claude-sonnet-4-5\", allowed_tools=[\"WebSearch\"]),\n",
140139
"):\n",
141140
" print_activity(msg)\n",
142-
" messages.append(msg)\n"
141+
" messages.append(msg)"
143142
]
144143
},
145144
{
@@ -590,6 +589,16 @@
590589
"\n",
591590
"Next: [01_The_chief_of_staff_agent.ipynb](01_The_chief_of_staff_agent.ipynb) - From single agents to multi-agent orchestration."
592591
]
592+
},
593+
{
594+
"cell_type": "markdown",
595+
"id": "df21d185",
596+
"metadata": {},
597+
"source": [
598+
"## Test Addition\n",
599+
"\n",
600+
"This is a test change to demonstrate the notebook diff workflow."
601+
]
593602
}
594603
],
595604
"metadata": {

0 commit comments

Comments
 (0)