<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>agent on lvbibir&#39;s Blog</title>
    <link>https://www.lvbibir.cn/tags/agent/</link>
    <description>Recent content in agent on lvbibir&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 13 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.lvbibir.cn/tags/agent/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Agent | hermes 配置指南</title>
      <link>https://www.lvbibir.cn/posts/tech/agent-hermes/</link>
      <pubDate>Thu, 13 Aug 2026 00:00:00 +0000</pubDate>
      
      <guid>https://www.lvbibir.cn/posts/tech/agent-hermes/</guid>
      <description>0 前言 vps (ubuntu2404) 安装配置 hermes agent 的备忘 1 安装 curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash eval &amp;#34;$(hermes completion bash)&amp;#34; 2 profile NAME=&amp;#34;chat-lvbibir&amp;#34; NAME=&amp;#34;chat-serious&amp;#34; mkdir -p &amp;#34;/root/hermes/${NAME}&amp;#34; hermes profile create &amp;#34;${NAME}&amp;#34; --clone hermes -p &amp;#34;${NAME}&amp;#34; config set terminal.cwd &amp;#34;/root/hermes/${NAME}&amp;#34; hermes -p &amp;#34;${NAME}&amp;#34; config set terminal.home &amp;#34;/root/hermes/${NAME}&amp;#34; hermes -p &amp;#34;${NAME}&amp;#34; config set gateway.media_delivery_allow_dirs &amp;#34;/root/hermes/${NAME}&amp;#34; hermes -p &amp;#34;${NAME}&amp;#34; config set cron.wrap_response false hermes -p &amp;#34;${NAME}&amp;#34; config set delegation.model gpt-5.5 hermes -p &amp;#34;${NAME}&amp;#34; config set delegation.provider custom hermes -p &amp;#34;${NAME}&amp;#34; config set delegation.base_url http://127.0.0.1:3000/v1 hermes -p &amp;#34;${NAME}&amp;#34; config set delegation.api_key sk-******* hermes -p &amp;#34;${NAME}&amp;#34; config set delegation.api_mode codex_responses hermes -p &amp;#34;${NAME}&amp;#34; config set delegation.reasoning_effort high hermes -p &amp;#34;${NAME}&amp;#34; config set agent.service_tier priority # 关闭不需要的 tools, 主要是 browser, 在低内存的 vps 中会导致问题 hermes</description>
    </item>
    
    <item>
      <title>Agent | pi 配置指南</title>
      <link>https://www.lvbibir.cn/posts/tech/agent-pi/</link>
      <pubDate>Thu, 13 Aug 2026 00:00:00 +0000</pubDate>
      
      <guid>https://www.lvbibir.cn/posts/tech/agent-pi/</guid>
      <description>0 前言 这篇笔记记录我现在使用的 Pi Agent 配置. 目标不是介绍所有功能, 而是在系统重装后, 能按顺序恢复到当前可用状态. 本文参考如下内容: Pi GitHub Pi Quickstart Pi Settings Pi Skills pi-provider-newapi 1 安装 Pi Agent 1.1 安装主程序 使用 pnpm 安装: pnpm add -g --ignore-scripts @earendil-works/pi-coding-agent mkdir -p ~/.pi/agent chmod 700 ~/.pi/agent 1.2 settings.json 创建 ~/.pi/agent/settings.json, 内容如下: { &amp;#34;theme&amp;#34;: &amp;#34;dark&amp;#34;, &amp;#34;defaultProvider&amp;#34;: &amp;#34;lvbibir-newapi&amp;#34;, &amp;#34;defaultModel&amp;#34;: &amp;#34;gpt-5.6-sol&amp;#34;, &amp;#34;defaultThinkingLevel&amp;#34;: &amp;#34;high&amp;#34;, &amp;#34;outputPad&amp;#34;: 0, &amp;#34;treeFilterMode&amp;#34;: &amp;#34;default&amp;#34;, &amp;#34;tuiMode&amp;#34;: &amp;#34;fullscreen&amp;#34; } 1.3 SYSTEM.md ~/.pi/agent/SYSTEM.md 是当前全局提示词, 它会</description>
    </item>
    
    <item>
      <title>Agent | skills 配置</title>
      <link>https://www.lvbibir.cn/posts/tech/agent-skills/</link>
      <pubDate>Thu, 13 Aug 2026 00:00:00 +0000</pubDate>
      
      <guid>https://www.lvbibir.cn/posts/tech/agent-skills/</guid>
      <description>0 前言 记录一下我为 agent 配置使用 skills 的方式, 同时也是我 skills 列表的一个备忘 1 安装 推荐使用 skills 包进行管理, 并且将所有 skills 放到 ~/.agent/skills 目录统一管理, 大部分 agent 都支持此目录, -a amp 参数就是让 skills 安装到 amp code 的默认目录, 即 ~/.agent/skills npx -y skills add https://github.com/konbakuyomu/smartsearch --skill smart-search-cli -g -a amp npx -y skills add https://github.com/github/awesome-copilot --skill git-commit -g -a amp npx -y skills add https://github.com/anthropics/skills --skill frontend-design -g -a amp npx -y skills add https://github.com/anthropics/skills --skill pptx docx xlsx pdf -g -a amp # hermes 专</description>
    </item>
    
    <item>
      <title>Agent | Claude Code 配置指南</title>
      <link>https://www.lvbibir.cn/posts/tech/agent-claude-code/</link>
      <pubDate>Wed, 17 Dec 2025 00:00:00 +0000</pubDate>
      
      <guid>https://www.lvbibir.cn/posts/tech/agent-claude-code/</guid>
      <description>Claude Code CLI 完整配置指南，包含快速配置流程、核心工具详解、扩展生态系统和实用技巧，助你打造高效的 AI 编程环境</description>
    </item>
    
  </channel>
</rss>
