摘要:
https://assets.jimmysong.io/books/ai-native-software-delivery-en.pdf 《AI-Native Software Delivery》是O'Reilly Media于2025年出版的一本实用指南,由Nick Durkin、Eric Min
阅读全文
posted @ 2025-12-27 11:10
lightsong
阅读(46)
推荐(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
阅读(703)
推荐(0)
摘要:
事件驱动型 此工作流实际上产生于事件驱动软件架构, 将软件系统切分为若干独立运行的子系统(进程), 每个子系统同时具有发送和接受事件消息的能力。 工作流定义依赖各个子系统发送和接受事件的定义, 分散在各个子系统中。 对于工作流管理流管理 优点: 松散耦合,扩展性好。 缺点: 工作流的总体拓扑没有总体
阅读全文
posted @ 2020-10-22 15:16
lightsong
阅读(1240)
推荐(0)
摘要:
Scalability https://www.reactivemanifesto.org/glossary#Scalability 伸缩性: 一种系统的能力,通过增加更多的计算资源来增加性能(吞吐量)。 The ability of a system to make use of more com
阅读全文
posted @ 2019-11-11 23:55
lightsong
阅读(887)
推荐(0)
摘要:
持续集成 https://en.wikipedia.org/wiki/Continuous_integration 为什么要持续? 持续集成, 可以避免集成地狱(由于工作的源码 和 库中的源码的差异导致), 提倡提前集成,并且经常集成。 在集成到主分支之前, 在CI服务器上做一次完整的构建 和 运行
阅读全文
posted @ 2017-04-03 08:50
lightsong
阅读(1178)
推荐(0)
摘要:
branch vs worktree 这是一个非常经典的问题,特别是在使用 Git 进行并行开发时。简单来说,Branch(分支)是逻辑上的概念,而 Worktree(工作树)是物理上的概念。 你可以把它们的关系理解为:Branch 是你想要走的“路”,而 Worktree 是你脚下踩的“地”。 为
阅读全文
posted @ 2026-05-05 21:08
lightsong
阅读(4)
推荐(0)
摘要:
Ralph Loop https://github.com/snarktank/ralph https://claude.com/plugins/ralph-loop Ralph is an autonomous AI agent loop that runs repeatedly until al
阅读全文
posted @ 2026-05-05 19:04
lightsong
阅读(5)
推荐(0)
摘要:
Browserbase Skills https://github.com/browserbase/skills https://github.com/browserbase/skills/blob/main/skills/ui-test/SKILL.md A set of skills for e
阅读全文
posted @ 2026-05-05 11:58
lightsong
阅读(7)
推荐(0)
摘要:
The Complete Beginner's Guide to GSD (Get Shit Done) Framework for Claude Code https://dev.to/alikazmidev/the-complete-beginners-guide-to-gsd-get-shit
阅读全文
posted @ 2026-05-04 21:28
lightsong
阅读(9)
推荐(0)
摘要:
A Claude Code Skills Stack: How to Combine Superpowers, gstack, and GSD Without the Chaos https://dev.to/imaginex/a-claude-code-skills-stack-how-to-co
阅读全文
posted @ 2026-05-01 18:25
lightsong
阅读(34)
推荐(0)
摘要:
Casdoor https://casdoor.ai/ https://github.com/casdoor/casdoor https://github.com/fanqingsong/fastapi-react-postgres-casdoor-sso An open-source Agent-
阅读全文
posted @ 2026-04-26 20:00
lightsong
阅读(6)
推荐(0)
摘要:
Harness engineering for coding agent users https://openai.com/zh-Hans-CN/index/harness-engineering/ https://www.anthropic.com/engineering/harness-desi
阅读全文
posted @ 2026-04-22 20:25
lightsong
阅读(8)
推荐(0)
摘要:
The 8 Levels of Agentic Engineering https://www.bassimeledath.com/blog/levels-of-agentic-engineering https://www.bilibili.com/video/BV1xFwzzCEUP/?spm_
阅读全文
posted @ 2026-03-28 22:59
lightsong
阅读(7)
推荐(0)
摘要:
Based on the search results, here is a detailed comparison of Assistant UI, CopilotKit, and Tambo. While they all serve the AI and React ecosystem, th
阅读全文
posted @ 2026-03-17 17:05
lightsong
阅读(76)
推荐(0)
摘要:
Apache Casbin https://casbin.org/ A powerful and efficient open-source access control library that supports multiple authorization models https://awes
阅读全文
posted @ 2026-02-25 16:50
lightsong
阅读(20)
推荐(0)
摘要:
Agentic AI-Powered HR AutomationInstant CV Intelligence for Modern Hiring TeamsPython + LangGraph + FastAPI 🚀 Enterprise-grade Agentic AI platform fo
阅读全文
posted @ 2026-02-24 17:47
lightsong
阅读(15)
推荐(0)
摘要:
langfuse https://langfuse.com/cn 什么是 Langfuse? Langfuse 是一个开源的可观测性和分析平台,专为由大型语言模型(LLM)驱动的应用而设计。我们的使命是帮助开发人员和组织构建并改进 LLM 应用程序。为此,我们通过先进的跟踪和分析模块深入了解模型的成
阅读全文
posted @ 2026-02-23 23:08
lightsong
阅读(119)
推荐(0)
摘要:
contextvars https://docs.python.org/3/library/contextvars.html This module provides APIs to manage, store, and access context-local state. The Context
阅读全文
posted @ 2026-02-06 22:49
lightsong
阅读(26)
推荐(0)
摘要:
Agent Skills https://agentskills.io/home Overview Copy page A simple, open format for giving agents new capabilities and expertise. Agent Skills are f
阅读全文
posted @ 2026-02-01 18:13
lightsong
阅读(71)
推荐(0)
摘要:
Temporal + LangGraph: A Two-Layer Architecture for Multi-Agent Coordination https://www.anup.io/temporal-langgraph-a-two-layer-architecture-for-multi-
阅读全文
posted @ 2026-01-25 20:32
lightsong
阅读(126)
推荐(0)
摘要:
Building Generative AI Services with FastAPI https://github.com/Ali-Parandeh/building-generative-ai-services/tree/main 💻 Installation Make sure you a
阅读全文
posted @ 2026-01-08 23:19
lightsong
阅读(31)
推荐(0)
摘要:
https://docs.langchain.com/oss/python/deepagents/overview Build agents that can plan, use subagents, and leverage file systems for complex tasks deepa
阅读全文
posted @ 2025-12-28 20:44
lightsong
阅读(126)
推荐(0)
摘要:
https://docs.pingcode.com/baike/2050615 https://github.com/fanqingsong/full-stack-fastapi-template 动态表单数据库的设计需要考虑灵活性、扩展性、数据一致性、性能等多个方面。通过设计一套完善的动态表单数据
阅读全文
posted @ 2025-11-30 22:45
lightsong
阅读(122)
推荐(0)
摘要:
ClickHouse® is a real-time analytics database management system https://github.com/ClickHouse/ClickHouse https://clickhouse.com/ https://clickhouse.co
阅读全文
posted @ 2025-11-30 14:27
lightsong
阅读(20)
推荐(0)
摘要:
GRAPH RAG https://github.com/fanqingsong/graphrag/blob/main/docs/GRAPH_RAG_EXPLAINED.md 实际应用示例 场景设置 假设你上传了三个文档: 文档1:Microsoft投资新闻 Microsoft宣布向OpenAI投资
阅读全文
posted @ 2025-11-23 16:38
lightsong
阅读(47)
推荐(0)
摘要:
数仓建模——维度表详细讲解 https://www.woshipm.com/data-analysis/5788960.html 一、维度表是什么 维度表是一种数据建模技术,用于存储与数据中心的各个业务领域相关的维度信息。它通常用于构建数据仓库、数据集市等决策支持系统,以便进行多维数据分析和报告。
阅读全文
posted @ 2025-11-22 22:46
lightsong
阅读(43)
推荐(0)
摘要:
https://www.bilibili.com/video/BV1GaRKYmEsD/?spm_id_from=333.788.player.switch&vd_source=57e261300f39bf692de396b55bf8c41b
阅读全文
posted @ 2025-11-22 11:51
lightsong
阅读(7)
推荐(0)
摘要:
The 5W2H Problem-Solving Method https://www.msicertified.com/wp-content/uploads/2024/02/The-5W2H-Problem-Solving-Method.pdf
阅读全文
posted @ 2025-11-21 21:57
lightsong
阅读(11)
推荐(0)
摘要:
前端如何直接上传文件夹 https://juejin.cn/post/7292323606875553843 <input type="file" id="file" :multiple="multiple" :accept="accept" :webkitdirectory="uploadFold
阅读全文
posted @ 2025-11-21 08:55
lightsong
阅读(19)
推荐(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
阅读(17)
推荐(0)
摘要:
Ducky - BPMN 工作流管理系统 https://github.com/fanqingsong/ducky/tree/main 一个基于 FastAPI 和 SpiffWorkflow 的 BPMN 2.0 工作流管理系统,提供完整的流程定义管理、实例执行和可视化功能。 功能特性 核心功能
阅读全文
posted @ 2025-11-16 14:01
lightsong
阅读(44)
推荐(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
阅读(23)
推荐(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
阅读(50)
推荐(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
阅读(48)
推荐(0)
摘要:
fireworks https://github.com/materialsproject/fireworks FireWorks stores, executes, and manages calculation workflows. Website (including documentatio
阅读全文
posted @ 2025-11-15 23:12
lightsong
阅读(18)
推荐(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
阅读(75)
推荐(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
阅读(120)
推荐(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
阅读(60)
推荐(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
阅读(142)
推荐(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
阅读(25)
推荐(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
阅读(86)
推荐(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
阅读(48)
推荐(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
阅读(82)
推荐(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
阅读(63)
推荐(0)