psitbdUser

How I created a research agent with langflow

IntroductionHey! In this article I’m going to share with you my process of how I created a research agent with ‘langflow’. This project is hosted on: sci-ai.streamlit.app Outline Setting up Langflow and dotenv libraries: from langgraph.graph import StateGraph, START, END from langgraph.graph.message import add_messages from langchain.chat_models import init_chat_model Enter fullscreen mode Exit fullscreen mode Langflow…

Read More

Testing Automated Publishing to dev.to

This is a test article to verify that our automated publishing system for dev.to is working correctly. What We’re Testing ✅ Markdown parsing from articles-en/ directory ✅ Front matter extraction ✅ GitHub Actions workflow trigger ✅ dev.to API integration How It Works File Detection: GitHub Actions detects changes to .md files in articles-en/ Script Execution:…

Read More

The Complete Beginner’s Guide to LangChain: Why Every Developer Needs This Framework in 2025(PART 1)

Table of Contents The Rise of LLMs: From Science Fiction to Reality Understanding Large Language Models: The Building Blocks The Problem: Why Building LLM Apps is Challenging Enter LangChain: The Framework That Changes Everything The Evolution of LangChain: From Chains to LCEL The LangChain Ecosystem: A Complete Platform Why LangChain Dominates Other Frameworks A World…

Read More

Bangun “OpenAI Versi Internal” dengan Dedicated AI Cluster

Pernah kepikiran nggak sih, gimana kalau perusahaan pengen adopsi LLM tapi was-was soal data privacy? Wajar banget. Banyak perusahaan (apalagi di bidang finance, health, atau pemerintahan) yang mikir: “Kalau request ke API publik (OpenAI, Gemini, Anthropic, dll), aman nggak data kita? Jangan-jangan kepakai buat training lagi?” Walaupun vendor besar klaim data aman, tetap saja ada…

Read More

Speed-run a SvelteKit app with the MOTA starter

Want a fresh, batteries-included SvelteKit app without wading through prompts and boilerplate? The MOTA starter wraps the official sv CLI with a one-shot installer that scaffolds your app, merges a template, sets sensible dotfiles, handles licensing, and more. TL;DR bash -c “$(curl -fsSL https://cdn.jsdelivr.net/gh/bchainhub/sveltekit-starter/sv-starter.sh)” Enter fullscreen mode Exit fullscreen mode Run that, follow the prompts,…

Read More