In this tutorial, we implement Tree-KG, an advanced hierarchical knowledge graph system that goes beyond traditional retrieval-augmented generation by combining semantic embeddings with explicit graph structure. We show how we …
graphs
-
-
Knowledge graphs and their limitations With the rapid development of AI applications, knowledge graphs (KGs) have emerged as a fundamental structure to represent knowledge in a machine-readable form. They organize …
-
Generative AI
How to Design an Agent AI Architecture with Langgraph and OpenAI Using Adaptive Deliberation, Memory Graphs, and Reflexion Loops
In this tutorial, we go beyond simple planner, executor loops to create truly advanced agent AI systems using Langgraph and OpenAI models. We implement adaptive deliberation, where the agent dynamically …
-
Generative AI
How to build production-grade agent workflows with Graphbit using deterministic tools, validated execution graphs, and optional LLM orchestration
In this tutorial, we build an end-to-end, production-style agentive workflow using graphbit It demonstrates how graph-structured execution, tool calling, and alternative LLM-driven agents can coexist in the same system. We …
-
AI Tools
A coding implementation on building self-organized Zettelkasten knowledge graphs and sleep-consolidation mechanisms
In this tutorial, we dive into the cutting edge of agentic AI by building a “Zettelkasten” memory system, a “living” architecture that organizes information like the human brain. We go …
