<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pydantic on Text Matrix</title><link>https://txtmix.com/tags/pydantic/</link><description>Recent content in Pydantic on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/pydantic/index.xml" rel="self" type="application/rss+xml"/><item><title>AutoAgents：Rust 多智能体框架的模块化设计与生产级实践</title><link>https://txtmix.com/posts/tech/autoagents-rust-multiagent-framework/</link><pubDate>Tue, 12 May 2026 13:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/autoagents-rust-multiagent-framework/</guid><description>&lt;h1 id="autoagentsrust-多智能体框架的模块化设计与生产级实践">AutoAgents：Rust 多智能体框架的模块化设计与生产级实践&lt;/h1>
&lt;p>在 LLM 应用开发中，Python 生态已经有 LangChain、LlamaIndex 等成熟框架，但如果对性能、类型安全和内存占用有更严格的要求，Rust 正在成为一个值得关注的选择。AutoAgents 是一个面向生产的 Rust 多智能体框架，通过模块化架构将智能体的构建、工具执行、记忆管理、LLM 后端和多智能体编排整合在一起，同时提供了完整的 Python 绑定，降低了 Rust 上手门槛。&lt;/p></description></item><item><title>Pydantic：Python 类型提示数据验证完全指南</title><link>https://txtmix.com/posts/tech/pydantic-python-data-validation-guide/</link><pubDate>Mon, 06 Apr 2026 22:09:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/pydantic-python-data-validation-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>通过本文，你将全面掌握以下核心能力：&lt;/p>
&lt;ul>
&lt;li>深入理解 Pydantic 的项目定位、核心概念和设计理念&lt;/li>
&lt;li>掌握 BaseModel 的定义和验证机制&lt;/li>
&lt;li>学会使用 Pydantic 进行数据验证、序列化和 JSON Schema 生成&lt;/li>
&lt;li>理解 Pydantic V2 的新特性和与 V1 的区别&lt;/li>
&lt;li>掌握常用字段类型、验证器和自定义验证器&lt;/li>
&lt;li>学会使用 pydantic-settings 管理应用配置&lt;/li>
&lt;li>理解 pydantic-core（Rust 实现）的性能优势&lt;/li>
&lt;li>掌握常见使用模式和最佳实践&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="1-项目概述">1. 项目概述&lt;/h2>
&lt;h3 id="11-是什么">1.1 是什么&lt;/h3>
&lt;p>&lt;strong>Pydantic&lt;/strong> 是一个基于 &lt;strong>Python 类型提示&lt;/strong>的数据验证库。它允许你用纯 Python 类型注解定义数据结构，然后自动进行验证、转换和序列化。&lt;/p></description></item><item><title>Flowsint：从入门到架构与扩展的 OSINT 图调查平台指南</title><link>https://txtmix.com/posts/tech/tools/flowsint-osint-graph-exploration-guide/</link><pubDate>Tue, 31 Mar 2026 21:21:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/tools/flowsint-osint-graph-exploration-guide/</guid><description>&lt;h1 id="flowsint从入门到架构与扩展的-osint-图调查平台指南">Flowsint：从入门到架构与扩展的 OSINT 图调查平台指南&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：安全研究人员、OSINT 从业者、开发者、需要理解图调查平台架构的技术读者&lt;br>
&lt;strong>前置知识&lt;/strong>：Docker 基础、Web 应用常识、Pydantic / FastAPI 基础概念更佳&lt;br>
&lt;strong>文档范围&lt;/strong>：本文严格基于公开可验证资料撰写，主要参考 Flowsint 官方 GitHub README 与 flowsint.io 文档；对动态数据不做武断固化&lt;/p></description></item></channel></rss>