autolang
autolang copied to clipboard
Autolang as a langchain agent?
Hey, First: I love autolang, it looks neat and feels like the right method to implement autogpt like services for proprietary tasks. It just took a few minutes to use it with Llamacpp, and surprisingly, it works quite well - see https://github.com/mayflower/autolang. However, before supporting multiple LLMs directly in autolang it feels better to use autolang within langchain itself, and your file structure seems a bit like you had the same idea. Would that be something you are planning to do anyway?