LangGraph by LangChain made it possible to design the agentic workflow as state-graphs providing greater control and reliability. Also, LangSmith for observabilty of the Agentic actions.
LangGraph powers our assistant with robust capabilities. With support for over 15 tools, including an extensive GitHub toolkit, our assistant offers seamless out-of-the-box integration to handle almost every operation with confidence.
We used langchain framework both for it's library agnostic methods for various AI platforms, as well as various helpers such as document parsers, chunking utilities, e.t.c. Moreover it has great agentic development support with langgraph.
As an alternative we could have used OpenAI APIs directly however due to its fast changing nature, and also because we don't plan to depend on it long-term, it was better to go with langchain.
We chose to integrate with LangChain as it is the leading LLM framework. We are happy that it was so straightforward to integrate with LangChain and build some use cases already.
Archie builds all interactions with LLM using Langchain. We evaluated multiple frameworks and even worked directly with vendors' API, but quickly realized that investing in Langchain would allow us to leverage a robust ecosystem. These days, it is pretty simple for our AI labs to switch prompts, sequences, LLM, and agents, given the framework's flexibility.
We want to give a huge shoutout to Langchain’s Langsmith for being an invaluable tool in our arsenal. Langsmith has significantly enhanced our ability to monitor, debug, and fine-tune our agent logic. Its robust features have streamlined our workflow and improved our efficiency.
We’re excited to announce that soon we’ll be enabling our users to connect their own Langsmith projects, offering enhanced traceability and insight into how their agents operate. Stay tuned for more updates!