agentframework agents

4 tagged agentframework, measured the same way as everything else here.

basic-agents

01

JetBrains/koog

Agent

A basic agent uses a predefined strategy with a simple execution flow that works for most common use cases. It accepts a string input (a question, request, or task description) and sends this input to the configured LLM. The LLM may decide to call provided tools. The agent will execute the tools and send the results…

4.5k 4d ago A 0 tokens original Apache-2.0

functional-agents

02

JetBrains/koog

Agent

With functional agents, you implement the logic as a function that handles user input, interacts with LLMs, calls tools if necessary, and produces the final output. Compared to graph-based agents, this usually means faster prototyping with the following downsides.

4.5k 4d ago A 0 tokens original Apache-2.0

index

03

JetBrains/koog

Agent

AI agents are autonomous systems that can reason, make decisions, interact with the environment, and take actions to achieve a specific goal. In Koog, an AI agent is more than just a wrapper around an LLM; it is a structured, type-safe state machine designed for the JVM ecosystem.

4.5k 4d ago A 0 tokens original Apache-2.0