CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/koog

Koog 1.0 idioms, gotchas, and scaffolding skills for Kotlin agents on the JVM

88

1.95x
Quality

88%

Does it follow best practices?

Impact

88%

1.95x

Average score across 43 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-13/

Build a Minimal Text-Transform Agent

Problem/Feature Description

A developer wants a tiny Koog 1.0 agent whose entire job is: take a String, call the LLM with a fixed system prompt asking for a formal-English rewrite, trim whitespace from the response, return it. No tools, no branching, no retries, no subgraphs.

They asked for "the simplest possible shape — I don't want to learn the graph DSL for this." They're on OpenAI; API key is in the environment.

Output Specification

Walk through what to build. Produce the agent construction as a single Kotlin snippet, labeled.

evals

README.md

tile.json