Skip to content

Commit 2d97331

Browse files
committed
Add missing notebooks word to example links (#674)
<!-- Thank you for opening a pull request! Please add a brief description of the proposed change here. Also, please tick the appropriate points in the checklist below. --> ## Motivation and Context <!-- Why is this change needed? What problem does it solve? --> ## Breaking Changes <!-- Will users need to update their code or configurations? --> --- #### Type of the changes - [ ] New feature (non-breaking change which adds functionality) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [x] Documentation update - [ ] Tests improvement - [ ] Refactoring #### Checklist - [ ] The pull request has a description of the proposed change - [ ] I read the [Contributing Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md) before opening the pull request - [ ] The pull request uses **`develop`** as the base branch - [ ] Tests for the changes have been added - [ ] All new and existing tests passed ##### Additional steps for pull requests adding a new feature - [ ] An issue describing the proposed change exists - [ ] The pull request includes a link to the issue - [ ] The change was discussed and approved in the issue - [ ] Docs have been added / updated
1 parent 2d40828 commit 2d97331

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

docs/docs/examples/Attachments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Attachments
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/Attachments.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/Attachments.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/Attachments.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/Attachments.ipynb
88
){ .md-button }
99

1010
## Setting Up the Environment

docs/docs/examples/Banking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Building an AI Banking Assistant with Koog
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/Banking.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/Banking.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/Banking.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/Banking.ipynb
88
){ .md-button }
99

1010
In this tutorial we’ll build a small banking assistant using **Koog** agents in Kotlin.

docs/docs/examples/BedrockAgent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Building AI Agents with AWS Bedrock and Koog Framework
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/BedrockAgent.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/BedrockAgent.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/BedrockAgent.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/BedrockAgent.ipynb
88
){ .md-button }
99

1010
Welcome to this comprehensive guide on creating intelligent AI agents using the Koog framework with AWS Bedrock integration. In this notebook, we'll walk through building a functional agent that can control a simple switch device through natural language commands.

docs/docs/examples/Calculator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Building a Tool-Calling Calculator Agent with Koog
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/Calculator.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/Calculator.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/Calculator.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/Calculator.ipynb
88
){ .md-button }
99

1010
In this mini-tutorial we’ll build a calculator agent powered by **Koog** tool-calling.

docs/docs/examples/Chess.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Building an AI Chess Player with Koog Framework
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/Chess.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/Chess.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/Chess.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/Chess.ipynb
88
){ .md-button }
99

1010
This tutorial demonstrates how to build an intelligent chess-playing agent using the Koog framework. We'll explore key concepts including tool integration, agent strategies, memory optimization, and interactive AI decision-making.

docs/docs/examples/GoogleMapsMcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Google Maps MCP with Koog: From Zero to Elevation in a Kotlin Notebook
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/GoogleMapsMcp.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/GoogleMapsMcp.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/GoogleMapsMcp.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/GoogleMapsMcp.ipynb
88
){ .md-button }
99

1010
In this short, blog-style walkthrough, we’ll connect Koog to a Model Context Protocol (MCP) server for Google Maps. We’ll spin up the server with Docker, discover the available tools, and let an AI agent geocode an address and fetch its elevation — all from a Kotlin Notebook.

docs/docs/examples/Guesser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Building a Number‑Guessing Agent with Koog
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/Guesser.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/Guesser.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/Guesser.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/Guesser.ipynb
88
){ .md-button }
99

1010
Let’s build a small but fun agent that guesses a number you’re thinking of. We’ll lean on Koog’s tool-calling to ask targeted questions and converge using a classic binary search strategy. The result is an idiomatic Kotlin Notebook that you can drop straight into docs.

docs/docs/examples/Langfuse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tracing Koog Agents to Langfuse with OpenTelemetry
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/Langfuse.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/Langfuse.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/Langfuse.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/Langfuse.ipynb
88
){ .md-button }
99

1010
This notebook shows how to export Koog agent traces to your Langfuse instance using OpenTelemetry. You'll set up environment variables, run a simple agent, and then inspect spans and traces in Langfuse.

docs/docs/examples/OpenTelemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# OpenTelemetry with Koog: Tracing your AI agent
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/OpenTelemetry.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/OpenTelemetry.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/OpenTelemetry.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/OpenTelemetry.ipynb
88
){ .md-button }
99

1010
This notebook demonstrates how to add OpenTelemetry-based tracing to a Koog AI agent. We will:

docs/docs/examples/PlaywrightMcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Drive the browser with Playwright MCP and Koog
22

33
[:material-github: Open on GitHub](
4-
https://github.com/JetBrains/koog/blob/develop/examples/PlaywrightMcp.ipynb
4+
https://github.com/JetBrains/koog/blob/develop/examples/notebooks/PlaywrightMcp.ipynb
55
){ .md-button .md-button--primary }
66
[:material-download: Download .ipynb](
7-
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/PlaywrightMcp.ipynb
7+
https://raw.githubusercontent.com/JetBrains/koog/develop/examples/notebooks/PlaywrightMcp.ipynb
88
){ .md-button }
99

1010
In this notebook, you'll connect a Koog agent to Playwright's Model Context Protocol (MCP) server and let it drive a real browser to complete a task: open jetbrains.com, accept cookies, and click the AI section in the toolbar.

0 commit comments

Comments
 (0)