Creating a multi purpose Cloudflare Worker API for LangGraph What is LangGraph? As discussed in a previous post, Langchain and its superset, LangGraph, offer powerful tools for building agentic workflows—where autonomous agents can interact and make decisions. Since these tools play a role in most of our projects, it makes sense to host a RESTContinue reading “:: LangGraph REST’ing on CloudFlare::”
Tag Archives: artificial-intelligence
:: LangGraph Agents ::
A Simple Introduction into LangGraph Agentic Workflows Motivation: LangGraph: What is it? LangGraph is a framework designed for building graph-based agent systems. It allows for the creation of workflows where each agent acts as a node in a directed graph. These agents, or nodes, can perform specific tasks such as data retrieval, generation, and validation.Continue reading “:: LangGraph Agents ::”
:: Synapse Wisdom Engine ::
The Redux of the Original Idea that Started It All – Part I “A key challenge in artificial intelligence is the creation of systems capable of autonomously advancing scientific understanding by exploring novel domains, identifying complex patterns, and uncovering previously unseen connections in vast scientific data.” – MIT Authors Hypothesis: Can hidden links between disparateContinue reading “:: Synapse Wisdom Engine ::”
:: My Introduction to Systems Programming and Distributed Systems ::
Dabbling the Depths of Systems Programming When I began learning to code in Python, a language that dominates machine learning tasks, I dreamt of one day becoming a “real engineer.” This aspiration obviously nebulous, undefined, elusive and ever-changing. What did I mean by “real engineer”? I identified three key aspects: working with a language “closeContinue reading “:: My Introduction to Systems Programming and Distributed Systems ::”
/KGLiNER
An exploration of generalized Named Entity Recognition and Graph generation.