Tag: python
All the articles with the tag "python".
-
从源码对比 Go 与 CPython 的垃圾回收机制
基于 Go 1.26.7 runtime 与 CPython 3.14.7 源码,对比并发标记清扫、引用计数、循环检测、分代策略与两者的性能代价。
-
走读 LangChain:Agent Loop 如何连接模型与工具
Updated:结合 LangChain create_agent 源码,拆解 model、tools、条件边、并行工具调用、消息状态与循环终止条件。
-
从 nanobot 源码看类 OpenClaw 智能体架构设计
Updated:通过分析 nanobot 源码,深入理解现代 AI Agent 框架如何通过消息总线、心跳服务、定时任务、会话管理等机制,实现被动响应与主动执行的统一。