Hi! Just published <my new article>. Do you need t...
# koog-agentic-framework
v
Hi! Just published my new article. Do you need to learn graphs to build complex AI workflows? No! All you need is… your Kotlin knowledge! Start simple -> progress naturally and experiment with ease -> switch to graphs to scale your discovered strategy and get the most of Koog’s persistency and observability! Learn more: https://medium.com/@vadim.briliantov/non-graph-strategies-and-when-to-use-them-in-ai-agents-eb0cee6dba73
K 5
👍 8
🙌 2
e
Thanks @Vadim Briliantov!! one question, do you have the example you used for the previous article? maybe the repo
2
e
Yes, please. I can't find the symbol subtask.
Copy code
suspend fun AIAgentFunctionalContext.designArchitecture(
...
): Architecture = subtask<String, Architecture>(
...
I've just noticed the link to the PR: https://github.com/JetBrains/koog/pull/982