You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
5
+
## Project Overview
6
+
7
+
This repository contains the Koan Agents framework, a Kotlin multiplatform library for building AI agents. The framework enables creating intelligent agents that interact with tools, handle complex workflows, and maintain context across conversations.
@@ -466,17 +462,3 @@ and ensuring proper communication with the IdeFormer service.
466
462
This framework is flexible and allows you to customize the tools and the agent's logic for any arbitrary use case.
467
463
Feel free to extend it to suit more complex scenarios, such as multi-stage processes, integrating additional tools,
468
464
or handling different types of events and exceptions.
469
-
470
-
[^1]:
471
-
The required version for these dependencies is influenced by the version of `code-engine` you are using.
472
-
For example, if you are using `1.0.0-beta.26+0.4.16`, then you will need either `0.4.16` or later patches.
473
-
474
-
[^2]:
475
-
Defining tool descriptors in code is good for fast experiments, but for production purposes this method is not recommended.
476
-
Please contribute to `GlobalAgentToolsRegistry.Tools` and then feel free to use the `fromRegistry` method instead.
477
-
You can read more about contributing [here](https://github.com/JetBrains/koan-agents/tree/main/agents/agents-tools-registry#contributing-tools).
478
-
479
-
[^3]:
480
-
Writing prompts in code is good for fast experiments, but for production purposes this method is not recommended.
481
-
Please contribute to `GlobalAgentToolsRegistry.Prompts` and then feel free to use `fromRegistry` method.
482
-
You can read more about contributing [here](https://github.com/JetBrains/koan-agents/tree/main/agents/agents-tools-registry#contributing-prompts).
0 commit comments