koog-agents
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.koog</groupId> <artifactId>koog-agents</artifactId> <version>0.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>ai.koog</groupId> <artifactId>koog-agents</artifactId> <version>0.2.1</version> <name>koog-agents</name> <description>Koog is a framework for quickly creating AI agents in Kotlin with minimal effort.</description> <url>https://github.com/JetBrains/koog</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>JetBrains</id> <name>JetBrains Team</name> <organization>JetBrains</organization> <organizationUrl>https://www.jetbrains.com</organizationUrl> </developer> </developers> <scm> <url>https://github.com/JetBrains/koog.git</url> </scm> <dependencies> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-core</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-ext</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-mcp</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-tools</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-utils</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>embeddings-base</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>embeddings-llm</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-llm</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-markdown</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-model</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-structure</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-tokenizer</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-xml</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-features-common</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-features-event-handler</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-features-memory</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-features-tokenizer</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>agents-features-trace</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-cache-files</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-cache-model</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-cache-redis</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-cached</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-clients</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-llms</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-llms-all</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-model</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-anthropic-client</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-google-client</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-ollama-client</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-openai-client</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.koog</groupId> <artifactId>prompt-executor-openrouter-client</artifactId> <version>0.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> <scope>runtime</scope> </dependency> </dependencies> </project>