<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Finn Days</title>
        <link>https://finn7x.com</link>
        <description>Exploring technology, sharing knowledge, and documenting my journey in web development</description>
        <lastBuildDate>Thu, 12 Mar 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh</language>
        <image>
            <title>Finn Days</title>
            <url>https://finn7x.com/favicon.svg</url>
            <link>https://finn7x.com</link>
        </image>
        <copyright>© 2026 Finn</copyright>
        <item>
            <title><![CDATA[用 Agent Skills 标准封装可复用的检索能力]]></title>
            <link>https://finn7x.com/blog/agent-skills-packaging</link>
            <guid isPermaLink="false">https://finn7x.com/blog/agent-skills-packaging</guid>
            <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[从散落在多个助手中的检索 prompt 提取为跨平台 Skill 模块：渐进式加载、Standards 规范和 MCP 双栈架构]]></description>
            <content:encoded><![CDATA[从散落在多个助手中的检索 prompt 提取为跨平台 Skill 模块：渐进式加载、Standards 规范和 MCP 双栈架构]]></content:encoded>
            <author>xujifennng@gmail.com (Finn)</author>
            <category>Agent Skills</category>
            <category>Harness Engineering</category>
            <category>MCP</category>
            <category>Architecture</category>
        </item>
        <item>
            <title><![CDATA[生产环境中 Agent 记忆系统的设计与缺陷]]></title>
            <link>https://finn7x.com/blog/agent-memory-system</link>
            <guid isPermaLink="false">https://finn7x.com/blog/agent-memory-system</guid>
            <pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[四类记忆的命名空间隔离、三因子语义检索算法、记忆提取决策链，以及多轮对话中发现的三个真实缺陷]]></description>
            <content:encoded><![CDATA[四类记忆的命名空间隔离、三因子语义检索算法、记忆提取决策链，以及多轮对话中发现的三个真实缺陷]]></content:encoded>
            <author>xujifennng@gmail.com (Finn)</author>
            <category>Agent</category>
            <category>Memory</category>
            <category>LLM</category>
            <category>Production</category>
        </item>
        <item>
            <title><![CDATA[用中间件模式约束 Agent：一个生产级 Harness 框架的设计]]></title>
            <link>https://finn7x.com/blog/agent-harness-framework</link>
            <guid isPermaLink="false">https://finn7x.com/blog/agent-harness-framework</guid>
            <pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[ForceFirstSearch、MinToolCalls、超时恢复、会话状态管理——让 Agent 在生产环境中可控运行的中间件工程]]></description>
            <content:encoded><![CDATA[ForceFirstSearch、MinToolCalls、超时恢复、会话状态管理——让 Agent 在生产环境中可控运行的中间件工程]]></content:encoded>
            <author>xujifennng@gmail.com (Finn)</author>
            <category>Agent</category>
            <category>Harness Engineering</category>
            <category>Middleware</category>
            <category>LangGraph</category>
        </item>
        <item>
            <title><![CDATA[企业知识库的混合检索架构：三路融合与精排实践]]></title>
            <link>https://finn7x.com/blog/rag-retrieval-architecture</link>
            <guid isPermaLink="false">https://finn7x.com/blog/rag-retrieval-architecture</guid>
            <pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[从 ES Native KNN + BM25 三路并行检索，到 Min-Max 归一化融合，再到 Rerank 服务端 prompt 优化的完整工程实践]]></description>
            <content:encoded><![CDATA[从 ES Native KNN + BM25 三路并行检索，到 Min-Max 归一化融合，再到 Rerank 服务端 prompt 优化的完整工程实践]]></content:encoded>
            <author>xujifennng@gmail.com (Finn)</author>
            <category>RAG</category>
            <category>Elasticsearch</category>
            <category>Rerank</category>
            <category>Information Retrieval</category>
        </item>
    </channel>
</rss>