Fork me on GitHub
#announcements
<
2023-04-24
>
Cameron15:04:23

Announcing https://github.com/cjbarre/multi-gpt: A Clojure interface into the GPT API (mainly chatgpt at the moment). Still early days, but check it out if you’re interested. I’m aware this intersects with Langchain, I’m interested in the possibilities of python interop, but also want to see about building a Clojure toolchain for some of this stuff. Current features: • In memory Conversation Manager (conversational memory) • In memory Task Manager (rudimentary agent system, WIP) On the roadmap: • An external memory architecture from this paper: https://arxiv.org/abs/2304.03442 • Enhanced agent support • Durable Conversation / Task Manager • More

clojurian 18
🎉 18
👏 2
eggsyntax15:04:09

Nice, thanks for doing this! So far I've just been using langchain in python but definitely thinking it'd be nicer to be handling it all in clojure...

Cameron15:04:48

Appreciate it, the project is certainly a ways off from everything Langchain can do, we’ll see how it goes. Could be interesting to combine the two with libpython-clj. It’s moving data around, why not Clojure 🙂

👍 2
ericdallo17:04:51

Linking the channel: #C054R2069AQ

🙏 4