Stay Hungry,Stay Foolish!

上一页 1 2 3 4 5 6 ··· 33 下一页
摘要: 前端如何直接上传文件夹 https://juejin.cn/post/7292323606875553843 <input type="file" id="file" :multiple="multiple" :accept="accept" :webkitdirectory="uploadFold 阅读全文
posted @ 2025-11-21 08:55 lightsong 阅读(26) 评论(0) 推荐(0)
摘要: # 1. 完全停止所有Docker相关服务 sudo systemctl stop docker docker.socket containerd # 2. 重新加载systemd配置 sudo systemctl daemon-reload # 3. 清理可能残留的socket文件 sudo rm 阅读全文
posted @ 2025-11-18 10:21 lightsong 阅读(31) 评论(0) 推荐(0)
摘要: Ducky - BPMN 工作流管理系统 https://github.com/fanqingsong/ducky/tree/main 一个基于 FastAPI 和 SpiffWorkflow 的 BPMN 2.0 工作流管理系统,提供完整的流程定义管理、实例执行和可视化功能。 功能特性 核心功能 阅读全文
posted @ 2025-11-16 14:01 lightsong 阅读(80) 评论(0) 推荐(0)
摘要: supabase https://github.com/supabase/supabase Supabase Supabase is the Postgres development platform. We're building the features of Firebase using en 阅读全文
posted @ 2025-11-16 13:46 lightsong 阅读(60) 评论(0) 推荐(0)
摘要: django-approval-workflow https://github.com/Codxi-Co/django-approval-workflow A powerful, flexible, and reusable Django package for implementing dynam 阅读全文
posted @ 2025-11-15 23:49 lightsong 阅读(102) 评论(0) 推荐(0)
摘要: spiffworkflow https://spiffworkflow.readthedocs.io/en/latest/index.html SpiffWorkflow is a library that provides a flexible workflow execution environ 阅读全文
posted @ 2025-11-15 23:47 lightsong 阅读(89) 评论(0) 推荐(0)
摘要: fireworks https://github.com/materialsproject/fireworks FireWorks stores, executes, and manages calculation workflows. Website (including documentatio 阅读全文
posted @ 2025-11-15 23:12 lightsong 阅读(30) 评论(0) 推荐(0)
摘要: dspy https://github.com/stanfordnlp/dspy DSPy is the framework for programming—rather than prompting—language models. It allows you to iterate fast on 阅读全文
posted @ 2025-11-14 09:49 lightsong 阅读(112) 评论(0) 推荐(0)
摘要: Plan-and-Execute Agents https://blog.langchain.com/planning-agents/ Over the past year, language model-powered agents and state machines have emerged 阅读全文
posted @ 2025-11-12 09:52 lightsong 阅读(164) 评论(0) 推荐(0)
摘要: Migrate to the Responses API https://platform.openai.com/docs/guides/migrate-to-responses Chat Completions API from openai import OpenAI client = Open 阅读全文
posted @ 2025-11-05 10:59 lightsong 阅读(128) 评论(0) 推荐(0)
摘要: Agent Communication Protocol (ACP) https://www.ibm.com/think/topics/agent-communication-protocol Agent Communication Protocol (ACP) is an open standar 阅读全文
posted @ 2025-11-05 10:37 lightsong 阅读(243) 评论(0) 推荐(0)
摘要: Agora: language‑to‑protocol gateway. https://agoraprotocol.org/docs/getting-started There are two ways to use Agora: as a sender agent (i.e. a client) 阅读全文
posted @ 2025-11-05 10:01 lightsong 阅读(34) 评论(0) 推荐(0)
摘要: Agent Network ProtocolThe HTTP of the Agentic Web Era https://agent-network-protocol.com/ https://github.com/agent-network-protocol/AgentNetworkProtoc 阅读全文
posted @ 2025-11-05 09:31 lightsong 阅读(111) 评论(0) 推荐(0)
摘要: claude_code_clone https://github.com/fanqingsong/claude_code_clone Claude-Code-Clone — LangGraph CLI Coding agent A compact, runnable Python project t 阅读全文
posted @ 2025-11-02 22:52 lightsong 阅读(70) 评论(0) 推荐(0)
摘要: LLaMA-Factory Used by Amazon, NVIDIA, Aliyun, etc. Supporters ❤️ Warp, the agentic terminal for developersAvailable for MacOS, Linux, & Windows Easily 阅读全文
posted @ 2025-11-02 20:59 lightsong 阅读(113) 评论(0) 推荐(0)
摘要: langgraph-reflexion https://github.com/fanqingsong/langgraph-reflexion/tree/main Implementation of a sophisticated Reflexion agent using LangGraph and 阅读全文
posted @ 2025-11-02 14:56 lightsong 阅读(103) 评论(0) 推荐(0)
摘要: langgraph-reflection https://github.com/fanqingsong/langgraph-reflection DescriptionArchitecture This reflection agent uses two subagents:- A "main" a 阅读全文
posted @ 2025-11-01 23:58 lightsong 阅读(71) 评论(0) 推荐(0)
摘要: 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 阅读(29) 评论(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 阅读(86) 评论(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 阅读(99) 评论(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 阅读(19) 评论(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 阅读(27) 评论(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 阅读(748) 评论(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 阅读(998) 评论(0) 推荐(1)
摘要: 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 阅读(38) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/18413217342 AI Agent Memory 的核心概念其实很简单:它是为了让 AI 能够更聪明地规划和反应,通过记住过去的交互或处理那些当下无法立即获取的数据。在 LLM (大型语言模型)的背景下,Memory 通常通过 prom 阅读全文
posted @ 2025-10-11 16:34 lightsong 阅读(213) 评论(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 阅读(40) 评论(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 阅读(68) 评论(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 阅读(92) 评论(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 阅读(247) 评论(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 阅读(37) 评论(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 阅读(91) 评论(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 阅读(65) 评论(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 阅读(46) 评论(0) 推荐(0)
摘要: langgraph-genui https://github.com/fanqingsong/langgraph-genui LangGraph GenUI 微服务架构 这是一个基于 LangGraph 的微服务架构项目,包含智能体服务和前端对话界面两个独立的微服务。 项目结构 langgraph- 阅读全文
posted @ 2025-09-28 16:42 lightsong 阅读(215) 评论(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 阅读(52) 评论(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 阅读(36) 评论(0) 推荐(0)
摘要: Temporal和Airflow有什么差别 Temporal 和 Apache Airflow 是两种主流的工作流编排工具,但它们在设计理念、核心优势和适用场景上有着显著的不同。下面通过一个表格快速梳理它们的核心差异,然后我会进一步解释这些差异背后的含义。 对比维度 Temporal Apache 阅读全文
posted @ 2025-09-24 22:21 lightsong 阅读(263) 评论(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 阅读(160) 评论(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 阅读(51) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 33 下一页
千山鸟飞绝,万径人踪灭