Skip to content

docs: correct LLM tech-stack deps in README - #373

Merged
su-fen merged 1 commit into
Stack-Cairn:mainfrom
FlowerRealm:worktree-fix+readme-fake-sdk-deps
Aug 4, 2026
Merged

docs: correct LLM tech-stack deps in README#373
su-fen merged 1 commit into
Stack-Cairn:mainfrom
FlowerRealm:worktree-fix+readme-fake-sdk-deps

Conversation

@FlowerRealm

@FlowerRealm FlowerRealm commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Summary

The Agent GUI · LLM row in the Tech Stack table listed two dependencies that are not actually used:

  • @openai/codex-sdk — not present in package.json, package-lock.json, or node_modules
  • claude-agent-sdk — same

The 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

File Change
README.md Replace fake LLM deps row with real ones
README.zh-CN.md Same

Verification

  • package.json / package-lock.json / node_modules/@openai/ contain no codex-sdk or claude-agent-sdk
  • grep confirms both docs now list only real deps

Closes #374

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
StackCairn marked this pull request as draft August 4, 2026 01:04
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

PR governance checks passed. Awaiting human review.

@su-fen
su-fen merged commit dcc97ad into Stack-Cairn:main Aug 4, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] README Tech Stack lists non-existent LLM deps (@openai/codex-sdk, claude-agent-sdk)

2 participants