logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

OpenClaw 源码解析(一):模型接入从 openclaw.json 到 Runtime Execution 的完整链路

官方支持的 api 类型目前包括 openai-completions、openai-responses、openai-codex-responses、anthropic-messages、google-generative-ai、github-copilot、bedrock-converse-stream、ollama;官方模型文档和 provider 文档都把“选择 provider、列模型、

#人工智能
OpenClaw 源码解析(一):模型接入从 openclaw.json 到 Runtime Execution 的完整链路

官方支持的 api 类型目前包括 openai-completions、openai-responses、openai-codex-responses、anthropic-messages、google-generative-ai、github-copilot、bedrock-converse-stream、ollama;官方模型文档和 provider 文档都把“选择 provider、列模型、

#人工智能
OpenClaw 源码解析(二):启动与配置系统源码级分析(Node CLI 启动链路)

出发,一步步追踪 OpenClaw 的启动流程,直到 CLI 命令真正被执行。出发,一步步追踪 OpenClaw 的启动流程,直到 CLI 命令真正被执行。API Adapter(openai-completions 等)但真正的 CLI 初始化,是在 runCli() 中完成的。处理 --help / --version 快速路径。Gateway 是 OpenClaw 的。Custom Prov

#前端#javascript#开发语言 +1
OpenClaw 源码解析(一):模型接入从 openclaw.json 到 Runtime Execution 的完整链路

官方支持的 api 类型目前包括 openai-completions、openai-responses、openai-codex-responses、anthropic-messages、google-generative-ai、github-copilot、bedrock-converse-stream、ollama;官方模型文档和 provider 文档都把“选择 provider、列模型、

#人工智能
OpenClaw 源码解析(二):启动与配置系统源码级分析(Node CLI 启动链路)

出发,一步步追踪 OpenClaw 的启动流程,直到 CLI 命令真正被执行。出发,一步步追踪 OpenClaw 的启动流程,直到 CLI 命令真正被执行。API Adapter(openai-completions 等)但真正的 CLI 初始化,是在 runCli() 中完成的。处理 --help / --version 快速路径。Gateway 是 OpenClaw 的。Custom Prov

#前端#javascript#开发语言 +1
OpenClaw 源码解析(一):模型接入从 openclaw.json 到 Runtime Execution 的完整链路

官方支持的 api 类型目前包括 openai-completions、openai-responses、openai-codex-responses、anthropic-messages、google-generative-ai、github-copilot、bedrock-converse-stream、ollama;官方模型文档和 provider 文档都把“选择 provider、列模型、

#java#服务器#前端
到底了