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
`Kork` was a prototype for agents that can take multiple (dependent) actions at once; i.e., when the input of action 2 depends on the output from action 1.
7
+
8
+
This is distinct from parallel tool use where the inputs into the tools are independent of the tools outputs.
9
+
10
+
We're currently not maintaining Kork, but you're welcome to use it for your own research.
11
+
3
12
# Kork 
4
13
5
14
`Kork` is an *experimental*[Langchain chain](https://python.langchain.com/en/latest/modules/chains.html) that helps build natural language APIs powered by LLMs.
0 commit comments