Skip to content

[codex] integrate VBI agent provider tools#505

Open
youngwinds wants to merge 3 commits into
mainfrom
codex/vbi-agent-provider-tools
Open

[codex] integrate VBI agent provider tools#505
youngwinds wants to merge 3 commits into
mainfrom
codex/vbi-agent-provider-tools

Conversation

@youngwinds
Copy link
Copy Markdown
Collaborator

Summary

  • Split the VBI agent builder runtime into dedicated chart, insight, and report builder tools.
  • Add the provider-side agent adapter and resource tool wiring so provider capabilities can be injected into the agent without coupling the agent package to app code.
  • Move the CLI shell to the TUI package shape and remove obsolete vbi-agent runtime/model/skill code paths.

Validation

  • packages/vbi-agent: ./node_modules/.bin/tsc --noEmit --noUnusedLocals --noUnusedParameters
  • packages/vbi-agent: ./node_modules/.bin/tsc --noEmit -p tsconfig.test.json --noUnusedLocals --noUnusedParameters
  • apps/vbi_provider: ./node_modules/.bin/tsc --noEmit --noUnusedLocals --noUnusedParameters
  • apps/vbi_provider: ./node_modules/.bin/tsc --noEmit -p tsconfig.test.json --noUnusedLocals --noUnusedParameters
  • apps/vbi_tui: ./node_modules/.bin/tsc --noEmit --noUnusedLocals --noUnusedParameters

Notes

  • Local git hooks were skipped with HUSKY=0 / --no-verify because this shell does not have pnpm on PATH.
  • rslib build / rstest remain blocked locally by the existing macOS @rspack/binding native binding/code-signature failure.

@youngwinds youngwinds marked this pull request as ready for review May 25, 2026 03:13
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.

1 participant