docs: correct LLM tech-stack deps in README - #373
Merged
su-fen merged 1 commit intoAug 4, 2026
Conversation
The Agent GUI · LLM row listed @openai/codex-sdk and claude-agent-sdk, but neither package is a dependency. The only LLM/runtime deps are @earendil-works/pi-ai and @earendil-works/pi-agent-core.
StackCairn
marked this pull request as draft
August 4, 2026 01:04
Contributor
|
PR governance checks passed. Awaiting human review. |
Closed
1 task
FlowerRealm
marked this pull request as ready for review
August 4, 2026 01:07
su-fen
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Agent GUI · LLM row in the Tech Stack table listed two dependencies that are not actually used:
@openai/codex-sdk— not present inpackage.json,package-lock.json, ornode_modulesclaude-agent-sdk— sameThe only LLM/agent runtime dependencies are:
@earendil-works/pi-ai(unified LLM API)@earendil-works/pi-agent-core(agent runtime)Codex here is a protocol provider (OpenAI Responses / Completions) driven by
pi-ai, not a separate SDK dependency.Changes
README.mdREADME.zh-CN.mdVerification
package.json/package-lock.json/node_modules/@openai/contain nocodex-sdkorclaude-agent-sdkgrepconfirms both docs now list only real depsCloses #374