Stay Hungry,Stay Foolish!

摘要: Causal Language Models in NLP https://www.geeksforgeeks.org/nlp/causal-language-models-in-nlp/ Causal language models are a type of machine learning m 阅读全文
posted @ 2025-10-29 23:09 lightsong 阅读(6) 评论(0) 推荐(0)
摘要: Transformers https://huggingface.co/docs/transformers/main/index Transformers acts as the model-definition framework for state-of-the-art machine lear 阅读全文
posted @ 2025-10-29 15:21 lightsong 阅读(13) 评论(0) 推荐(0)
摘要: agents-from-scratch https://github.com/fanqingsong/agents-from-scratch Agents From Scratch The repo is a guide to building agents from scratch. It bui 阅读全文
posted @ 2025-10-27 09:46 lightsong 阅读(4) 评论(0) 推荐(0)
摘要: How to Build an Agent https://www.bilibili.com/video/BV1G2uSzqErU/?spm_id_from=333.788.videopod.sections&vd_source=57e261300f39bf692de396b55bf8c41b ht 阅读全文
posted @ 2025-10-25 22:41 lightsong 阅读(2) 评论(0) 推荐(0)
摘要: Sentence Transformers https://www.sbert.net/ https://github.com/huggingface/sentence-transformers SentenceTransformers Documentation Sentence Transfo 阅读全文
posted @ 2025-10-24 22:58 lightsong 阅读(4) 评论(0) 推荐(0)
摘要: Reflexion: Language Agents with Verbal Reinforcement Learning https://arxiv.org/pdf/2303.11366 https://github.com/noahshinn024/reflexion https://zhuan 阅读全文
posted @ 2025-10-19 23:04 lightsong 阅读(13) 评论(0) 推荐(0)
摘要: Agentic-Design-Patterns https://assets.jimmysong.io/books/agentic-design-patterns-zh-20251011.pdf https://agent-patterns.readthedocs.io/en/latest/inde 阅读全文
posted @ 2025-10-19 15:15 lightsong 阅读(28) 评论(0) 推荐(0)
摘要: Context Engineering https://www.bilibili.com/video/BV1w3GNzeEHb/?spm_id_from=333.788.videopod.sections&vd_source=57e261300f39bf692de396b55bf8c41b http 阅读全文
posted @ 2025-10-19 12:12 lightsong 阅读(7) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/18413217342 AI Agent Memory 的核心概念其实很简单:它是为了让 AI 能够更聪明地规划和反应,通过记住过去的交互或处理那些当下无法立即获取的数据。在 LLM (大型语言模型)的背景下,Memory 通常通过 prom 阅读全文
posted @ 2025-10-11 16:34 lightsong 阅读(17) 评论(0) 推荐(0)
摘要: A2A https://github.com/a2aproject/A2A Agent2Agent (A2A) Protocol An open protocol enabling communication and interoperability between opaque agentic a 阅读全文
posted @ 2025-10-07 22:37 lightsong 阅读(8) 评论(0) 推荐(0)
摘要: Top 5 MCP Gateways of 2025 https://www.truefoundry.com/blog/best-mcp-gateways Real-world deployment data reveals significant differences between marke 阅读全文
posted @ 2025-10-07 16:35 lightsong 阅读(10) 评论(0) 推荐(0)
摘要: deep-agents https://docs.langchain.com/labs/deep-agents/overview https://www.bilibili.com/video/BV1ZFYozsEat?spm_id_from=333.788.videopod.sections&vd_ 阅读全文
posted @ 2025-10-06 18:54 lightsong 阅读(16) 评论(0) 推荐(0)
摘要: assistant-ui. https://langgraph.com.cn/cloud/how-tos/use_stream_react/index.html useStream() React hook 提供了一种将 LangGraph 无缝集成到 React 应用程序中的方式。它处理了流式传输 阅读全文
posted @ 2025-10-06 12:06 lightsong 阅读(20) 评论(0) 推荐(0)
摘要: chatjs.langchain https://chatjs.langchain.com/ https://github.com/langchain-ai/chat-langchain Chat LangChain This repo is an implementation of a chatb 阅读全文
posted @ 2025-10-06 11:29 lightsong 阅读(15) 评论(0) 推荐(0)
摘要: CopilotKit https://docs.copilotkit.ai/ https://github.com/copilotkit/copilotkit What is CopilotKit? CopilotKit is the easiest way to add AI copilots - 阅读全文
posted @ 2025-10-04 13:45 lightsong 阅读(12) 评论(0) 推荐(0)
摘要: ag-ui https://github.com/ag-ui-protocol/ag-ui?tab=readme-ov-file AG-UI: The Agent-User Interaction Protocol AG-UI is an open, lightweight, event-based 阅读全文
posted @ 2025-10-04 13:38 lightsong 阅读(11) 评论(0) 推荐(0)
摘要: langgraphjs-gen-ui-examples https://github.com/langchain-ai/langgraphjs-gen-ui-examples LangGraph Generative UI Examples This repository contains a se 阅读全文
posted @ 2025-09-28 16:51 lightsong 阅读(17) 评论(0) 推荐(0)
摘要: langgraph-genui https://github.com/fanqingsong/langgraph-genui LangGraph GenUI 微服务架构 这是一个基于 LangGraph 的微服务架构项目,包含智能体服务和前端对话界面两个独立的微服务。 项目结构 langgraph- 阅读全文
posted @ 2025-09-28 16:42 lightsong 阅读(30) 评论(0) 推荐(0)
摘要: gen-ui-python https://github.com/fanqingsong/gen-ui-python?tab=readme-ov-file https://js.langchain.com/docs/how_to/generative_ui/ https://github.com/b 阅读全文
posted @ 2025-09-27 17:50 lightsong 阅读(13) 评论(0) 推荐(0)
摘要: AI-Powered-ToDo-List https://github.com/fanqingsong/AI-Powered-ToDo-List AI 智能任务管理器 基于 LangGraph 和 React 的智能任务管理应用,支持传统手动管理和 AI 对话式管理两种方式。 ✨ 功能特性 🎯 双 阅读全文
posted @ 2025-09-25 22:04 lightsong 阅读(13) 评论(0) 推荐(0)
摘要: Temporal和Airflow有什么差别 Temporal 和 Apache Airflow 是两种主流的工作流编排工具,但它们在设计理念、核心优势和适用场景上有着显著的不同。下面通过一个表格快速梳理它们的核心差异,然后我会进一步解释这些差异背后的含义。 对比维度 Temporal Apache 阅读全文
posted @ 2025-09-24 22:21 lightsong 阅读(27) 评论(0) 推荐(0)
摘要: fastapi-langgraph https://github.com/fanqingsong/fastapi-langgraph FastAPI LangGraph Agent Template A production-ready FastAPI template for building A 阅读全文
posted @ 2025-09-21 21:32 lightsong 阅读(24) 评论(0) 推荐(0)
摘要: langraph-up-react https://github.com/fanqingsong/langraph-up-react LangGraph ReAct Agent Template This template showcases a ReAct agent implemented us 阅读全文
posted @ 2025-09-21 20:56 lightsong 阅读(24) 评论(0) 推荐(0)
摘要: 大模型 Agent 的发展非常迅速,除了经典的 ReAct 模式,还涌现出了许多其他设计范式,它们各自针对不同的任务特点和优化目标。 下面是一个表格,汇总了这些主要的 Agent 范式及其核心思想和典型应用场景: 范式名称 核心思想 典型应用场景 ​​ReAct (Reasoning+Acting) 阅读全文
posted @ 2025-09-19 09:32 lightsong 阅读(87) 评论(0) 推荐(0)
摘要: ​​Docker Compose watch 功能是如何工作的?​​ docker compose watch是 Docker Compose v2.22.0 版本(作为 Docker Desktop 的一部分)引入的功能,它能够​​实现主机和容器之间的文件变更自动同步​​,并在文件修改时​​自动重 阅读全文
posted @ 2025-08-30 23:30 lightsong 阅读(25) 评论(0) 推荐(0)
摘要: Visualizing Traces https://www.compilenrun.com/docs/framework/fastapi/fastapi-middleware/fastapi-tracing-middleware/ For production applications, you' 阅读全文
posted @ 2025-08-24 23:01 lightsong 阅读(10) 评论(0) 推荐(0)
摘要: craw4ai https://github.com/unclecode/crawl4ai/blob/main/Dockerfile 🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Crawl4AI turns the w 阅读全文
posted @ 2025-08-24 20:10 lightsong 阅读(12) 评论(0) 推荐(0)
摘要: 网页爬行在英文中有两个词语表达,一个是 crawl,另外一个是scrape,结合英文的本来的意思解释这两个爬行有什么差别? 好的,这是一个非常经典的问题。在英文中,crawl和 scrape虽然经常在数据获取的语境下一起出现,但它们的核心含义和在技术上的分工截然不同。 简单来说: ​​Crawl(爬 阅读全文
posted @ 2025-08-24 19:38 lightsong 阅读(113) 评论(0) 推荐(0)
摘要: 同一个dockerfile,支持dev,prod两套target,对应两套环境 https://github.com/fanqingsong/craw4ai-fastapi Docker file # Dockerfile for crawl4ai-fastapi # Using multi-sta 阅读全文
posted @ 2025-08-24 19:26 lightsong 阅读(20) 评论(0) 推荐(0)
摘要: Browser MCP https://browsermcp.io/ What is this? If you want to automate actions on a website, like repeatedly fill out a form, you normally can't do 阅读全文
posted @ 2025-08-21 09:30 lightsong 阅读(15) 评论(0) 推荐(0)
摘要: Graph visualization tools https://neo4j.com/docs/getting-started/graph-visualization/graph-visualization-tools/#_visualization_resources 2. Embeddable 阅读全文
posted @ 2025-08-17 17:30 lightsong 阅读(18) 评论(0) 推荐(0)
摘要: Organization and Role-based access control https://blog.logto.io/organization-and-role-based-access-control What is organization# Organization definit 阅读全文
posted @ 2025-08-17 17:18 lightsong 阅读(18) 评论(0) 推荐(0)
摘要: https://www.codingeasypeasy.com/blog/role-based-access-control-rbac-with-dynamic-permissions-in-fastapi-a-comprehensive-guide https://zhuanlan.zhihu.c 阅读全文
posted @ 2025-08-14 10:00 lightsong 阅读(39) 评论(0) 推荐(0)
摘要: GraphRAG https://www.bilibili.com/video/BV1F8zBYLEBE?spm_id_from=333.788.videopod.sections&bvid=BV1bp2GYzEpi&vd_source=57e261300f39bf692de396b55bf8c41 阅读全文
posted @ 2025-08-03 19:07 lightsong 阅读(13) 评论(0) 推荐(0)
摘要: vanna chat2db db-gpt 以下是三种开源 ​​Text2SQL/Talk2DB​​ 框架(Vanna、Chat2DB、DB-GPT)的对比分析,结合开源版本的特性和集成需求,从技术栈、功能、部署适配性等角度展开: ​​1. Vanna​​ ​​核心定位​​:基于 ​​RAG(检索增强 阅读全文
posted @ 2025-08-03 17:59 lightsong 阅读(176) 评论(0) 推荐(0)
摘要: NL2API、NL2SQL、NL2CODE https://segmentfault.com/a/1190000044813098#item-3 大模型之NL2SQL、数据智能分析简介 NL2SQL任务的目标是将用户对某个数据库的自然语言问题转化为相应的SQL查询。随着LLM的发展,使用LLM进行N 阅读全文
posted @ 2025-08-02 22:26 lightsong 阅读(280) 评论(0) 推荐(0)
摘要: neo4j https://db-engines.com/en/ranking/graph+dbms https://neo4j.com/docs/ https://www.cnblogs.com/yin-jihu/p/17983407 Cypher https://zhuanlan.zhihu.c 阅读全文
posted @ 2025-08-02 20:00 lightsong 阅读(22) 评论(0) 推荐(0)
摘要: Grounding LLMs https://techcommunity.microsoft.com/blog/fasttrackforazureblog/grounding-llms/3843857 What is Grounding? Grounding is the process of us 阅读全文
posted @ 2025-07-19 00:13 lightsong 阅读(23) 评论(0) 推荐(0)
摘要: 理论 https://www.okta.com/blog/2021/02/single-sign-on-sso/ https://www.bilibili.com/video/BV1ht4y1E7EL/?spm_id_from=333.788.videopod.episodes&vd_source= 阅读全文
posted @ 2025-07-07 09:39 lightsong 阅读(22) 评论(0) 推荐(0)
摘要: searxng https://github.com/searxng/searxng SearXNG is a free internet metasearch engine which aggregates results from various search services and data 阅读全文
posted @ 2025-06-30 19:19 lightsong 阅读(277) 评论(0) 推荐(0)
千山鸟飞绝,万径人踪灭