Tag: LLM

  • LangGraph Basics: Building Advanced AI Agents with Graph Architecture

    Why LangGraph? Before diving into installation, let’s understand why LangGraph is a powerful tool for building AI agents: Installation and Setup with uv Please see our uv tutorial for instructions on installing and setting up uv. These commands will work with pip and a standard virtual environment as well. Installation Steps Here’s how to set up your…

  • Building Interactive CLI Applications with Ink and TypeScript

    Building Interactive CLI Applications with Ink and TypeScript

    Creating modern command-line interfaces doesn’t have to mean sacrificing user experience or developer productivity. React Ink brings the familiar component-based architecture of React to terminal applications, enabling developers to build rich, interactive CLIs using TypeScript. In this tutorial, we’ll build a fully-functional LLM chat application that demonstrates Ink’s powerful features: What We’re Building We’ll create…