Skip to content

Commit e3f64f2

Browse files
authored
add not maintained (#26)
1 parent c5f561d commit e3f64f2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
[![Unit Tests](https://github.com/langchain-ai/kork/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/langchain-ai/kork/actions/workflows/test.yml)
22

3+
4+
# NOT MAINTAINED
5+
6+
`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+
312
# Kork ![alt The Parrot](assets/parrot.png)
413

514
`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

Comments
 (0)