Skip to content
Higherpass
  • DevOps
  • Javascript
  • ML-AI
  • Python
Higherpass
Random Article
  • Home
  • ML-AI

Category: ML-AI

LangGraphJS React Chatbot
Categories ML-AI Javascript

Building a Dynamic LangGraphJS React Chatbot

  • By Craig
  • June 3, 2025

LangGraph React Chatbots combine the power of AI language models with interactive React components to create dynamic chat interfaces that go beyond simple text…

Read More
CrewAI Census Tool Architecture Diagram
Categories ML-AI Python

Creating Custom Tools with CrewAI

  • By Craig
  • May 29, 2025

CrewAI is a framework that enables the orchestration of multiple AI agents working together to accomplish complex tasks. One of its powerful features is…

Read More
Categories ML-AI Python

Getting Started with Crew.ai: Building Crews in Python

  • By Craig
  • May 28, 2025

What is Crew.ai? At its core, Crew.ai is an innovative open-source framework designed for orchestrating role-based autonomous AI agents. This powerful system enables the…

Read More
Categories Python ML-AI

Coercing LLM Agents into Structured Responses using Pydantic AI

  • By Craig
  • May 22, 2025

Introduction In the rapidly evolving landscape of AI development, Large Language Models (LLMs) have become powerful tools for generating dynamic content and responses. However,…

Read More
Categories ML-AI Javascript

Building a LangGraph.JS Agent in TypeScript with Memory

  • By Craig
  • May 21, 2025

Introduction LangGraph is a powerful extension of the LangChain ecosystem that enables developers to create sophisticated, stateful applications using language models. While the original…

Read More
Categories ML-AI DevOps

Installing and Managing ChromaDB with Docker Compose

  • By Craig
  • May 20, 2025

ChromaDB is an open-source embedding database designed specifically for AI applications, offering powerful capabilities for storing and managing vector embeddings with efficient similarity search…

Read More
Categories ML-AI Python

Using Playwright in LangGraph Agents for Automated Website Login

  • By Craig
  • May 14, 2025

Introduction LangGraph provides a powerful framework for building agent-based applications powered by language models. When these applications need to interact with the web, Playwright…

Read More
Categories Javascript ML-AI

Local Vector Embeddings with Transformers.js for LLM Applications

  • By Craig
  • May 13, 2025

Introduction In the rapidly evolving landscape of Large Language Model (LLM) applications, vector embeddings have become a crucial component for enhancing AI capabilities. These…

Read More
LangGraph Multi-Agent Diagram
Categories ML-AI Python

LangGraph Multi-Agent: Hands-on with a Supervisor Agent

  • By Craig
  • May 9, 2025

In the ever-evolving landscape of artificial intelligence, multi-agent systems are becoming increasingly important for handling complex tasks efficiently. The LangGraph multi-agent project exemplifies this…

Read More
Atomic Agents Diagram
Categories ML-AI Python

Building Custom Chatbots with Atomic-Agents and OpenAI

  • By Craig
  • May 8, 2025

Introduction Atomic-agents are modular AI components designed to perform specific tasks within a larger conversational system. Following the Unix philosophy of “do one thing…

Read More

Posts pagination

1 2 3

Popular Posts

  • Getting Started with Three.js in Vue 3
  • Building Custom Chatbots with Atomic-Agents and OpenAI
  • Building a LangGraph.JS Agent in TypeScript with Memory
  • LangGraph Basics: Building Advanced AI Agents with Graph Architecture
  • Testing LangGraph Agents with pytest and Test-Driven Development
Copyright © 2025
  • DevOps
  • Javascript
  • ML-AI
  • Python