摘要: Agent状态 源于注意力机制的一个本质特性:上下文学更像检索而非推理—一模型擅长从已 之所以有效 容中查找信息,但不擅长主动归纳和总结。这里里说的是模型在单次前向传播中如何消费已经在上下文里的信息, 否定模型可以通过生成思维链来完成多步思考。 在每个电话的工具调用结果中直接加入重复呼叫次数(如"本 阅读全文
posted @ 2026-08-12 15:54 轩哥聊码 阅读(3) 评论(0) 推荐(0)
摘要: 1.ReAct 阅读全文
posted @ 2026-06-16 11:29 轩哥聊码 阅读(11) 评论(0) 推荐(0)
摘要: 1.quickstart import asyncio import os from agentscope.agent import Agent from agentscope.event import EventType from agentscope.message import UserMsg 阅读全文
posted @ 2026-05-31 23:30 轩哥聊码 阅读(74) 评论(0) 推荐(0)
摘要: 0.环境 0.1 依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3.3.6</version> <relativ 阅读全文
posted @ 2026-05-23 03:55 轩哥聊码 阅读(109) 评论(0) 推荐(0)
摘要: 1.抓取其他公众号 name: "wechat-article-downloader" description: "Downloads WeChat official account articles via HTTP API with QR code login. Invoke when user 阅读全文
posted @ 2026-03-24 19:44 轩哥聊码 阅读(1486) 评论(0) 推荐(0)
摘要: 1.环境 1.1 nvm 下载 nvm-setup.exe https://github.com/coreybutler/nvm-windows/releases nvm install 22.22.0 nvm use 22.22.0 1.2 git https://git-scm.com/ 2.o 阅读全文
posted @ 2026-03-03 15:48 轩哥聊码 阅读(86) 评论(0) 推荐(1)
摘要: 1.安装和基础使用 <dependencies> <dependency> <groupId>io.agentscope</groupId> <artifactId>agentscope</artifactId> <version>1.0.6</version> </dependency> <!-- 阅读全文
posted @ 2026-01-11 19:30 轩哥聊码 阅读(159) 评论(0) 推荐(0)
摘要: 1.安装和基本使用 1.1 环境 winodws npm 18+ https://aicodewith.com 整一个密钥,绑定公众号获得一点使用额度 npm install -g @anthropic-ai/claude-code claude --version 1.2 powershell中使 阅读全文
posted @ 2026-01-05 22:48 轩哥聊码 阅读(117) 评论(0) 推荐(0)
摘要: 1.预训练 2.神经网络 一组参数构成的数学函数 3.inference 推理 完成训练 产生base model 2.后训练 post-traning 1.conversation 人工标注 2、conversation to token 阅读全文
posted @ 2025-12-21 18:16 轩哥聊码 阅读(28) 评论(0) 推荐(0)
摘要: 0.环境 0.1.依赖 <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>17</maven.compiler.release> <maven 阅读全文
posted @ 2025-10-29 23:00 轩哥聊码 阅读(91) 评论(0) 推荐(0)